Skills Update
Safe per-skill refresh for externally installed skills. Invocation is explicit only - do not update skills unless the user requests it.
Workflow
Follow the canonical workflow in
.agents/skills/skills-update/SKILL.md.Prefer the helper script when updating all locked skills:
bash .agents/skills/skills-update/scripts/update-locked-skills.shFor a single skill, run one command:
npx skills update <skill-name>Report using the output format from the shared skill.
Hard stops
- Never run bare
npx skills updatewithout skill names. - Never run
npx skills add <source>without--skill <name>. - Never run
npx skills addunless explicitly requested (new skill or legacy refresh). - Do not update project-local skills not listed in
skills-lock.json.