model-claude

Route coding tasks to Sonnet, Opus, or Haiku models via flags or settings.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill model-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-claude
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/model-claude
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill model-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ช่วยเลือกโมเดล Claude ที่เหมาะสมกับลักษณะงานในปัจจุบัน เพื่อลดความผิดพลาดและได้คุณภาพ/ความคุ้มค่าตามเป้าหมาย (เช่น งานโค้ดหลัก, งานสถาปัตยกรรม, งานตรวจเร็ว)

Core Features & Use Cases

  • Model Routing Guidance: แนะนำ Sonnet/Opus/Haiku ตามประเภทงาน เช่น architecture/design, main coding/debugging, quick check
  • Model Comparison: เปรียบเทียบรุ่นเพื่อช่วยตัดสินใจเรื่องความเร็วและต้นทุน
  • Operational Change Instructions: อธิบายวิธีเปลี่ยน model (ผ่าน CLI flag หรือ settings.json หรือ /config) และชี้ว่าไม่สามารถเปลี่ยน model ระหว่าง session ได้อัตโนมัติ
  • Current Session Awareness: แสดงโมเดลที่กำลังใช้งานอยู่ใน session (เช่น claude-sonnet-4-6) และรายละเอียดการตั้งค่าเบื้องต้น

Quick Start

Ask the assistant: /model-claude พร้อมระบุประเภทงานที่คุณกำลังทำ เพื่อรับคำแนะนำว่า Sonnet/Opus/Haiku รุ่นใดเหมาะที่สุด

Frequently Asked Questions about model-claude

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

FAQPage Schema
How do I choose the right Claude model for coding versus architecture tasks?

Choosing the right Claude model for coding and architecture tasks requires balancing quality and cost. You should route complex architecture and design decisions to Opus, use Sonnet for main coding and debugging, and reserve Haiku for quick checks or formatting.

What is the best way to switch Claude models during a development session?

The best way to switch Claude models is by using CLI flags, modifying settings.json, or using the /config command. However, be aware that you cannot change the Claude model automatically during an active session.

How do Claude Sonnet, Opus, and Haiku compare for token context and speed?

Comparing Claude Sonnet, Opus, and Haiku for token context and speed involves evaluating cost-to-quality trade-offs. Opus provides the highest reasoning quality for complex architecture, Sonnet balances speed and capability for coding, and Haiku offers the fastest token processing for quick checks.

Can I use the Anthropic API to prevent model routing quality and cost mismatches?

You can use the Anthropic API to prevent quality and cost mismatches by implementing model routing guidance. Selecting the appropriate Claude model for specific coding and debugging tasks reduces wasted iteration and aligns operational results with your budget.

Why does my current Claude session show a specific model like claude-sonnet-4-6?

Your current Claude session shows a specific model like claude-sonnet-4-6 due to current session awareness limitations. The model selected at initialization remains active, preventing automatic model switching and ensuring consistent token context handling until the session ends.