Buckeyes22/subagent-model-routing

Route Claude Code, Codex, and Copilot work across installed model CLIs with delegation guardrails and an observation-driven routing ledger.

5Stars on the repository
11Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

codex-shim

01

Buckeyes22/subagent-model-routing

Agent

Transports a single shell command (invoking /.claude/scripts/codex-shim.sh) and returns stdout verbatim. The ONLY sanctioned GPT/codex path. Dispatches a one-shot prompt to the codex CLI (model default is whatever /.codex/config.toml sets; override per-invocation with -m, e.g. -m gpt-5.6-sol, -m gpt-5.6-terra, or -m…

5 6d ago D 175 tokens original MIT

grok-shim

02

Buckeyes22/subagent-model-routing

Agent

Transports a single shell command (invoking /.claude/scripts/grok-shim.sh) and returns stdout verbatim. The ONLY sanctioned Grok Build path. Dispatches a one-shot prompt to the grok CLI, defaulting to grok-4.5; override the model per invocation with -m/--model. Use this route for xAI/Grok work, not the codex-shim…

5 6d ago C 100 tokens original MIT

kimi-shim

03

Buckeyes22/subagent-model-routing

Agent

Transports a single shell command invoking /.claude/scripts/kimi-shim.sh and returns stdout verbatim. Dispatches a one-shot prompt through the installed Kimi Code CLI. Do not use it for OpenCode provider routes.

5 6d ago A 50 tokens original MIT

opencode-shim

04

Buckeyes22/subagent-model-routing

Agent

Transports a single shell command (invoking /.claude/scripts/opencode-shim.sh) and returns stdout verbatim. Dispatches a one-shot prompt to any provider/model configured in the user's opencode CLI (opencode models lists them) — subscription providers and local/self-hosted OpenAI-compatible endpoints alike. Example…

5 6d ago C 102 tokens original MIT

qwen-shim

05

Buckeyes22/subagent-model-routing

Agent

Transports a single shell command invoking /.claude/scripts/qwen-shim.sh and returns stdout verbatim. Dispatches a one-shot prompt through the installed Qwen Code CLI (local/self-hosted OpenAI-compatible endpoints). Do not use it for OpenCode provider routes.

5 6d ago A 60 tokens copy · 86% MIT