coding-router

Route coding requests to the most appropriate first skill using evidence-based rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route coding requests to the right first coding skill, enabling a thin first-pass decision that prevents premature deep work and misrouting.

Core Features & Use Cases

  • Route to the most appropriate first skill when multiple adjacent skills could apply.
  • Apply tie-break rules (browser evidence before backend speculation, repro data, and scope signals) to determine the routing outcome.
  • Return a single selected skill with a brief justification and a missing-input note when routing is blocked.

Quick Start

Direct a coding request to the most appropriate first skill without performing deep work.

Frequently Asked Questions about coding-router

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

FAQPage Schema
How do I route coding requests to the right first skill when multiple options apply?

To route coding requests to the right first skill, this skill applies evidence-based routing rules using browser evidence, repro data, and scope signals to select a single skill.

What is the best way to triage coding tasks before starting deep work?

The best way to triage coding tasks is using a thin first-pass routing decision that applies tie-break rules like browser evidence before backend speculation to prevent premature deep work.

How does skill routing handle missing inputs or blocked decisions?

Skill routing handles blocked decisions by returning a single selected skill with a brief justification and a missing-input note when evidence is insufficient to complete the routing.

When do I need a routing decision for adjacent coding skills?

You need a routing decision for adjacent coding skills when multiple skills could address the same request, requiring a thin first-pass triage based on scope signals and repro data.

Can I use scope signals and repro data to determine which coding skill to apply?

Yes, you can use scope signals and repro data to apply tie-break rules that determine the routing outcome, ensuring browser evidence is prioritized before backend speculation.