Recommends the right Claude model and effort level at session start
npx claudepluginhub jaace/claude-model-advisorRecommends the right Claude model (Haiku/Sonnet/Opus) and effort level at session start by analyzing your first message, then pauses so you can switch before work begins.
A Claude Code plugin that recommends the right model and effort level at the start of every session - before any work begins.
When you start a new Claude Code session, this plugin injects guidance that causes Claude to:
This gives you a chance to switch to a cheaper or more powerful model before tokens are burned.
| Model | Effort | Best for |
|---|---|---|
| Haiku | — | Simple lookups, quick edits, boilerplate, trivia |
| Sonnet | medium | Most coding tasks, debugging, refactoring, explanations |
| Opus | high | Complex architecture, hard reasoning, math, novel multi-system design |
/model-checkRun this anytime mid-session to reassess the current task and get an updated model/effort recommendation.
/plugin install model-advisor@Jaace-claude-model-advisor
Or add this repo as a marketplace source:
/plugin marketplace add Jaace/claude-model-advisor
After receiving a recommendation, run /model to switch. The /model interface lets you:
You can also run /effort to adjust the effort level independently without changing the model. Options: auto, low, medium, high, and max (Opus only).
Note: effort level does not apply to Haiku.
After installing, updates require refreshing the marketplace cache first:
/plugin marketplace update claude-model-advisor
/plugin update model-advisor