← スキル一覧に戻る

beads
by michalvavra
Configuration for AI coding agents.
⭐ 1🍴 0📅 2026年1月22日
SKILL.md
name: beads description: Persistent task memory using dependency graphs. For multi-session work that must survive compaction. compatibility: Requires bd CLI v0.34.0+ and git repository.
Beads
Graph-based task tracker that survives conversation compaction.
When to Use
Use bd (not TodoWrite) when:
- Context needed across sessions or after compaction
- Tasks have blockers/dependencies
Session Start
bd ready # Find unblocked tasks
bd show <id> # Get context
bd update <id> --status in_progress # Start work
Common Commands
bd create "Title" -p 1 # Create task (priority 0-4)
bd update <id> --notes "Progress" # Add notes (survives compaction)
bd close <id> --reason "Done" # Complete task
bd dep add <child> <parent> # Add dependency
bd sync # Sync with git remote
Notes Format
COMPLETED: Specific deliverables
IN PROGRESS: Current state + next step
BLOCKERS: What's preventing progress
Use bd --help or see references/examples.md for all commands.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です