Model Selection Skill

Evaluate task context and complexity to assign Claude models.

2|1|Updated Aug 24, 2023
One-click install
npx skills add https://github.com/vamseeachanta/assetutilities --skill model-selection-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Model Selection Skill
Source: https://github.com/vamseeachanta/assetutilities/tree/main/.claude/skills/optimization/model-selection
Command: npx skills add https://github.com/vamseeachanta/assetutilities --skill model-selection-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps teams quickly select the most effective Claude model for a given task, reducing guesswork and optimizing performance and cost.

Core Features & Use Cases

  • Automated model recommendation before each task.
  • Clear decision guidance mapping tasks to OPUS, SONNET, or HAIKU.
  • Use cases include starting work in new repos, code reviews, and quick checks across personal projects.

Quick Start

Run the model selection script to get a Claude model recommendation before starting a repo task or development activity: ./scripts/monitoring/suggest_model.sh <repository> "<task description>"

Frequently Asked Questions about Model Selection Skill

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

FAQPage Schema
How do I choose the best Claude model for a specific coding task?▼

To choose the best Claude model for a coding task, evaluate the context and complexity to map the work to OPUS, SONNET, or HAIKU. A decision framework reduces guesswork by assigning the appropriate model before starting development.

When should I use OPUS versus HAIKU for code reviews and quick checks?▼

Use OPUS for complex code reviews and SONNET or HAIKU for quick checks across personal projects. The model selection script evaluates task complexity and context to recommend the optimal model for your specific development activity.

Can I automate Claude model recommendations before starting work in new repositories?▼

Yes, you can automate Claude model recommendations before starting work in new repositories. Run the model suggestion script with the repository name and task description to map the context to OPUS, SONNET, or HAIKU automatically.

What is the best way to optimize Claude workflow performance and cost for development tasks?▼

The best way to optimize Claude workflow performance and cost is applying a decision framework that maps task complexity to the appropriate model. This reduces guesswork by assigning OPUS, SONNET, or HAIKU before executing development tasks.

Does the Claude model selection process work without external dependencies?▼

Yes, the Claude model selection process works without external dependencies. It implements built-in rules and a shell script to evaluate task context and complexity, providing a model recommendation for your repository work.

Why does task routing matter when selecting an AI model for code reviews?▼

Task routing matters when selecting an AI model for code reviews because it aligns task complexity with the correct model tier. Mapping tasks to OPUS, SONNET, or HAIKU optimizes both workflow performance and cost for development teams.