skill-router

Route agent actions through a predefined skill routing table before execution.

82|23|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Rune-kit/rune --skill skill-router-rune-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-router
Source: https://github.com/Rune-kit/rune/tree/main/skills/skill-router
Command: npx skills add https://github.com/Rune-kit/rune --skill skill-router-rune-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a mandatory enforcement layer, ensuring that every agent action involving code, files, or technical decisions is routed through the correct, pre-defined skill, preventing unauthorized actions and enforcing a disciplined check-before-act protocol.

Core Features & Use Cases

  • Mandatory Routing: Intercepts all user requests to ensure they are processed by the appropriate skill.
  • Intent Classification: Categorizes requests into types like CODE_CHANGE, QUESTION, DEBUG_REQUEST, etc., to determine enforcement levels.
  • Use Case: When a user asks to "fix the login bug and add tests," this skill ensures the request is first routed to rune:debug, then to rune:fix, and finally to rune:test, preventing the agent from attempting to fix the bug without proper debugging or testing procedures.

Quick Start

Use the skill-router to ensure all code-related requests are routed to the appropriate skill before execution.

Frequently Asked Questions about skill-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce skill routing for AI agent actions before code changes?

To enforce skill routing for AI actions, you need a meta-enforcement layer that intercepts requests and routes them through a defined skill routing table before any code or file decisions are made. This prevents unauthorized actions.

What is intent classification in agent workflow control?

Intent classification in agent workflow control categorizes user requests into types like CODE_CHANGE, QUESTION, or DEBUG_REQUEST to determine the appropriate enforcement level and route the action to the correct skill.

How to prevent AI agents from rationalizing skipping required workflows?

To prevent AI agents from rationalizing skipping workflows, implement a mandatory check-before-act protocol that enforces routing discipline and prevents the agent from bypassing pre-defined technical decision procedures.

Does skill routing support adaptive overrides for specific file ownership constraints?

Yes, skill routing supports adaptive routing overrides and file ownership constraints, allowing you to maintain enhanced workflow integrity while adjusting enforcement rules for specific agent actions.

When do I need a mandatory routing layer for AI agent requests?

You need a mandatory routing layer for AI agent requests when processing complex multi-step prompts, such as asking an agent to fix a bug and add tests, ensuring each phase routes sequentially to the correct debug, fix, and test skills.

Can I route a single user request through multiple skills sequentially?

Yes, you can route a single request through multiple skills sequentially by classifying the intent and enforcing a routing table, ensuring a debug request routes to the debug skill before proceeding to the fix and test skills.