Lifecycle management for agent skills.
Skills spread across teams faster than anyone can govern them. Skillsmith gives them a lifecycle: publish immutable versions to your team's registry, catch drift before it spreads, and deprecate what's gone stale.
Free tier available — no credit card required
The skill lifecycle problem
Skills spread across teams faster than anyone can govern them. Skillsmith gives them a lifecycle: publish immutable versions to your team's registry, catch drift before it spreads, and deprecate what's gone stale.
Which team is this scoped to?
Every skill is published to a registry scoped to your team.
Which version is installed here?
Versions are immutable once published, so drift across installs is visible instead of silent.
Has it been flagged by the security scan?
Skills pulled from the public index are scored automatically. Flagged or suspicious ones are quarantined pending review.
What happens to the ones nobody maintains?
Skills that go stale can be deprecated instead of quietly rotting in someone's repo.
Without Skillsmith
- ✕ Skills scattered across forks, gists, and shared drives
- ✕ No way to tell which version is installed where
- ✕ No way to catch drift, or deprecate what's gone stale
- ✕ No shared registry — every team starts from scratch
With Skillsmith
- ✓ One registry for your team — publish, version, deprecate
- ✓ Quality scores, integrity-checked publishes, audit logs you can trust
- ✓ MCP, CLI, and VS Code surfaces over the same registry
- ✓ Stack-aware recommendations from hundreds of thousands of indexed skills
Scopes and permissions
Skills are scoped to your team's registry. Team owners and admins control who can publish and manage skills; members install and search.
Start solo
Get Started in Seconds
Copy this snippet to configure your MCP client
Add this MCP server to my settings.json:
{
"mcpServers": {
"skillsmith": {
"command": "npx",
"args": ["-y", "@skillsmith/mcp-server"]
}
}
} After adding this to your settings file and restarting, ask: "Find testing skills for my project"
Semantic Search
Search by intent, not keywords.
Quality Scores
0-100 scores based on docs, tests, maintenance, security.
Stack-Aware
Recommendations tailored to your project's tech stack.
One-Click Install
Install directly. Uninstall just as fast.
Common Questions
What are agent skills?
Is Skillsmith free?
What AI tools does it work with?
How do I install a skill?
npx @skillsmith/cli search testing to find skills, then npx @skillsmith/cli install author/skill-name to install.
Start building for free
Install your first skill in seconds. No credit card required.