meta-router
Primary intent classifier and entry point for all skill routing. Routes requests through the unified 7-router hierarchy based on intent analysis. Triggers on any task requiring specialized skills or delegation.
Installation
SKILL.md
Entry point for all routing decisions. Classifies intent and delegates to appropriate unified router.
| Keyword Match | 40% | Scan user intent for trigger keywords | | Context Analysis | 30% | Current project type, recent operations | | History Pattern | 20% | Recent skill usage patterns | | Explicit Request | 10% | User directly names skill/category |
| agents-router | delegate-router | | skills-router | delegate-router | | cli-router | tools-router | | data-router | tools-router | | development-router | build-router | | infrastructure-router | build-router | | documentation-router | build-router | | reasoning-router | think-router | | research-router | think-router | | analysis-router | think-router |
Primary intent classifier and entry point for all skill routing. Routes requests through the unified 7-router hierarchy based on intent analysis. Triggers on any task requiring specialized skills or delegation. Source: zpankz/mcp-skillset.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/zpankz/mcp-skillset --skill meta-router- Source
- zpankz/mcp-skillset
- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is meta-router?
Primary intent classifier and entry point for all skill routing. Routes requests through the unified 7-router hierarchy based on intent analysis. Triggers on any task requiring specialized skills or delegation. Source: zpankz/mcp-skillset.
How do I install meta-router?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zpankz/mcp-skillset --skill meta-router Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/zpankz/mcp-skillset
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01