| name | bb-skills-update |
| description | Check for and install BuildBetter Skills updates. Use when the user asks to "update skills", "check for updates", or "upgrade bb-skills". |
| argument-hint | [--check] |
BuildBetter Skills Update
Check for available updates to installed BuildBetter Skills.
Instructions
- Read the manifest at
~/.bb-skills/manifest.json to find the current installed version
- If the manifest doesn't exist, tell the user to install BuildBetter Skills first:
pip install bb-skills then bb-skills install <pack>
- Run:
bb-skills update (or bb-skills update --check if user only wants to check without installing)
- Report the result to the user
If bb-skills CLI is not installed
Tell the user:
BuildBetter Skills CLI is not installed. Install it with:
pip install bb-skills
Then run bb-skills install <pack> to install skill packs.