Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
gastownhall avatar

Beads

  • 81 installs
  • 26k repo stars
  • Updated August 5, 2026
  • gastownhall/beads

This is a copy of beads by steveyegge - installs and ranking accrue to the original listing.

Run beads issue tracking with the bd CLI using bd prime for live command context and lightweight PM rituals while coding with agents.

About

Beads is an agent skill for solo builders who manage work through the beads system and the bd CLI rather than scattering tasks across chat threads. It teaches when to rely on bd prime for authoritative, version-aligned command context and when to dip into bundled resources for molecules, multi-agent patterns, and quality gates. The skill deliberately avoids maintaining a second copy of the entire CLI reference in SKILL.md, cutting token overhead and eliminating documentation drift as bd evolves. You get decision frameworks and cognitive patterns in the skill itself, while day-to-day syntax flows from bd prime and bd --help. Use it while planning epics, filing issues agents can execute, or operating gate-driven workflows across a repo-backed product.

  • bd prime as single CLI source of truth—avoids duplicated reference docs and version drift
  • Trimmed SKILL.md (~500 words) focused on decision frameworks versus ~3,300 words of inline CLI
  • resources/ depth for molecules, agents, gates, and advanced beads workflows
  • Assumes bd is installed and hooks auto-load prime output for agents
  • ADR-0001 documented rationale: DRY, lighter token load, accuracy tied to bd versions

Beads by the numbers

  • 81 all-time installs (skills.sh)
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/gastownhall/beads --skill beads

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs81
repo stars26k
Security audit2 / 3 scanners passed
Last updatedAugust 5, 2026
Repositorygastownhall/beads

What it does

Run beads issue tracking with the bd CLI using bd prime for live command context and lightweight PM rituals while coding with agents.

Files

SKILL.mdMarkdownGitHub ↗

Beads - Persistent Task Memory for AI Agents

Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies.

bd vs TodoWrite

Decision test: "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite.

bd (persistent)TodoWrite (ephemeral)
Multi-session, dependencies, compaction survivalSingle-session linear tasks
Dolt-backed team syncConversation-scoped

See BOUNDARIES.md for detailed comparison.

Prerequisites

bd --version  # Requires v0.60.0+
  • bd CLI installed and in PATH
  • Git repository (optional — use BEADS_DIR + --stealth for git-free operation)
  • Initialization: bd init run once (humans do this, not agents)

CLI Reference

Run `bd prime` for AI-optimized workflow context (auto-loaded by hooks). Run `bd <command> --help` for specific command usage.

Essential commands: bd ready, bd create, bd show, bd update, bd close, bd dolt push

Session Protocol

1. bd ready — Find unblocked work 2. bd show <id> — Get full context 3. bd update <id> --claim — Claim and start work atomically 4. Add notes as you work (critical for compaction survival) 5. bd close <id> --reason "..." — Complete task 6. bd dolt push — Push to Dolt remote (if configured)

Output

Append --json to any command for structured output. Use bd show <id> --long for extended metadata. Status icons: open in_progress blocked closed deferred.

Error Handling

ErrorFix
database not foundbd init <prefix> in project root
not in a git repositorygit init first
disk I/O error (522)Move .beads/ off cloud-synced filesystem
Status updates lagUse server mode: bd dolt start

See TROUBLESHOOTING.md for full details.

Examples

Track a multi-session feature:

bd create "OAuth integration" -t epic -p 1 --json
bd create "Token storage" -t task --deps blocks:oauth-id --json
bd ready --json                    # Shows unblocked work
bd update <id> --claim --json      # Claim and start
bd close <id> --reason "Implemented with refresh tokens" --json

Recover after compaction: bd list --status in_progress --json then bd show <id> --long

Discover work mid-task: bd create "Found bug" -t bug -p 1 --deps discovered-from:<current-id> --json

Advanced Features

FeatureCLIResource
Molecules (templates)bd mol --helpMOLECULES.md
Chemistry (pour/wisp)bd pour, bd wispCHEMISTRY_PATTERNS.md
Agent beadsbd agent --helpAGENTS.md
Async gatesbd gate --helpASYNC_GATES.md
Worktreesbd worktree --helpWORKTREES.md

Resources

CategoryFiles
Getting StartedBOUNDARIES.md, CLI_REFERENCE.md (live reference pointers), WORKFLOWS.md
Core ConceptsDEPENDENCIES.md, ISSUE_CREATION.md, PATTERNS.md
ResilienceRESUMABILITY.md, TROUBLESHOOTING.md
AdvancedMOLECULES.md, CHEMISTRY_PATTERNS.md, AGENTS.md, ASYNC_GATES.md, WORKTREES.md
ReferenceSTATIC_DATA.md, INTEGRATION_PATTERNS.md

Validation

If bd --version reports newer than 0.60.0, this skill may be stale. Run bd prime for current CLI guidance — it auto-updates with each bd release and is the canonical source of truth (ADR-0001).

Related skills

FAQ

Is Beads safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.