Skip to main content

crumb-model

Show or change Crumb per-actor model + effort + per-provider activation (claude-local / codex-local / gemini-cli-local). Defaults to all high-end models (claude-opus-4-7 / gpt-5.5-codex / gemini-3-1-pro) + effort=high. Gemini model IDs accept both dot ("gemini-3.1-pro") and dash ("gemini-3-1-pro") forms โ€” internally normalized. Trigger on "verifier ๋ชจ๋ธ์„ X ๋กœ", "set builder model to Y", "effort ๋‹ค high ๋กœ", "effort all to low", "codex ๋น„ํ™œ์„ฑํ™”", "disable gemini", "์–ด๋–ค ๋ชจ๋ธ ์“ฐ๊ณ  ์žˆ์–ด?", "๋ชจ๋ธ ์„ค์ • ๋ณด์—ฌ์ค˜", "show model config", "์–ด๋–ค effort?", or any per-actor / per-provider tuning request. Read-only when no instruction given. Do NOT trigger for preset recommendation (use `crumb-config` skill) or environment readiness (use `crumb-doctor` skill).

Jump to install

Source facts

Repository
mangowhoiscloud/crumb
Last source activity
May 2, 2026 at 20:34
Detected SKILL.md language
English
Stars
2
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions ยท Read-only preview
name
crumb-model
description
Show or change Crumb per-actor model + effort + per-provider activation (claude-local / codex-local / gemini-cli-local). Defaults to all high-end models (claude-opus-4-7 / gpt-5.5-codex / gemini-3-1-pro) + effort=high. Gemini model IDs accept both dot ("gemini-3.1-pro") and dash ("gemini-3-1-pro") forms โ€” internally normalized. Trigger on "verifier ๋ชจ๋ธ์„ X ๋กœ", "set builder model to Y", "effort ๋‹ค high ๋กœ", "effort all to low", "codex ๋น„ํ™œ์„ฑํ™”", "disable gemini", "์–ด๋–ค ๋ชจ๋ธ ์“ฐ๊ณ  ์žˆ์–ด?", "๋ชจ๋ธ ์„ค์ • ๋ณด์—ฌ์ค˜", "show model config", "์–ด๋–ค effort?", or any per-actor / per-provider tuning request. Read-only when no instruction given. Do NOT trigger for preset recommendation (use `crumb-config` skill) or environment readiness (use `crumb-doctor` skill).
# /crumb-model โ€” model + provider config When the user wants to inspect or change Crumb's per-actor model assignment, effort level, or per-provider activation: **Preferred path** โ€” call the `crumb_model` MCP tool. Pass `instruction` for changes, omit for read-only show: - "verifier ๋ชจ๋ธ์„ gemini-3-1-pro ๋กœ" โ†’ instruction sets verifier model (also accepts dot form "gemini-3.1-pro" โ€” normalized to dash) - "effort ๋‹ค high ๋กœ" โ†’ instruction sets all-actor effort=high - "codex ๋น„ํ™œ์„ฑํ™”" โ†’ instruction disables codex-local provider - (no instruction) โ†’ returns the current config table **Fallback path** โ€” `npx tsx src/index.ts model --apply "<instruction>"` (or `--show` for read-only, or no flag for interactive blessed TUI with Tab/โ†‘โ†“/โ†โ†’/p/Enter/Esc). **Interactive TUI** is the operator's choice; the MCP tool is the NL surface (skill / model selection / explicit Korean or English instruction). Output is a status table: - `## providers` โ€” `โœ“` enabled / `โœ—` disabled, per local CLI - `## actors` โ€” actor / harness / model / effort, one row per outer actor Defaults (when `.crumb/config.toml` is missing): - coordinator + planner-lead โ†’ claude-opus-4-7 / claude-code / high - builder โ†’ gpt-5.5-codex / codex / high - verifier โ†’ gemini-3-1-pro / gemini-cli / high - builder-fallback โ†’ claude-sonnet-4-6 / claude-code / high - All 3 local providers enabled. Explicit slash form: `/crumb-model <instruction>` or `/crumb-model` (show). Reference: `src/config/model-config.ts`, `src/tui/model-edit.ts`, v0.1 ยง5.1 (resolve order).
View on GitHub