The Skillselion MCP: launching where the users are agents
The Skillselion MCP is a free, open-source Model Context Protocol server that lets a coding agent search a catalog of 59,343 skills and load one mid-task, with nothing installed. For makers it previews the next launch surface: distribution that happens inside the agent session.
By the Launchelion team
Every launch platform assumes a human is browsing. The Skillselion MCP drops that assumption: it is a Model Context Protocol server that a coding agent connects to once, after which the agent itself searches the catalog, picks the best-matching skill for the task at hand, and loads its actual instructions into the running session. One npx command, no build step, no API key.
For anyone shipping developer tools, that is a new distribution channel with different physics. Nobody scrolls. The agent asks for a capability, the ranking answers, and the winner gets used immediately, mid-task.

What being discoverable by agents takes
The MCP exposes four tools, per its open-source documentation: load_skill finds and materializes the best match, synthesize_skills merges the top five matches into one source-attributed playbook, search_skillselion queries the catalog, and top_skillselion returns the live leaderboard. Every one of them resolves through rankings computed from real installs, so the launch lesson carries over unchanged: usage, not launch-day noise, decides who gets loaded.
- An agent reads your README the way a reviewer reads your landing page. Write the one-liner for machines: what it does, for what task, stated plainly.
- Rankings compound. A skill that earns installs keeps winning load_skill calls, which earns more installs.
- Being loadable beats being bookmarkable. A listing an agent can act on mid-task converts at the moment of need.
Why this matters beyond skills
This site ships its own MCP server for the same reason: agent-first surfaces are standing infrastructure now, not a demo. When a catalog is queryable from inside Claude Code, Cursor or Codex, the catalog stops being a website you visit and becomes a dependency your agent resolves. Launch strategy follows the traffic, and a growing share of the traffic has a system prompt.
Disclosure
Skillselion and Launchelion are both Ellelion LLC products, so this is a first-hand feature tour of a sibling product, not independent coverage. The tool descriptions come from the MCP's public MIT-licensed repository and its landing page, captured 29 July 2026.