bymerkyorlynn· 35 skills
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.
$npx -y skills add merkyorlynn/lynn --skill task-model-routerInstalls into the current project.
Run `npx skills use "https://github.com/merkyorlynn/lynn" --skill "merkyorlynn/lynn/task-model-router"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/merkyorlynn/lynn" that are relevant to the current task. Run `npx skills add "https://github.com/merkyorlynn/lynn"` and select the relevant skills, then follow their instructions.