From cc-best
Recommends Claude models (Haiku for exploration, Sonnet for implementation, Opus for decisions) via routing matrix for task types, subagents, and cost-quality tradeoffs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-best:modelThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
本技能提供任务类型到模型的推荐映射,帮助 Claude 在不同场景下选择合适的模型。
本技能提供任务类型到模型的推荐映射,帮助 Claude 在不同场景下选择合适的模型。
/cc-best:model 命令用于全局切换所有 Agent 的模型策略(quality/balanced/economy)当 Claude 遇到以下场景时,会自动参考本技能:
任务到达 ──→ 评估复杂度 ──→ 查询 routing-matrix ──→ 选择模型
│
├─ 简单(搜索/读取)→ haiku
├─ 中等(编码/测试)→ sonnet
└─ 复杂(架构/安全)→ opus
/cc-best:model 设定的全局策略记住:模型选择的目标是用最低成本达到足够的质量。不是所有任务都需要最强模型,也不是所有任务都能用最快模型。
npx claudepluginhub xiaobei930/cc-best --plugin cc-bestRecommends optimal Claude model (Haiku, Sonnet, Opus) for tasks using decision matrix for technical, business, strategy, creative, and command complexity.
Routes tasks to Haiku, Sonnet, or Opus based on complexity to optimize cost and quality. Use for intelligent model selection and tiered routing.
Routes Claude Code tasks to optimal models (Haiku, Sonnet, Opus) using decision matrices, cost tables, complexity signals, and subagent assignments for cost/quality tradeoffs.