From bbeierle12-skill-mcp-claude
Template for creating router skills. Use as a starting point when building a new router that dispatches to multiple specialized skills. Copy and customize for your domain.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin bbeierle12-skill-mcp-claudeThis skill uses the workspace's default tool permissions.
Routes to N specialized skills based on task requirements.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Routes to N specialized skills based on task requirements.
| Task Type | Skill | Primary Signal Words |
|---|---|---|
| [task] | skill-name | word1, word2, word3 |
| Task Type | Skill | Primary Signal Words |
|---|---|---|
| [task] | skill-name | word1, word2, word3 |
| Task Type | Skill | Primary Signal Words |
|---|---|---|
| [task] | skill-name | word1, word2, word3 |
When multiple signals present, resolve by priority:
skill-1 → [what it provides]
skill-2 → [what it provides]
skill-3 → [what it provides]
Wiring: [one-line integration summary]
skill-1 → [what it provides]
skill-2 → [what it provides]
Wiring: [one-line integration summary]
| Framework | Scale | Features | Route To |
|---|---|---|---|
| React | Standard | Auth form | skill-a + skill-b + skill-c |
| Vue | Standard | Data entry | skill-a + skill-d |
| None | Simple | Basic form | skill-e + skill-b |
| Any | Complex | Wizard | skill-f + skill-a + skill-b |
See references/integration-guide.md for: