v0.2.2
Skillsmith v0.2.2
Packages Published
| Package | Version | npm |
|---|---|---|
@skillsmith/core |
2.0.0 | npm |
@skillsmith/mcp-server |
0.2.2 | npm |
@skillsmith/cli |
0.2.2 | npm |
What's New
- Live Skills Registry: Search and install from 9,717+ real skills
- Faster Search: Full-text search with quality ranking
- Privacy First: Opt-out telemetry, no PII collected
- Multi-Language Analysis (core v2.0.0): Analyze TypeScript, JavaScript, Python, Go, Rust, and Java codebases
Quick Start
Add to your Claude Code configuration (~/.claude/settings.json):
{
"mcpServers": {
"skillsmith": {
"command": "npx",
"args": ["-y", "@skillsmith/mcp-server"]
}
}
}Then ask Claude:
- "Search for testing skills"
- "Find verified skills for git workflows"
- "Install the commit skill"
CLI Installation
npm install -g @skillsmith/cli
skillsmith search "testing"Bug Fixes
- Fixed mcp-server entry point paths to match TypeScript output structure
- Fixed GitHub repository URLs in package READMEs