zscolezscoleCommunityยท1 Agent Skills Included

model-hierarchy-skill

Route tasks to cheaper models and cut costs

Classifies tasks by complexity and routes them to the cheapest model that can handle them. Stops wasteful spending on premium models for routine work like file reads, status checks, and formatting. Provides clear tier rules, escalation logic, and sub-agent defaults to cut monthly costs by up to 10x.
npx skills add zscole/model-hierarchy-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install model-hierarchy-skill?โ–ผ

Run `npx skills add zscole/model-hierarchy-skill --all -g -y` in your terminal to install it globally.

How to reduce AI model costs?โ–ผ

This skill classifies each task as routine, moderate, or complex, then routes it to the cheapest model tier that can handle it, cutting costs by roughly 10x.

Which tasks should use cheap models?โ–ผ

Routine work like file operations, status checks, formatting, and simple lookups runs fine on budget models, while debugging and architecture decisions stay on premium tiers.

Does it work with Claude Code and OpenClaw?โ–ผ

Yes. It includes ready-made integration examples for Claude Code, Codex, and OpenClaw, including sub-agent spawning and heartbeat configuration.

Can I use it without coding experience?โ–ผ

Yes. Once installed, your agent automatically applies the classification rules and suggests model switches based on plain task descriptions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’