From cmux-todo-board
Initialize a GitHub repo with canonical board status labels. Run once per repo before board-pull. Idempotent — safe to re-run.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cmux-todo-board:board-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Creates or normalizes the 7 canonical board status labels in a GitHub repository:
Creates or normalizes the 7 canonical board status labels in a GitHub repository:
inbox, ready, in-progress, needs-review, blocked, needs-info, done.
Run this once per repo before using board-pull. It is idempotent — re-running
is safe and will simply update colors and descriptions to match the canonical values.
Unrelated labels are never touched.
board-init --repo owner/repo
Or set the BOARD_REPO environment variable:
export BOARD_REPO=owner/repo
board-init
gh label create --force.Once labels exist, use /board-pull to fetch and render the board.
npx claudepluginhub kaiukov/claude-code-cmux-todo-plugin --plugin cmux-todo-boardCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.