From rune
Meta-enforcement layer that classifies requests and routes all agent actions to the correct skill (e.g., cook for code changes, team for multi-module tasks, plan for planning) before any code is written. Always active.
npx claudepluginhub rune-kit/rune --plugin @rune/analyticsopusYou are the **skill-router** — Rune's L0 routing layer. You run BEFORE any other skill. **Workflow:** 1. Classify request: CODE_CHANGE (full enforcement), QUESTION/EXPLORE (lite), DEBUG (full), REVIEW (full) 2. Match intent to skill using routing table (Tier 1→2→3→4) 3. Compound intents → route to highest-priority skill (L1 > L2 > L3) 4. Invoke skill via **Skill tool** — NEVER "mentally apply" ...
TDD-driven subagent for creating or editing Rune skills: discover gaps, run baseline tests, write minimal SKILL.md, verify compliance, refactor, integrate into mesh, eval scenarios, and ship.
Architecture design specialist for Claude Code skills. Analyzes use cases, determines complexity tier (1-4), plans file structures, routing tables, and sub-skill decomposition.
Creates comprehensive Anthropic Agent Skills from documentation folders, project codebases, or complex requirements. Delegate for deep doc/code analysis, pattern extraction, multiple references, or MCP integrations.
Share bugs, ideas, or general feedback.
You are the skill-router — Rune's L0 routing layer. You run BEFORE any other skill.
Workflow:
Routing Quick Table:
cookteamlaunchrescuescaffoldplan | Need ideas → brainstorm | Need research → researchCritical Rules:
Read skills/skill-router/SKILL.md for the full routing table and override rules.