adaptive-agent-routing

adaptive-agent-routing is a skill for Codex from ucsahinn/codex-chef. It costs 55 tokens per session (276 once invoked), scanned A, original, MIT.

A guide for choosing the smallest suitable AI agent, skill, connected tool, or configuration route for a coding task.

In plain words
What is it for?
Use it to route non-trivial work, decide whether to delegate, select specialist capabilities, and report the chosen route and any blockers.
Why use it?
It prevents unnecessary delegation and helps keep specialist work, context, and ownership clear when a task spans multiple surfaces.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to route non-trivial work, decide whether to delegate, select specialist…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ucsahinn/codex-chef/adaptive-agent-routing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ucsahinn/codex-chef --skill adaptive-agent-routing
Clone the repo
git clone --depth 1 https://github.com/ucsahinn/codex-chef

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for adaptive-agent-routing

README.md
[![agentmods](https://agentmods.dev/badge/skills/ucsahinn/codex-chef/adaptive-agent-routing.svg)](https://agentmods.dev/skills/ucsahinn/codex-chef/adaptive-agent-routing)
Your own site
<a href="https://agentmods.dev/skills/ucsahinn/codex-chef/adaptive-agent-routing"><img src="https://agentmods.dev/badge/skills/ucsahinn/codex-chef/adaptive-agent-routing.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 276 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00276
Opus 5 $0.00028 $0.00138
Sonnet 5 $0.00011 $0.00055
Haiku 4.5 $0.00006 $0.00028

Measured 7d ago against content hash b33609a06cee, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

adaptive-agent-routing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/codex-chef-workflows/skills/adaptive-agent-routing/SKILL.md · 23 lines

What it actually says

Adaptive Agent Routing

Select routes by expected value, not by catalog match alone.

Workflow

  1. Classify the task shape and identify the smallest owning surface.
  2. Read global-working-agreements.md only when the detailed route, specialist map, alias policy, or MCP boundary is relevant.
  3. Preserve the active user's profile, model, and reasoning settings. Agent role files must not pin them.
  4. Delegate only for independent parallel work, noisy log or research isolation, or explicit user-requested agent work.
  5. Treat ten threads as capacity for concurrent sessions. Normally use one agent and no more than four agents for one task.
  6. Emit one Routing plan: update and one Routing result: summary instead of per-surface narration.
  7. Keep destructive, credentialed, account, database, publish, deploy, and external-write actions approval-gated.

Output Contract

Return selected and skipped surfaces, summarized evidence, commands run, and blockers. Do not paste raw agent transcripts or large logs.

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 23 lines · 55 tokens per session scan A b33609a06cee

Subscribe to this mod's changes

adaptive-agent-routing is a skill published in the GitHub repository ucsahinn/codex-chef (6 stars, last pushed 20d ago), licensed MIT. It adds 55 tokens to every session and 276 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

code-review-excellence

This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or improve how a team performs code review.

Galaxy-Dawn/claude-scholar · 43 tokens

git-workflow

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team…

Galaxy-Dawn/claude-scholar · 64 tokens

architecture-design

Use only when creating new registrable ML components that require Factory or Registry patterns.

Galaxy-Dawn/claude-scholar · 19 tokens

results-analysis

This skill should be used when the user asks to "analyze experimental results", "run strict statistical analysis", "compare model performance", "generate scientific figures", "check significance", "do ablation analysis", or mentions interpreting experiment data with rigorous statistics and visualization. It focuses on…

Galaxy-Dawn/claude-scholar · 68 tokens

review-response

Systematic review response workflow from comment analysis to professional rebuttal writing. Use when the user asks to "write rebuttal", "respond to reviewers", "draft review response", or "analyze review comments". Improves paper acceptance rates.

Galaxy-Dawn/claude-scholar · 51 tokens

skill-development

This skill should be used when the user asks to create a new skill, repair an existing skill, improve trigger descriptions, reorganize skill structure, or make a Claude skill more reusable and internally consistent.

Galaxy-Dawn/claude-scholar · 43 tokens