SuperSkill
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SuperSkillscore and load the best skill for testing my Go API"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SuperSkill
The runtime intelligence layer for AI agent skills.
The Problem
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.
Related MCP server: ContextOS MCP Server
How It Works
Install skills however you want —
npx skills add, manual download, or use the 87 built-in skillsDescribe your task — "write tests for my Go API"
SuperSkill scores, resolves, and loads — trigger-based matching picks the best skill, resolves collisions, respects your context budget
SuperSkill 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.
What SuperSkill Adds
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 |
Quick Start
Claude Code Plugin (recommended)
/plugin marketplace add permanu/superskill
/plugin install superskillAny MCP-compatible tool
npm install -g superskillThen 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" }
}
}
}Works with skills.sh
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 activationSupported AI Tools
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 |
Built-in Skill Catalog
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:
Domain | Skills | Description |
Go | 2 | Idiomatic patterns, conventions |
Python | 2 | Pythonic idioms, PEP 8 |
Django | 3 | Architecture, DRF, ORM, security, TDD |
Spring Boot | 4 | Architecture, security, TDD, verification |
Swift | 4 | SwiftUI, concurrency, actors, protocol DI |
C++ | 2 | Core Guidelines, GoogleTest |
Java | 2 | Standards, JPA/Hibernate |
Database | 3 | PostgreSQL, migrations, ClickHouse |
Docker | 1 | Compose, container security |
Infrastructure & Patterns:
Domain | Skills | Description |
API Design | 1 | REST patterns, pagination, versioning |
Frontend Patterns | 1 | React/Next.js state and performance |
Backend Patterns | 1 | Node/Express server patterns |
Coding Standards | 1 | Universal TS/JS/React standards |
Specialized:
Domain | Skills | Description |
Content & Business | 6 | Articles, investor materials, outreach, market research |
3D Animation | 5 | Three.js, GSAP, React Three Fiber, Framer Motion, Babylon.js |
Agent Engineering | 4 | Agent harness, eval, cost optimization |
Meta/Tooling | 5 | Skill management, compaction, learning, browsing |
MCP Tools
Tool | Description |
| Route to the best skill by task description, domain, or skill ID |
| Skill catalog, collisions, resolution, generation |
| Auto-detected project context from CWD |
| Generate draft context.md from a git repo |
| Task management (add/list/update/board) |
| Log architecture decisions |
| Capture and list learnings |
| Resume context — recent sessions, interrupted work, next steps |
| Multi-agent session coordination |
| Read file or directory from vault |
| Write/append/prepend content |
| Full-text search across vault |
| Archive stale content |
| Vault content statistics |
| Mark items as deprecated |
Configuration
Variable | Default | Description |
|
| Path to knowledge vault |
|
| Max tokens for context injection |
|
| Session heartbeat TTL |
Roadmap
See GitHub Milestones for planned work.
Contributing
See CONTRIBUTING.md.
License
AGPL-3.0-or-later — See LICENSE
Copyright 2026 Permanu (Atharva Pandey)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceProvides dynamic, context-aware code assistant skills through hybrid RAG (vector + knowledge graph), enabling runtime skill discovery, automatic toolchain-based recommendations, and on-demand loading from multiple git repositories.Last updated20MIT
- Alicense-qualityCmaintenanceUnified context intelligence layer for AI agents, enabling orchestration of memory, reasoning, and self-healing indexes with cognition primitives and churn-aware retrieval routing.Last updated27MIT
- Alicense-qualityAmaintenanceEnables AI agents to intelligently match tasks to skills through semantic embeddings, track skill effectiveness, detect skill gaps, and discover new skills from external sources.Last updatedApache 2.0
- Alicense-qualityAmaintenanceProvides context-aware skill selection for AI agents, reducing token usage by 85-98% and improving accuracy through semantic retrieval, session memory, and feedback learning.Last updatedMIT
Related MCP Connectors
Intent execution engine for autonomous agent task routing
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
Runtime permission, approval, and audit layer for AI agent tool execution.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/permanu/superskill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server