What problem does it solve?
This Skill simplifies the process of managing AI agent skills by providing a Git-based package manager, akin to npm or Go modules, for installing, versioning, and sharing skills.
Core Features & Use Cases
- Declarative Skill Management: Use
skills.json and skills.lock for consistent skill installations across teams.
- Flexible Installation: Install skills from various sources including GitHub, GitLab, HTTP archives, and custom registries.
- Multi-Agent Support: Seamlessly integrate skills with agents like Cursor, Claude Code, and GitHub Copilot.
- Use Case: A team needs to ensure all developers are using the same set of AI coding assistant skills. They use
reskill to declare and install these skills, ensuring consistency and simplifying onboarding.
Quick Start
Initialize a new project with reskill by running the command npx reskill@latest init.