Universal skill marketplace + knowledge vault for AI coding agents
npx claudepluginhub permanu/superskillRuntime intelligence layer for AI agent skills — smart routing, collision resolution, and knowledge vault. Works with skills.sh and any installed SKILL.md files.
The runtime intelligence layer for AI agent skills.
skills.sh solved skill discovery and installation — 90,000+ skills, 40+ agents, one standard. But installation is static. You browse, pick, install, and hope you chose right.
When you have 15 skills installed and say "write tests for my Go API" — which one loads? What about the three competing TDD skills? What if the model's context window can't fit them all?
skills.sh is where you find skills. SuperSkill is what loads the right one at the right time.
npx skills add, manual download, or use the 87 built-in skillsSuperSkill scans your installed skills (from ~/.claude/skills/, ~/.cursor/skills/, etc.), merges them with its built-in catalog, and routes tasks to the best match at runtime.
| Layer | What it does | Why you need it |
|---|---|---|
| Router | Task description → best matching skill | No manual browsing or memorizing skill names |
| Arbiter | 3 TDD skills installed? Profile picks the winner | Prevents collision chaos and token waste |
| Scanner | Discovers installed skills from any source | Works with skills.sh, manual installs, or built-in |
| Memory | Remembers activations within a session | No redundant fetches for similar tasks |
| Vault | ADRs, learnings, sessions, project context | Persistent knowledge that survives across sessions |
/plugin marketplace add permanu/superskill
/plugin install superskill
npm install -g superskill
Then add as an MCP server:
# Claude Code
claude mcp add superskill -e VAULT_PATH=~/Vaults/ai -- npx -y superskill
# Cursor, Claude Desktop, Codex, Gemini CLI — add to MCP config:
{
"mcpServers": {
"superskill": {
"command": "npx",
"args": ["-y", "superskill"],
"env": { "VAULT_PATH": "~/Vaults/ai" }
}
}
}
Install skills from the ecosystem, SuperSkill routes to them automatically:
npx skills add anthropics/skills # Anthropic's official skills
npx skills add affaan-m/everything-claude-code # ECC skill suite
# SuperSkill discovers and scores these on next activation
| Tool | Setup | Status |
|---|---|---|
| Claude Code | Plugin or MCP | Verified |
| Claude Desktop | MCP config | Verified |
| Cursor | MCP config | Verified |
| Codex CLI | MCP config | Verified |
| Gemini CLI | MCP config | Verified |
| OpenCode | MCP config | Community |
| Crush CLI | MCP config | Community |
| Droid | MCP config | Community |
| Windsurf | MCP config | Community |
| Aider | MCP config | Community |
| Continue | MCP config | Community |
Core Workflow — loaded for every project:
| Domain | Skills | Description |
|---|---|---|
| TDD | 8 | Red-green-refactor, Go/Python/Django/Spring/C++ testing, E2E |
| Planning | 3 | Implementation planning, CEO/eng review, execution |
| Code Review | 4 | PR review, Go review, Python review, feedback workflow |
| Debugging | 2 | Systematic debugging, investigation |
| Verification | 4 | Build/lint/type gates, Django/Spring verification |
| Brainstorming | 2 | Structured ideation, office hours |
| Agent Orchestration | 5 | Autonomous loops, RFC pipelines, subagents, parallel dispatch |
| Security | 5 | OWASP review, AgentShield scanning, Django/Spring security |
| Shipping | 2 | CI/CD, deployment patterns |
| Frontend Design | 5 | Anthropic official, Design Taste, Bencium UX, FDP, UI/UX Pro Max |
| Git Workflow | 2 | Worktrees, branch management |
Language & Framework — loaded when your stack matches: