update-installed-skills
Installation
SKILL.md
Update Installed Skills
Goal
Keep installed skills current without breaking the agent's workflow or silently overwriting local customizations.
Guardrails
- Always use
--dry-runbefore running a real update. - Check what is currently installed before updating:
npx ai-agent-skills list --installed. - Never update all skills at once in production without reviewing the dry-run output.
- Use
--format jsonto capture structured update results for logging.
Workflow
- List currently installed skills.