Learn-skills.dev ship
Implement beads issues using test-driven development. Use after 'raise'. Use when the user has open beads issues and wants to start coding.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/a1exmozz/skills/ship" ~/.claude/skills/neversight-learn-skills-dev-ship && rm -rf "$T"
manifest:
data/skills-md/a1exmozz/skills/ship/SKILL.mdsource content
Follow these steps in order, one at a time.
Input
- Read the cheat sheet to understand how beads works.
- Run
br list
Output
- Run
to see which issues are unblocked.br ready - Pick the next unblocked issue and run
.br update <id> --status in_progress - Implement the issue using the red, green refactor loop.
- Run
.br close <id> --reason "<what changed>" - Run
, thenbr sync --flush-only
and commit.git add .beads/ - Repeat from step 1 until all issues are completed.