bb-skills-update
BB-Skills Update
Check for available updates to installed BB-Skills.
Instructions
- Read the manifest at
~/.bb-skills/manifest.jsonto find the current installed version - If the manifest doesn't exist, tell the user to install BB-Skills first:
pip install bb-skillsthenbb-skills install <pack> - Run:
bb-skills update(orbb-skills update --checkif user only wants to check without installing) - Report the result to the user
If bb-skills CLI is not installed
Tell the user:
BB-Skills CLI is not installed. Install it with:
pip install bb-skillsThen run
bb-skills install <pack>to install skill packs.
More from buildbetter-app/bb-skills
trust-but-verify
Use when a feature branch has been implemented and you need to verify the UI/UX and functionality match the original plan before merging
11bb-analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
11bb-review
Run a BuildBetter-first UX/usability and/or code review for the current feature.
10bb-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
9bb-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
9bb-checklist
Generate a custom checklist for the current feature based on user requirements.
9