5 ms·
> Currently skills cannot be tagged to different models. Ideally we should be able to say -- for trivial tasks, the skill should always use Haiku even if invoke
by koenvdb 5mo ago
> Currently skills cannot be tagged to different models. Ideally we should be able to say -- for trivial tasks, the skill should always use Haiku even if invoked from a session with Opus xhigh.
You can set the model for a skill. You just set model: haiku at the top and it will use haiku! You can even set the effort level, look for “Frontmatter reference” in this doc article: https://code.claude.com/docs/en/skills https://code.claude.com/docs/en/skills
- albert_e 5mo agoInteresting - thanks! Not sure when this was added. I found "open" feature requests in GitHub asking for this exact thing
- dmitry_dv 5mo agoSame works for subagents — .claude/agents/triager.md with model: haiku plus a Task call from the main loop. The reason to roll your own was the sandbox, not the routing.