Task Model Router

Route different task types to the best-fit model automatically. Chat → fast small model, coding → strong reasoning model, images → vision model, long documents → large context model. Use when: (1) Agent handles mixed tasks (chat + code + vision), (2) Want to optimize speed and cost by matching task to model, (3) User sends an image but current model is text-only, (4) User asks for code review or complex reasoning, (5) User pastes long documents exceeding small model context.

merkyorlynn f48616b 2 files · 9.0 KB Updated

File contents

merkyorlynn/lynn/tree/main/skills2set/task-model-router commit f48616b6cf

Frequently asked questions

npx skillmds@latest add merkyorlynn/task-model-router