Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
skillcreatorai avatar

Update Installed Skills

  • 132 installs
  • 1.1k repo stars
  • Updated May 5, 2026
  • skillcreatorai/ai-agent-skills

Refresh, reconcile, and upgrade locally installed Claude Code skills so agents run current instructions, dependencies, and bundled resources without manual drift.

About

The update-installed-skills skill from skillcreatorai/ai-agent-skills automates maintenance of installed agent skills—checking for updates, refreshing local copies, and keeping SKILL.md, scripts, and references current so Claude Code capabilities do not silently rot over time.

  • Syncs installed skills to latest sources
  • Reduces stale prompt and script drift
  • Supports batch refresh workflows
  • Keeps agent triggers aligned with repos
  • Lowers breakage from outdated bundles

Update Installed Skills by the numbers

  • 132 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #3,648 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/skillcreatorai/ai-agent-skills --skill update-installed-skills

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs132
repo stars1.1k
Last updatedMay 5, 2026
Repositoryskillcreatorai/ai-agent-skills

What it does

Refresh, reconcile, and upgrade locally installed Claude Code skills so agents run current instructions, dependencies, and bundled resources without manual drift.

Files

SKILL.mdMarkdownGitHub ↗

Update Installed Skills

Goal

Keep installed skills current without breaking the agent's workflow or silently overwriting local customizations.

Guardrails

  • Always use --dry-run before 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 json to capture structured update results for logging.

Workflow

1. List currently installed skills.

npx ai-agent-skills list --installed --format json --fields name

2. Check for available updates.

npx ai-agent-skills check

3. Dry-run the update.

npx ai-agent-skills sync <skill-name> --dry-run

4. Apply the update after reviewing.

npx ai-agent-skills sync <skill-name>

5. For bulk updates, review each skill's dry-run output.

npx ai-agent-skills sync --all --dry-run

Gotchas

  • Skills installed from GitHub will attempt a fresh clone during sync. If the upstream repo is gone, the update will fail gracefully.
  • Manually edited SKILL.md files will be overwritten by sync. Back up customizations before syncing.
  • The check command makes network requests to verify upstream sources. It may be slow or fail if sources are unreachable.

Related skills

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.