Awesome-omni-skill intelligent-routing

Route tasks to the right specialist agents and skills.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/intelligent-routing-pedroct" ~/.claude/skills/diegosouzapw-awesome-omni-skill-intelligent-routing-1e0928 && rm -rf "$T"
manifest: skills/development/intelligent-routing-pedroct/SKILL.md
source content

Intelligent Routing

When to use

At the start of a request to select agents and skills.

Signals

  • UI, CSS, layout, accessibility: frontend-specialist
  • API, data, auth, business logic: backend-specialist
  • CI/CD, build tooling, DX: platform-engineer
  • Infra, deploy, environments: devops-engineer
  • Integrations, webhooks, SDKs: integrations-engineer
  • Data ingestion, ETL, pipelines: data-pipeline-engineer
  • Bugs and stack traces: debugger
  • Risky changes and secrets: security-auditor
  • Tests and coverage: qa-engineer
  • Scope and tradeoffs: product-manager
  • Data modeling: data-architect

Steps

  1. Classify the request into 1-2 domains.
  2. Select matching agent profiles from
    agents/
    .
  3. Load relevant skills from
    .agents/skills/
    .
  4. State which agents and skills are being applied.