Sttts Beads Skill
sttts-beads-skill is a Claude Code plugin for the Build phase that integrates the beads issue tracker with git worktree workflows.
Register a Claude Code skill that drives Steve Yegge’s beads issue tracker alongside git worktrees so agent sessions stay aligned with real task state.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install sttts-beads-skill@sttts/beads-skillBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:sttts/beads-skill") and the paste-ready config with skillselion.get_install_config("plugin:sttts/beads-skill").
What it does
sttts-beads-skill is a one-plugin Claude Code pack that teaches your agent how to use beads—the lightweight issue tracker from steveyegge/beads—together with git worktrees. Indie builders juggling multiple features in parallel often lose sync between what Claude thinks is “done” and what is actually recorded; this skill narrows that gap by making issue queries, updates, and worktree context part of the default workflow. It suits CLI-first builders who already adopt beads for memory outside the chat window and want Claude Code to read and write that ledger instead of improvising todo lists. Install when you are in active build cycles and need PM hygiene without adopting a heavyweight Jira stack. The skill is intermediate: you should understand git worktrees and have beads available locally before relying on the agent for tracking.
Highlights
- Claude skill integration for the beads issue-tracking CLI (github.com/steveyegge/beads)
- Git worktree-aware workflow so branches map to tracked issues
- Issue discovery, tracking, and completion patterns the agent can follow
- Single focused plugin for beads + worktree discipline
- Productivity category entry for solo agentic development loops
Why builders use it
Agent sessions drift from your real issue backlog when todos live only in chat instead of beads and worktrees.
After install, Claude can use beads commands and worktree context so tasks stay recorded and branch work stays scoped.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 1 stars, 0 votes.
FAQ
Who is sttts-beads-skill for?
It is for developers who use beads for issue memory and want Claude Code to respect that system with worktree-based branching.
When should I use sttts-beads-skill?
Use it whenever you start or switch work on a feature and need the agent to file, query, or complete beads issues instead of informal lists.
How do I add sttts-beads-skill to my agent?
Add the sttts/beads-skill plugin in Claude Code, install beads from steveyegge/beads locally, then invoke the skill when managing issues across worktrees.
Comments
Share how you use sttts-beads-skill, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.