
Meridian Skills
Send ambiguous coding tasks through Meridian’s orbital router so your agent picks or generates the right skill dynamically instead of hard-coding every workflow.
Overview
io.github.LuuOW/meridian-skills is a MCP server for the Build phase that routes AI tasks to dynamic LLM-generated skills via Meridian’s orbital classifier API.
What is this MCP server?
- Stdio MCP package meridian-skills-mcp on npm (v1.0.0)
- Orbital classifier backend default URL https://ask-meridian.uk/api/orbital-route
- Configurable MERIDIAN_TIMEOUT_MS default 90000 ms
- Optional MERIDIAN_API_KEY for future rate-limit gating
- Routes tasks to LLM-generated skills rather than static local manifests
- MCP server version 1.0.0; npm identifier meridian-skills-mcp
- Default MERIDIAN_TIMEOUT_MS 90000
- Default MERIDIAN_API_URL https://ask-meridian.uk/api/orbital-route
What problem does it solve?
Your agent has too many skills and no reliable way to pick the right one for each ad-hoc task without manual prompting.
Who is it for?
Solo builders running Claude Code or Cursor who want centralized skill routing without building their own classifier.
Skip if: Offline-only workflows, teams that forbid external API calls for task routing, or builders who prefer fixed local skill lists only.
What do I get? / Deliverables
After registration, task descriptions go through orbital-route classification so responses align with generated or matched skills instead of a single generic system prompt.
- Live MCP bridge invoking Meridian orbital-route for each routed task
- Environment-driven timeout and API endpoint configuration
- Agent sessions that delegate skill selection to the Meridian backend
Recommended MCP Servers
Journey fit
Skill routing and dynamic task classification happen while you are building and extending agent behavior, before you ship a frozen tool list. Meridian classifies prompts and returns routed skill payloads—core agent-tooling for anyone composing multi-skill Claude or Cursor sessions.
How it compares
Remote skill router MCP bridge, not a bundled SKILL.md pack or marketplace browser.
Common Questions / FAQ
Who is io.github.LuuOW/meridian-skills for?
It is for indie developers and agent power users who want Meridian to classify tasks and attach dynamic skills through a standard MCP stdio server.
When should I use io.github.LuuOW/meridian-skills?
Use it during Build when you start a varied coding session and want the agent to call the router instead of guessing which local skill file to load.
How do I add io.github.LuuOW/meridian-skills to my agent?
Install meridian-skills-mcp from npm, add it to your MCP servers config with stdio transport, set MERIDIAN_API_URL if needed, optionally MERIDIAN_API_KEY, then restart your agent.