Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.
67
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Keep installed skills current without breaking the agent's workflow or silently overwriting local customizations.
--dry-run before running a real update.npx ai-agent-skills list --installed.--format json to capture structured update results for logging.npx ai-agent-skills list --installed --format json --fields namenpx ai-agent-skills checknpx ai-agent-skills sync <skill-name> --dry-runnpx ai-agent-skills sync <skill-name>npx ai-agent-skills sync --all --dry-runcheck command makes network requests to verify upstream sources. It may be slow or fail if sources are unreachable.039ad59
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.