Model-routing orchestration for any expensive frontier model (Fable, Opus, GPT-5.x) - the main model keeps judgment and Q&A review, mechanical subagent dispatches carry an explicit cheaper model, and ax measures whether the routing actually worked. Use when orchestrating codebase-heavy or token-heavy work with subagents, when dispatching Agent tasks without a model, when the user says "route to cheaper models", "efficient dispatch", "optimize model spend", or asks where their token spend goes. Pairs with the route-dispatch hook (deterministic backstop) and ax dispatches (evidence). Do NOT fire on single-shot questions or tiny tasks with no dispatching.
$npx -y skills add necmttn/ax --skill efficient-dispatchInstalls into the current project.
Run `npx skills use "https://github.com/necmttn/ax" --skill "necmttn/ax/efficient-dispatch"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/necmttn/ax" that are relevant to the current task. Run `npx skills add "https://github.com/necmttn/ax"` and select the relevant skills, then follow their instructions.