Most Used Tags
Use when diagnosing bugs, performance issues, or unexpected behavior that may span multiple packages, services, or layers. Triggers include 504s, auth failures, data mismatches, slow queries, or any symptom crossing service boundaries.
Checkpoint your understanding to prevent context loss and scope drift during complex tasks.
Orchestrate parallel agents to efficiently execute complex tasks with clear roles.
Build UI with shadcn/ui components while enforcing best practices for accessibility and theming.
Use when the user invokes /help or asks what bb commands are available. Lists all skills with short descriptions.
Organize messy working trees into logical commits effortlessly.
Verify codebase health before committing or deploying by running type-check, lint, and build.
Create structured pull requests effortlessly from branch commits.
Enable full autonomous mode for seamless execution without interruptions.
Use when the user invokes /commit or asks to commit changes. Commits only agent-affected files using conventional commits, then rebases and pushes.