mmt-setup
01Command
Set up multi-model-team — create your personal roster at /.claude/mmt-roster.json (seeded from the shipped default) so your tuning survives plugin updates, and print the next steps (roster precedence + statusline HUD).
A Claude Code plugin that offloads token-heavy, self-contained tasks to local CLI backends.
Command
Set up multi-model-team — create your personal roster at /.claude/mmt-roster.json (seeded from the shipped default) so your tuning survives plugin updates, and print the next steps (roster precedence + statusline HUD).
Command
Run a question through the multi-model Fusion pipeline — fan it out to a configurable panel of models in parallel (default panel is the user-configurable set from reasoning.panel in roster.json, defaulting to Opus+Sonnet+Gemini; override per-invocation with a spec like "2:gemini,opus,codex,opencode"), have a judge…
Command
Run a task through the multi-model team pipeline — decompose into role-assigned subtasks, dispatch dependency-aware, verify each result, fix failures in a bounded loop, then synthesize. YOU staff it: a spec like "orch:claude:2;impl:opencode:1,claude:2;review:codex:2" says which backend does which job (oh-my-claudecode…