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-skills`Then runbb-skills install <pack>` to install skill packs.