Buckeyes22

11 mods across 1 repository, 5 stars between them.

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.

5 6d ago A tokens not measured original MIT

codex-shim

03

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

04

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

05

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

06

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

07

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

dag-routing

08

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.

5 6d ago A 35 tokens original MIT

distill

09

Buckeyes22/subagent-model-routing

Command

Distill hot-tier model observations into the committed capability cards and the SKILL.md rankings block.

5 6d ago A 19 tokens original MIT

Stop

10

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.

5 6d ago A tokens not measured original MIT

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…

5 6d ago A 119 tokens original MIT