Setup Guide
Get supaskills running in Claude Code in under 3 minutes.
Create your API key
Sign up for a free account, then go to Dashboard → API Keys and create a new key.
Your key starts with sk_supa_ and is shown only once. Copy it now.
Configure MCP in Claude Code (npm package)
Open Claude Code and run /mcp or edit your MCP settings directly:
Replace sk_supa_YOUR_KEY with your actual key. Restart Claude Code to pick up the new server.
Alternative: Remote MCP (no install)
Connect directly to the hosted server — no npm install needed. Uses Streamable HTTP transport at https://www.supaskills.ai/mcp
Claude Code CLI
Or edit ~/.claude/mcp.json directly
MCP Inspector
Available tools
| Tool | Auth | Description |
|---|---|---|
| search_skills | Optional | Search by keyword, category, domain |
| get_skill | Required | Load full system prompt |
| list_categories | Optional | Browse 5 domains, 12 categories |
| suggest_skill | Optional | Describe task, get top 3 matches |
Add CLAUDE.md to your project
Add this block to your project's CLAUDE.md so Claude Code automatically uses supaskills for domain-specific questions:
Full template: claude-md-template.md
Test it
Start a new Claude Code session in your project and try:
Search for a skill
Or use the REST API directly
What's next
Questions? service@supaskills.ai