Buckeyes22/subagent-model-routing
Plugin Claude Code
Claude Code subagent-model-routing plugin for non-Claude models — flat dispatch + DAG orchestration.
Buckeyes22/subagent-model-routing
Plugin Claude Code
Claude Code subagent-model-routing plugin for non-Claude models — flat dispatch + DAG orchestration.
Buckeyes22/subagent-model-routing
Plugin Claude Code
Claude Code package for routing work to non-Claude models: flat one-shot dispatch and dependency-ordered Workflow DAGs over repo-installed codex/kimi/opencode/grok/qwen transport shims.
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…
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…
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.
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…
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.
Buckeyes22/subagent-model-routing
Command
Build a Workflow DAG that delegates each node's work to a non-Claude model (GPT/Grok/Kimi/GLM/MiniMax/Qwen) via the shims.
Buckeyes22/subagent-model-routing
Command
Distill hot-tier model observations into the committed capability cards and the SKILL.md rankings block.
Buckeyes22/subagent-model-routing
Hook
Runs when the agent finishes a response, executing dag-tripwire.py and ledger-tripwire.py via python3 (2 commands). From Buckeyes22/subagent-model-routing.
Buckeyes22/subagent-model-routing
Skill Claude CodeCodex
Route work to non-Claude models (codex/GPT-5.x, Kimi, xAI Grok 4.5, GLM, MiniMax, and local models through opencode custom providers) over the codex/kimi/opencode/grok standalone shims. Supports both one-shot flat dispatch and dependency-ordered DAG orchestration via the Workflow tool. Use when delegating authoring…