Most Used Tags
Organize messy working trees into logical commits effortlessly.
Checkpoint your understanding to prevent context loss and scope drift during complex tasks.
Use when the user invokes /help or asks what bb commands are available. Lists all skills with short descriptions.
Use when the user invokes /commit or asks to commit changes. Commits only agent-affected files using conventional commits, then rebases and pushes.
Verify codebase health before committing or deploying by running type-check, lint, and build.
Build UI with shadcn/ui components while enforcing best practices for accessibility and theming.
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.
Orchestrate parallel agents to efficiently execute complex tasks with clear roles.
Create structured pull requests effortlessly from branch commits.
Enable full autonomous mode for seamless execution without interruptions.