Getting Started with Skill Vault
What is Skill Vault?
Skill Vault is the marketplace for the entire .claude/ ecosystem. It is a registry where developers discover, share, publish, and sell skills, agents, hooks, rules, and configurations for Claude Code, Cursor, Codex, GitHub Copilot, Gemini CLI, and 16+ AI coding tools.
Packages contain structured instruction files, automation hooks, project rules, and agent configurations that give AI coding assistants domain-specific knowledge and capabilities. Think of them as plugins for your AI — install a package and your agent instantly knows how to work with a framework, follow a coding standard, or perform a specialized task.
Install a Package
The fastest path is to install the sv CLI and use it to pull packages from Skill Vault:
curl -fsSL https://skillvault.md/install.sh | shsv install author/package-nameThis downloads the package and installs it into ~/.claude/skills/package-name/, where Claude Code can pick it up globally on your machine.
sv install author/package-name --target codexCodex installs go to ~/.codex/skills/package-name/.
sv pull author/package-name ./package-nameThen copy the downloaded SKILL.md into .cursor/skills/package-name/.
curl -fsSL https://skillvault.md/api/packages/author/package-name/download -o package-name.zipExtract the zip and copy the files into the tool-specific directory you want to use.
You do not need a CLI token to browse, pull, or install public packages. Tokens are only required for publishing and deleting packages.
Browse the Catalog
Explore the full catalog of available packages on the search page. You can filter by category, sort by popularity or recency, and search by keyword. Every package page includes a description, installation instructions, file listing, and compatibility information.
Create an Account
Sign in with your GitHub account to unlock the full Skill Vault experience. With an account you can:
- Publish your own skill packages
- Star and bookmark packages for later
- Leave reviews and ratings
- Sell paid packages via Stripe Connect
- Track download analytics on your dashboard
Authentication is handled through GitHub OAuth — no extra passwords to remember. Just click "Sign in" and authorize with your GitHub account.
Publish Your Own
Ready to share your work with the community? Head over to the Publishing Guide to learn how to package and publish your first package. You can publish free packages to build your reputation or sell premium packages with Stripe Connect.