Bds status
Skill seungyeop-lee/beads-starter/on-demand/skills/bds-status
Bring the beads issue-tracker workflow to AI coding agents — always-on bash installer (AGENTS.md injection) or on-demand Claude Code / Codex plugin. Idempotent, uninstallable. Unofficial.
npx -y skills add seungyeop-lee/beads-starter --skill bds-statusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Summarize ready issues and current in-progress state. Runs only on explicit invocation.
SKILL.md
1.1 KB, as published. Nobody here has run it
Beads Status
Quick overview of the current beads queue.
On Activation
Run the queries below and present a concise summary.
1. Ready issues
bd ready
Show the list. If empty, say "No ready issues."
2. In-progress issues
Find issues currently in_progress. Try bd list --status=in_progress first; if that form is not supported by the installed bd version, fall back to whichever query the local bd exposes.
If more than one issue is in_progress, flag this — per the bds-workflow Concurrency rule, only one issue should be in_progress per session.
Output Format
Keep it short:
Ready (N):
ABC-12 Title here
ABC-15 Another title
In progress (M):
ABC-09 Currently being worked on
Do not call bd show for each issue — the user can ask separately if they want details.
If bd Is Missing
If bd is not installed or bd where fails (the repo has not been initialized for bd), suggest the bds-setup skill and stop.