Agent skill · Workflow & Productivity

agent-selecting-models

Guidance for selecting appropriate AI model (sonnet vs haiku) based on task complexity, reasoning requirements, and performance needs. Use when implementing agents or justifying model selection.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-selecting-models-32ff0c63 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/ai-llm/agent-selecting-models-32ff0c63/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Selecting AI Models for Agents Guidelines for choosing between sonnet and haiku models based on agent capabilities and task requirements. ## When This Skill Loads This Skill auto-loads when implementing agents or documenting model selection rationale. ## Available Models ### Sonnet (claude-sonnet-4-5) **Characteristics**: - Advanced reasoning capabilities - Complex decision-making - Deep pattern recognition - Sophisticated analysis - Multi-step orchestration - Higher cost, slower performance **Use for**: Complex, reasoning-intensive tasks ### Haiku (claude-haiku-3-5) **Characteristics**: - Fast execution - Straightforward tasks - Pattern matching - Simple decision-making - Cost-effective - Lower cost, faster performance **Use for**: Simple, well-defined tasks ## Decision Framework ### Use Sonnet When Task Requires: ✅ **Advanced Reasoning** - Analyzing technical claims for subtle contradictions - Distinguishing objective errors from subjective improvements - Detecting false positives in validation findings - Context-dependent decision-making - Inferring user intent from ambiguous requests ✅ **Complex Pattern Recognition** - Cross-referencing multiple documentation files - Identify

What's inside
Steps it walks through
  1. When This Skill Loads
  2. Available Models
  3. Sonnet (claude-sonnet-4-5)
  4. Haiku (claude-haiku-3-5)
  5. Decision Framework
  6. Use Sonnet When Task Requires:
  7. Use Haiku When Task Is:
  8. Model Selection Matrix
  9. Agent-Specific Examples
  10. Sonnet Examples
  11. Haiku Examples
  12. Documenting Model Selection
  13. Model Selection Justification Pattern
  14. Placement in Agent Files
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-selecting-models skill do?

Guidance for selecting appropriate AI model (sonnet vs haiku) based on task complexity, reasoning requirements, and performance needs. Use when implementing agents or justifying model selection.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-selecting-models-32ff0c63 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going