Published skills
develop
Execute a groomed plan milestone-by-milestone via sub-agents. Use after /groom produces a plan file that is ready to implement.
install
Scaffold a booping project under ~/Claude/{project}/ and attach it to the current repo. Use when onboarding a new repo or formalizing an existing one.
debug-skill
A skill with debug mode enabled
chat
Context-aware chat about the project: discuss plans, retros, lessons, and code; navigate the vault; and handle chores (frontmatter tweaks, status flips, inline plan or code edits) without invoking the heavier skills. Opens every session with a vault status summary.
code-review
Review changed code (diff, files, or directory) against layered, stack-aware checklists plus plan- and lesson-aware dynamic checks. Stateless side-skill — chat-only output, no plan-lifecycle status, no persistent report.
sample-skill
A sample skill for testing.
groom
Deep-researches features, bugs, or refactors to produce a specified, estimated plan with a Definition of Done. It cross-validates architecture with a second model when useful, ideal for shaping new work before implementation.
help
Shows what booping is, the available commands, and how to use them. Use when the user asks for help, wants a tour of the plugin, or is onboarding.
learn
Extract lessons from a retrospective and fold improvements into project-local skill/agent extensions under _booping/. Use after /retro writes a retrospective.
retro
Generates a project- and plan-specific sprint retrospective by reviewing session logs, user feedback, and comparing plan vs built. It avoids cross-project generalization or candidate lessons, and is used after a sprint is DONE or explicitly requested.
Category alert