router

Route incoming requests to Arc execution tiers with confidence scores and rationale.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cmtkdot/arc --skill router-cmtkdot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: router
Source: https://github.com/cmtkdot/arc/tree/main/skills/router
Command: npx skills add https://github.com/cmtkdot/arc --skill router-cmtkdot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route incoming requests to the correct Arc execution tier (simple, standard, or full) so teams can optimize performance and resource usage.

Core Features & Use Cases

  • Tier-aware routing with explicit tier overrides
  • Detection of specialized command intents before tier computation
  • Outputs expected tier, confidence, and routing rationale for downstream planning

Quick Start

Provide a task description and any explicit tier, and Router will determine the best tier and routing rationale.

Frequently Asked Questions about router

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

FAQPage Schema
How does tier-aware routing decide between simple, standard, and full execution?

Routing evaluates task requirements to assign simple, standard, or full execution tiers. It identifies specialized command intents before computing the tier, outputting the selected tier, a confidence score, and routing rationale.

How do I route incoming requests to the correct execution tier based on task requirements?

Provide a task description and any explicit tier override to route incoming requests to the correct execution tier. The router computes the optimal tier, confidence score, and routing rationale to guide downstream planning.

Can I force an explicit tier override when routing specialized command intents?

Yes, you can provide an explicit tier override to bypass automatic routing decisions. The router still detects specialized command intents before tier computation to optimize the final routing output and rationale.

Why does my routing decision include a confidence score and rationale?

Routing decisions include a confidence score and rationale to guide downstream planning. This output helps teams verify the selected tier and understand the routing logic for resource optimization.

When do I need to route inputs to different execution tiers?

Route inputs to different execution tiers when teams need to optimize performance and resource usage. Routing matches task requirements to the correct tier, ensuring specialized command intents are processed efficiently.