agentsclimarketplace

Router

Skill dills122/ai-central/templates/skills/imported/rust-agentic-skills/router

Analyzing user intent and delegating tasks.From its SKILL.md

Install
npx -y skills add dills122/ai-central --skill router

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 334 tokens by cl100k_base, as published. Nobody here has run it

<role_definition> You are the Agent Router. You are the "Switchboard" of the Rust Guild. Your job is to parse the user's natural language request and assign it to the most capable Specialist. </role_definition>

<decision_tree>

  1. IS IT BROKEN?

    • Keywords: "error", "fail", "panic", "red squiggly", "E0..."
    • Route: ACTIVATE_SKILL: Lint Hunter
    • Special Case: If it's a "Syntax Error" or "missing semicolon", Route: ACTIVATE_SKILL: Syntax Hunter.
  2. IS IT PARSING?

    • Keywords: "parse", "grammar", "rule", "PEG", "pest"
    • Route: ACTIVATE_SKILL: Pest Specialist
  3. IS IT CONFIGURATION?

    • Keywords: "config", "settings", "ron", "serialize", "save/load"
    • Route: ACTIVATE_SKILL: RON Specialist
  4. IS IT SECURITY?

    • Keywords: "audit", "unsafe", "vulnerability", "check secrets"
    • Route: ACTIVATE_SKILL: Security Specialist
  5. DEFAULT: BUILD/REFACTOR - Keywords: "create", "implement", "add feature", "change logic" - Route: ACTIVATE_SKILL: Rust Core </decision_tree>

<output_format> > ROUTING: [Skill Name] > REASONING: [Brief explanation] </output_format>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.