skills/update-installed-skills/SKILL.md
Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.
npx skillsauth add moizibnyousaf/ai-agent-skills update-installed-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 name
npx ai-agent-skills check
npx ai-agent-skills sync <skill-name> --dry-run
npx ai-agent-skills sync <skill-name>
npx ai-agent-skills sync --all --dry-run
check command makes network requests to verify upstream sources. It may be slow or fail if sources are unreachable.development
Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.
development
Use when evaluating whether a skill belongs in a library. Preview content, check frontmatter, validate structure, and decide whether to keep, curate, or remove.
development
Use when moving skills between library workspaces or upgrading from a personal library to a team library. Export from one workspace, import into another.
tools
Building applications with Large Language Models - prompt engineering, RAG patterns, and LLM integration. Use for AI-powered features, chatbots, or LLM-based automation.