Debug Model banner
inprimex inprimex

Debug Model

AI community

Description

--- name: debug-model description: "Diagnostic — make Claude report which model is actually executing this command (verifies model: frontmatter routing)" model: haiku effort: low --- # /otaman:debug-model One-shot diagnostic to verify that the `model:` frontmatter on plugin commands actually routes the command's execution to the declared model. This command declares `model: haiku` in its own frontmatter. If Claude Code honors per-command `model:`, the response to this command should come from

Installation

Installs to ~/.claude/skills/inprimex-otaman-plugin-debug-model/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inprimex-otaman-plugin-debug-model && curl -fsSL https://raw.githubusercontent.com/inprimex/otaman-plugin/HEAD/commands/debug-model.md -o ~/.claude/skills/inprimex-otaman-plugin-debug-model/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository