Skip to content

agent-routing v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 04:11
· 2 commits to main since this release
705addc

agent-routing

Decide which model, effort level, and cascade shape each subagent gets, and how to keep improvement loops safe (evaluator-as-selector, stop on regression). Routes on measured cost-per-completed-task rather than per-token price, because a tier's token count varies more by task shape than price varies across tiers. Covers per-model effort semantics, the concision lever, cascade preconditions, context handoff, and watching a subagent fan-out live. Use when spawning subagents via the Agent or Workflow tools, when fanning out more than a handful of agents, or when asked which model or effort a task should get. Grounded in measured calibration (references/calibration-2026-07-15.md) plus a 2026-08 coding-cost study; Managed Agents API specifics are operational, not calibrated.

Skill folder: agent-routing


Release of agent-routing version 2.0.0

📥 Download & Install

⬇️ Download agent-routing.zip

To install:

  1. Click the download link above (ignore the "Source code" archives below - they're auto-generated by GitHub)
  2. Go to Claude.ai Skills Settings
  3. Upload the downloaded ZIP file
  4. Requires paid Claude Pro or Team account

See official documentation for more details.

Recent Changes

705addc feat(skills): Add/Update skill: agent-routing (#767)
a2837c9 docs: Update CHANGELOG.md for released skills