kw-update-skills
Update External Skills
Update all third-party skills installed via the skills CLI to their latest versions.
External skills are those installed from remote repositories with npx skills add. Locally authored skills (created manually in ~/.claude/skills/ or .claude/skills/) are not affected.
Usage
Give the user the command:
! npx skills update
The command checks all installed skills against their source repositories and updates any that have newer versions available.
If the update fails
- Network error: Check internet connection. The CLI needs to reach GitHub/GitLab.
- Permission error: Check write access to
~/.claude/skills/(or the agent's skill directory). - Single skill fails: Reinstall just that skill:
npx skills add <owner/repo> --skill <name>
Check what is installed
npx skills list
Shows all installed skills, their source repositories, and current versions.
Important
- This only updates skills installed via
npx skills addfrom remote repos. - Skills you created locally or symlinked manually are not tracked and won't be affected.
- After updating, restart Claude Code for the new skill versions to take effect.
More from kwazema/claude-skills
kw-gsd-fortify
>
10kw-cubic
>
9kw-stack-audit
>
9kw-code-cleanup
Add a code quality cleanup phase to the current GSD milestone. Use when the user says "code cleanup", "cleanup phase", "limpieza de codigo", "add cleanup phase", or wants to add lint/refactoring/quality checks as a milestone phase.
9kw-vite-checker-setup
>
9kw-check-migrations-supabase
Review pending Supabase changes (migrations + edge functions), explain each one, and deploy after user confirmation. Use when the user says "push migrations", "aplicar migraciones", "db push", "push migraciones", "check migrations", "deploy functions", "check edge functions", "desplegar funciones", "check supabase", or wants to apply pending database migrations or deploy edge functions.
9