models

Solid

Show or change which model each frugal agent runs on, per project. Use when the user wants to see the current tier-to-model mapping, move an agent to a different model (e.g. scout to sonnet), or reset overrides. Triggers on "frugal models", "change router models", "which model does scout use".

AI & Automation 32 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
51
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
92
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Frugal model overrides Manage the per-project model mapping for frugal's agents. Defaults live in each agent's frontmatter (`agents/*.md` under the plugin root); overrides live in the project's `.claude/routing-overrides.md`, which the routing policy reads first. Overrides work because the Agent tool accepts a `model` parameter per spawn - no plugin files are ever edited. Valid agents: `scout`, `extractor`, `mechanic`, `builder`, `sage`. Valid models: `haiku`, `sonnet`, `opus`, `fable`. ## No arguments: show the mapping 1. Read each agent's default from the `model:` frontmatter line in `<plugin-root>/agents/*.md` (plugin root is two directories up from this skill's base directory). 2. Read the "Model overrides" section of `.claude/routing-overrides.md` if it exists. 3. Show one table: agent, default, override (or "-"), effective model. Nothing else. ## Arguments like `scout=sonnet builder=opus` 1. Validate every pair against the lists above. Invalid agent or model: reject with the valid options, change nothing. 2. Create or update the managed section in `.claude/routing-overrides.md` (create the file if missing, keep any unmanaged content above it intact): ```markdown ## Model overrides (managed by /frugal:models) | Agent | Model | |---|---| | scout | sonnet | When spawning a frugal agent listed above, pass its listed model as the Agent tool's `model` parameter. ``` 3. Merge with existing overrides: new pairs win, unmentio...

Details

Author
ThomasLangbroek
Repository
ThomasLangbroek/frugal
Created
2 weeks ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category