skillshub update
skillshub update
Section titled “skillshub update”The update command checks for new versions of your installed skills and applies available updates. You can update all skills or a single skill by name.
skillshub update [skill]When [skill] is provided, only that skill is updated. When omitted, all installed skills are updated.
How updates work
Section titled “How updates work”- Pull — skillshub runs
git pullon each tap’s local clone to fetch the latest changes. - Compare — The updated clone is compared against locally installed skill files.
- Copy — If newer files are found, they are copied from the local clone into your skill directory.
- Record — The database is updated with the new version information.
Examples
Section titled “Examples”Update all installed skills:
skillshub updateUpdate a specific skill:
skillshub update EYH0602/skillshub/code-reviewerChecking for updates...code-reviewer: 1.2.0 -> 1.3.0Updating code-reviewer... done.