Skip to content

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.

Terminal window
skillshub update [skill]

When [skill] is provided, only that skill is updated. When omitted, all installed skills are updated.

  1. Pull — skillshub runs git pull on each tap’s local clone to fetch the latest changes.
  2. Compare — The updated clone is compared against locally installed skill files.
  3. Copy — If newer files are found, they are copied from the local clone into your skill directory.
  4. Record — The database is updated with the new version information.

Update all installed skills:

Terminal window
skillshub update

Update a specific skill:

Terminal window
skillshub update EYH0602/skillshub/code-reviewer
Checking for updates...
code-reviewer: 1.2.0 -> 1.3.0
Updating code-reviewer... done.