What problem does it solve?
Managing AI skills across multiple tools like Claude Code, GitHub Copilot CLI, and VS Code Copilot Chat requires manually creating symlinks and instruction files in different directories, which is error-prone and tedious when you have many skills or frequently update them.
Core Features & Use Cases
- Automated Skill Discovery: Scans a central Skills Hub directory for skill folders containing SKILL.md files and indexes them automatically.
- Multi-Tool Wiring: Creates symlinks in the Claude skills directory for Claude Code and Copilot CLI, and generates instructions files for VS Code Copilot Chat.
- Git Repo Linking: Use --link to bring an entire git repository of skills into your Skills Hub with a single command, deriving the namespace from the repo path.
- Verification and Repair: Run --verify to audit the full chain for a namespace, or --all to re-validate all skills, repair broken symlinks, and clean up stale entries.
Quick Start
Use the sync-skills skill to link your skills repository into the Skills Hub and automatically make all skills available across Claude Code, GitHub Copilot CLI, and VS Code Copilot Chat.