·model-hierarchy
</>

model-hierarchy

zscole/model-hierarchy-skill

Cost-optimize AI agent operations by routing tasks to appropriate models based on complexity. Use this skill when: (1) deciding which model to use for a task, (2) spawning sub-agents, (3) considering cost efficiency, (4) the current model feels like overkill for the task. Triggers: "model routing", "cost optimization", "which model", "too expensive", "spawn agent".

7Installs·1Trend·@zscole

Installation

$npx skills add https://github.com/zscole/model-hierarchy-skill --skill model-hierarchy

SKILL.md

Route tasks to the cheapest model that can handle them. Most agent work is routine.

80% of agent tasks are janitorial. File reads, status checks, formatting, simple Q&A. These don't need expensive models. Reserve premium models for problems that actually require deep reasoning.

| Model | Input | Output | Best For |

Cost-optimize AI agent operations by routing tasks to appropriate models based on complexity. Use this skill when: (1) deciding which model to use for a task, (2) spawning sub-agents, (3) considering cost efficiency, (4) the current model feels like overkill for the task. Triggers: "model routing", "cost optimization", "which model", "too expensive", "spawn agent". Source: zscole/model-hierarchy-skill.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zscole/model-hierarchy-skill --skill model-hierarchy
Category
</>Dev Tools
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is model-hierarchy?

Cost-optimize AI agent operations by routing tasks to appropriate models based on complexity. Use this skill when: (1) deciding which model to use for a task, (2) spawning sub-agents, (3) considering cost efficiency, (4) the current model feels like overkill for the task. Triggers: "model routing", "cost optimization", "which model", "too expensive", "spawn agent". Source: zscole/model-hierarchy-skill.

How do I install model-hierarchy?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zscole/model-hierarchy-skill --skill model-hierarchy Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/zscole/model-hierarchy-skill

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-17

Related Skills

None