What problem does it solve?
This Skill automates the management of your AI Skill repositories, ensuring they are up-to-date, correctly linked, and healthy, saving you from manual Git operations and symlink management.
Core Features & Use Cases
- Automated Updates: Fetches and pulls the latest changes from multiple Git remotes (like GitHub and local NAS) with built-in version safety checks to prevent accidental rollbacks.
- Symlink Management: Automatically creates symlinks for newly discovered skills and audits the health of existing symlinks (checking for broken, missing, or orphaned links).
- Installation: Simplifies adding new skill repositories by cloning them and setting up all necessary symlinks.
- Use Case: After cloning a new set of skills, simply run
/update-skills update to fetch all changes, create the required symlinks in your ~/.claude/skills directory, and ensure everything is ready to use.
Quick Start
Run /update-skills to fetch and pull the latest changes for all managed skill repositories.