model

Route coding, analysis, and design tasks to haiku, sonnet, or opus models.

49|3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/xiaobei930/cc-best --skill model-xiaobei930
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model
Source: https://github.com/xiaobei930/cc-best/tree/main/skills/model
Command: npx skills add https://github.com/xiaobei930/cc-best --skill model-xiaobei930

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route task-level model selection to the most appropriate model based on task type and scope.

Core Features & Use Cases

  • Task-aware routing: map task characteristics to haiku, sonnet, or opus for each subtask.
  • Global to local consistency: coordinate between overall policy and per-task decisions using agent routing and task evaluation.
  • Cost-performance awareness: optimize token cost vs. result quality across coding, analysis, and design tasks.

Quick Start

Route a multi-file refactor task to opus to ensure deep reasoning and global consistency.

Frequently Asked Questions about model

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route tasks to different AI models for cost-efficient accuracy?

Model routing maps task characteristics like file counts, complexity, and risk to haiku, sonnet, or opus, optimizing token cost versus quality across coding, analysis, and design tasks.

What is task-aware model routing in multi-file deployment workflows?

Task-aware model routing evaluates subtask scope to select the most appropriate model, ensuring deep reasoning for multi-file refactors while maintaining global policy consistency.

How do I balance token cost vs quality when selecting AI models for subtasks?

Cost-performance awareness optimizes token cost versus result quality by evaluating task type and scope, routing complex subtasks to advanced models and simpler tasks to efficient ones.

Does model routing support global policy and local task decisions simultaneously?

Yes, it coordinates between overall policy and per-task decisions using agent routing and task evaluation, ensuring global to local consistency across coding, analysis, and design workflows.

When should I route a coding task to opus instead of haiku?

Route tasks requiring deep reasoning and global consistency, such as multi-file refactors, to opus, while assigning simpler subtasks to haiku to optimize overall token cost.

Can I use model routing for analysis and design tasks or only coding?

Model routing applies to coding, analysis, and design tasks, evaluating task type and scope to select the most appropriate model for each specific subtask across these domains.