MCP Hub
Back to servers

superskill

Validated

Universal agentic knowledge base + context optimizer + skill marketplace for AI tools

npm171/wk
Stars
1
Tools
17
Updated
Mar 23, 2026
Validated
May 3, 2026
Validation Details

Duration: 4.5s

Server: superskill v0.4.0

Quick Install

npx -y superskill

SuperSkill

One plugin, every skill. The package manager for AI coding agents.

npm license skills tools

The Problem

There are 9+ open-source skill repos for AI coding agents, containing 87+ skills across 28 domains. Installing them all means token bloat and collisions — three different TDD skills fighting for context. Installing none means your agent wings it. There's no package manager.

How It Works

  1. Installnpm install -g superskill
  2. Describe your task — "write tests for my Go API"
  3. SuperSkill finds and loads the right methodology — resolves collisions, filters by your stack, injects only what's relevant

No manual skill management. The AI agent calls SuperSkill automatically when it recognizes a matching task.

Key Features

  • 87 skills from 9 repos — ECC, Superpowers, gstack, Anthropic, design repos, and more. One catalog, one resolution layer.
  • Works across 8 AI tools — Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI, OpenCode, Crush CLI, Droid.
  • Collision resolution — When multiple repos provide skills for the same domain (TDD, planning, code review, etc.), profiles pick the winner.
  • Stack-aware filtering — Auto-detects your project (Go, React, Django, Spring Boot, etc.) and loads only relevant skills.
  • Web discovery — If no local skill matches, searches GitHub for community skills.
  • Security scanning — Community skills are scanned for prompt injection, data exfiltration, and destructive commands before loading.
  • Progressive disclosure — Lightweight manifest (~100 tokens/skill) for small-context models; full content on demand.
  • Knowledge vault — Persistent project memory: tasks, ADRs, learnings, session resume, brainstorms. Cross-tool, cross-session.

Supported AI Tools

ToolSetupStatus
Claude CodePlugin or MCPVerified
Claude DesktopMCP configVerified
CursorMCP configVerified
Codex CLIMCP configVerified
Gemini CLIMCP configVerified
OpenCodeMCP configCommunity
Crush CLIMCP configCommunity
DroidMCP configCommunity

Available Skills

28 domains across 9 repos (click to expand)

Core Workflow — loaded for every project:

DomainSkillsDescription
TDD8Red-green-refactor, Go/Python/Django/Spring/C++ testing, E2E
Planning3Implementation planning, CEO/eng review, execution
Code Review4PR review, Go review, Python review, feedback workflow
Debugging2Systematic debugging, investigation
Verification4Build/lint/type gates, Django/Spring verification
Brainstorming2Structured ideation, office hours
Agent Orchestration5Autonomous loops, RFC pipelines, subagents, parallel dispatch
Security5OWASP review, AgentShield scanning, Django/Spring security
Shipping2CI/CD, deployment patterns
Frontend Design5Anthropic official, Design Taste, Bencium UX, FDP, UI/UX Pro Max
Git Workflow2Worktrees, branch management

Language & Framework — loaded when your stack matches:

DomainSkillsDescription
Go2Idiomatic patterns, conventions
Python2Pythonic idioms, PEP 8
Django3Architecture, DRF, ORM, security, TDD
Spring Boot4Architecture, security, TDD, verification
Swift4SwiftUI, concurrency, actors, protocol DI
C++2Core Guidelines, GoogleTest
Java2Standards, JPA/Hibernate
Database3PostgreSQL, migrations, ClickHouse
Docker1Compose, container security

Infrastructure & Patterns:

DomainSkillsDescription
API Design1REST patterns, pagination, versioning
Frontend Patterns1React/Next.js state and performance
Backend Patterns1Node/Express server patterns
Coding Standards1Universal TS/JS/React standards

Specialized:

DomainSkillsDescription
Content & Business6Articles, investor materials, outreach, market research
3D Animation5Three.js, GSAP, React Three Fiber, Framer Motion, Babylon.js
Agent Engineering4Agent harness, eval, cost optimization
Meta/Tooling5Skill management, compaction, learning, browsing

Source repos: ECC, Superpowers, gstack, Anthropic Skills, Design Skillstack, Taste, Bencium, Frontend Design Pro, UI/UX Pro Max

Quick Start

Claude Code Plugin (recommended)

/plugin marketplace add permanu/superskill
/plugin install superskill

Any MCP-compatible tool

npm install -g superskill

Then configure as an MCP server. For Claude Code:

claude mcp add superskill -e VAULT_PATH=~/Vaults/ai -- npx -y superskill

For Cursor, Claude Desktop, Codex, Gemini CLI, and others — add to your MCP config:

{
  "mcpServers": {
    "superskill": {
      "command": "npx",
      "args": ["-y", "superskill"],
      "env": {
        "VAULT_PATH": "~/Vaults/ai"
      }
    }
  }
}

MCP Tools

ToolDescription
superskillLoad expert methodology by domain, task description, or skill ID
vault_skillSkill catalog, collisions, resolution, generation
vault_project_contextAuto-detected project context from CWD
vault_initGenerate draft context.md from a git repo
vault_taskTask management (add/list/update/board)
vault_decideLog architecture decisions
vault_learnCapture and list learnings
vault_resumeResume context — recent sessions, interrupted work, next steps
vault_sessionMulti-agent session coordination
vault_readRead file or directory from vault
vault_writeWrite/append/prepend content
vault_searchFull-text search across vault
vault_pruneArchive stale content
vault_statsVault content statistics
vault_deprecateMark items as deprecated

Configuration

VariableDefaultDescription
VAULT_PATH~/Vaults/aiPath to knowledge vault
MAX_INJECT_TOKENS1500Max tokens for context injection
SESSION_TTL_HOURS2Session heartbeat TTL

Roadmap

See GitHub Milestones for planned work.

Contributing

See CONTRIBUTING.md.

License

AGPL-3.0-or-later — See LICENSE

Commercial license available for organizations with >$1M annual revenue. See LICENSE-COMMERCIAL.md.

Copyright 2026 Permanu (Atharva Pandey)

Reviews

No reviews yet

Sign in to write a review