Agent skill · Workflow & Productivity

LLM Model Selection Skill

Choosing the right model for the task — power vs. cost vs. speed.

majiayu000github.com/majiayu000GitHub ↗
claude-codecopilotMIT
Install
npx skills add majiayu000/claude-skill-registry --skill llm-model-selection-fabioc-aloha-youtube-mcp-vscode --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-llm/llm-model-selection-fabioc-aloha-youtube-mcp-vscode/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

# LLM Model Selection Skill > Choosing the right model for the task — power vs. cost vs. speed. ## ⚠️ Staleness Warning This skill depends on rapidly evolving technology. Model capabilities, pricing, and availability change frequently. **Refresh triggers:** - New model announcements (Claude, GPT, Gemini, etc.) - Significant pricing changes - Context window expansions - New capability tiers **Last validated:** February 2026 (Claude 4.6 generation) **Check current state:** [Anthropic Models](https://platform.claude.com/docs/en/docs/about-claude/models), [OpenAI Models](https://platform.openai.com/docs/models) --- ## The Core Question > Is Claude Opus 4.6 overkill? **Sometimes yes, sometimes no.** Match the model to the task. ## Claude 4 Model Family (Current) | Model | API ID | Best For | Input/Output (MTok) | Context | Max Output | | ----- | ------ | -------- | ------------------- | ------- | ---------- | | **Opus 4.6** | `claude-opus-4-6` | Building agents, most intelligent | $5 / $25 | 200K (1M beta) | 128K | | **Sonnet 4.6** | `claude-sonnet-4-6` | Best speed + intelligence balance | $3 / $15 | 200K (1M beta) | 64K | | **Haiku 4.5** | `claude-haiku-4-5-20251001` | Near-frontier i

What's inside
Steps it walks through
  1. ⚠️ Staleness Warning
  2. The Core Question
  3. Claude 4 Model Family (Current)
  4. Model Tiers
  5. When Opus 4.6 IS Worth It
  6. When Opus 4.6 IS Overkill
  7. How LLM Choice Affects Alex
  8. Alex's Cognitive Power by Model
  9. Cost Optimization Strategy
  10. Knowledge Cutoffs
  11. Auto Model Selection ⚠️
  12. Tasks That REQUIRE Opus 4.5 (Warn User)
  13. Warning Protocol
  14. Safe for Any Model
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the LLM Model Selection Skill skill do?

Choosing the right model for the task — power vs. cost vs. speed.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill llm-model-selection-fabioc-aloha-youtube-mcp-vscode --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