model-selection

Installation
SKILL.md

Model Selection Skill

Choose the right model for custom agent tasks based on complexity, cost, and performance requirements.

Interactive Model Selection

Use AskUserQuestion to understand requirements and recommend the optimal model:

# Question 1: Primary Priority (MCP: CLI best practices - tradeoff selection)
question: "What is your primary priority for this agent?"
header: "Priority"
options:
  - label: "Cost Efficiency (Recommended)"
    description: "Minimize API costs, high-volume operations"
  - label: "Balanced Performance"
    description: "Good quality at reasonable cost for most tasks"
  - label: "Maximum Quality"
    description: "Best results regardless of cost, complex reasoning"
Related skills
Installs
16
GitHub Stars
63
First Seen
Jan 24, 2026