Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bbeierle12 avatar

Router Template

  • 53 installs
  • 8 repo stars
  • Updated August 4, 2026
  • bbeierle12/skill-mcp-claude

router-template is a Claude skill that provides a reusable template for creating router skills that dispatch tasks to multiple specialized skills.

About

This skill is a starting-point template for building new router skills that dispatch to multiple specialized skills. It provides the standard scaffolding: a routing protocol, tiered quick-route tables, signal-matching rules, confidence scoring, and fallback behavior. A developer copies and customizes it when creating a router for their own domain.

  • Reusable template for building router skills that dispatch to multiple specialized skills
  • Includes routing protocol, signal-matching rules, confidence scoring, and a decision table
  • Meant to be copied and customized for a new domain

Router Template by the numbers

  • 53 all-time installs (skills.sh)
  • Ranked #320 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

router-template capabilities & compatibility

Capabilities
skill creator · shader router
Use cases
orchestration
From the docs

What router-template says it does

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.
SKILL.md
Routes to N specialized skills based on task requirements.
SKILL.md
Most production tasks need 2-4 skills together
SKILL.md
npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill router-template

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs53
repo stars8
Last updatedAugust 4, 2026
Repositorybbeierle12/skill-mcp-claude

What it does

Scaffold a new router skill that dispatches to specialized skills for a domain.

Who is it for?

Kicking off a new router skill for a specific domain.

When should I use this skill?

Building a new router that dispatches to multiple specialized skills.

What you get

  • A customized router SKILL.md for a chosen domain

By the numbers

  • Ships tiered quick-route tables across 3 tiers (Core, Enhanced, Reference Only)

Files

SKILL.mdMarkdownGitHub ↗

[Domain] Router

Routes to N specialized skills based on task requirements.

Routing Protocol

1. Classify — Identify primary task type from user request 2. Match — Find skill(s) with highest signal match 3. Combine — Most production tasks need 2-4 skills together 4. Load — Read matched SKILL.md files before implementation

Quick Route

Tier 1: Core (Always Consider)

Task TypeSkillPrimary Signal Words
[task]skill-nameword1, word2, word3

Tier 2: Enhanced (Add When Needed)

Task TypeSkillPrimary Signal Words
[task]skill-nameword1, word2, word3

Tier 3: Reference Only

Task TypeSkillPrimary Signal Words
[task]skill-nameword1, word2, word3

Signal Matching Rules

Priority Order

When multiple signals present, resolve by priority: 1. Explicit framework — React/Vue/vanilla overrides generic signals 2. Specific feature — "multi-step wizard" beats generic "form" 3. Platform constraint — mobile/VR/accessibility takes precedence 4. Default tier — Fall back to Tier 1 core skills

Confidence Scoring

  • High (3+ signals) — Route immediately
  • Medium (1-2 signals) — Route with Tier 1 defaults
  • Low (0 signals) — Ask user for clarification

Common Combinations

[Scenario Name] (N skills)

skill-1 → [what it provides]
skill-2 → [what it provides]
skill-3 → [what it provides]

Wiring: [one-line integration summary]

[Scenario Name] (N skills)

skill-1 → [what it provides]
skill-2 → [what it provides]

Wiring: [one-line integration summary]

Decision Table

FrameworkScaleFeaturesRoute To
ReactStandardAuth formskill-a + skill-b + skill-c
VueStandardData entryskill-a + skill-d
NoneSimpleBasic formskill-e + skill-b
AnyComplexWizardskill-f + skill-a + skill-b

Fallback Behavior

  • Unknown framework → Use skill with broadest compatibility
  • No clear signals → Ask: "What framework?" and "What's the core requirement?"
  • Conflicting signals → Prefer Tier 1 skills, ask for clarification on Tier 2

Reference

See references/integration-guide.md for:

  • Complete wiring patterns
  • Code examples for all combinations
  • Architecture diagrams
  • Edge case handling

Related skills

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.