| 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 the optional BuildBetter Skills CLI installation.
Instructions
- Read the manifest at
~/.bb-skills/manifest.json to find the current installed CLI version
- If the manifest doesn't exist, explain that this updater applies to the optional
bb-skills CLI, not the Codex plugin package itself
- 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. This skill updates the optional CLI distribution, not the Codex plugin package. If you want the CLI too, install it with:
pip install bb-skills
Then run bb-skills install <pack> to install skill packs.