Skillselion MCP server
OfficialClick 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., "@Skillselion MCP serverSearch for Postgres skills for Claude Code"
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.
๐ Install
Claude Code - one line:
claude mcp add skillselion --scope user -- npx -y skillselion-mcpClaude Desktop / Cursor / Codex - add to your MCP config:
{ "mcpServers": { "skillselion": { "command": "npx", "args": ["-y", "skillselion-mcp"] } } }No build step, no auth, no API key. One ~30 KB file via npx.
Want it fully automatic? npx -y skillselion-mcp setup registers the server and installs a session hook so your agent loads the right skill the moment a task matches - see Skill autopilot.
Related MCP server: claude-oracle-mcp
๐ง Tools
Tool | What it does |
๐ฅ | The everyday default: finds the best-matching skill for your task and materializes it - real |
๐งฌ | The cross-source playbook: merges the key rules of the top ~5 matching skills into one deduped, provenance-tagged digest - the field's consensus, not one author's take. |
๐ | Search the catalog by keyword or task; filter by |
๐ | The leaderboard - the most-installed skills and top-starred MCP servers right now. |
๐ Private by default
Read-only, no auth, no secrets. It never sends your code, files, or the context you pass - only a scrubbed search query + which skill matched, so the catalog learns what to add next. Set DO_NOT_TRACK=1 to disable even that.
๐ช Skill autopilot
npx -y skillselion-mcp setup # interactive - pick your packs
npx -y skillselion-mcp setup --yes # non-interactive - agents / CIRegisters the MCP globally and installs a Claude Code SessionStart hook that primes every session with skills relevant to you - so loads happen on their own.
Flag | What it does |
| one or more packs (or |
| skills per pack (default 3) ยท |
| adapt each session to the current repo's stack |
| infer your focus from Claude Code / Codex history (one-time scan) |
| never prompt (default when there's no terminal) |
Packs: popular (default) ยท frontend ยท ai-agents ยท media ยท backend ยท devops ยท quality ยท automation.
Safe by design: ~/.claude/settings.json is merged, never clobbered; re-running de-dupes and upgrades the hook in place.
Var | Default | What it controls |
| - | optional, read-only; raises GitHub's rate limit for full multi-file skill loads (60 โ 5000 req/hr) |
|
| char cap on the in-context |
|
| how many top skills |
|
| max rules kept per source skill |
|
| char cap on the merged digest |
| - | set |
The agent doesn't see the tools. Some clients surface MCP tools lazily - tell the agent to search its tools for "skillselion" first (e.g. ToolSearch), then call it. The setup hook automates this nudge.
load_skill returns only the SKILL.md, no bundled files. You hit GitHub's unauthenticated 60 req/hr limit - set a read-only GITHUB_TOKEN in the server's env.
"No skill on Skillselion clearly matches..." The relevance floor working as intended - nothing topical matched, so it refuses to waste your context. Try a more specific query.
Setup couldn't auto-register. Run the printed claude mcp add ... line yourself.
npm install
npm test # offline: server boots, tools, synthesis
npm run test:live # live catalog + GitHub (set GITHUB_TOKEN)โญ Like it?
Star the repo - it helps other developers find it.
Browse the full catalog โ skillselion.com - thousands of skills, MCP servers & marketplaces, ranked by real installs.
Bug or missing skill? Open an issue - PRs welcome.
๐ License
MIT ยฉ Skillselion
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/skillselion/skillselion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server