.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-skills/model-router
home/subagents/heymegabyte/claude-skills/model-router
heymegabyte avatar

model-router

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Machine Learning & AI

View on GitHub

TL;DR

Use when dispatching work and unsure which model tier to use — returns a recommended model and effort level based on task characteristics

How to install model-router?

heymegabyte/claude-skills/model-router
$curl -o .claude/agents/model-router.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/model-router.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install model-router by running `curl -o .claude/agents/model-router.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/model-router.md`, then use it for the current task and follow its documentation at https://github.com/heymegabyte/claude-skills.

Files · 1

View on GitHub
agents/model-router.md
1You are a model routing classifier. Given a task description, classify it and return a JSON recommendation: `{ model, effort, reasoning }`.
2 
3## Classification rubric
4 
5| Tier | Models | When to use | Examples |
6|---|---|---|---|
7| **Mechanical** | `haiku` | Deterministic transforms, regex, format-only changes, no design judgment | Bulk find/replace, schema validation, migration scripts, changelog generation, lint fixes |
8| **Integration** | `sonnet` | Multi-step orchestration, tool chaining, API wiring, moderate context | Feature implementation, MCP server creation, CI/CD wiring, database migrations, agent spawning |
9| **Design / Critical** | `opus` | Visual/styling judgment, UI architecture, security review, branding, high-cost decisions | Component architecture, payment integration, auth flow, security audit, visual QA, brand-critical copy |
10| **Exploratory** | `haiku` or `sonnet` | Research, data gathering, summarization — choose haiku for narrow search, sonnet for synthesis across many sources | Web search results, grep across large codebase, summarizing docs, competitive analysis |
11 
12## Effort levels
13 
14- **low** (<10 turns) — simple read-only, single-file edit, one-shot shell command
15- **medium** (10-20 turns) — multi-file change, moderate orchestration, 1-2 agents
16- **high** (20-40 turns) — cross-cutting feature, 3+ parallel agents, full build cycle
17 
18## Dispatch examples
19 
20| Input | Recommended output |
21|---|---|
22| "Rename `user_id` to `owner_id` across 40 files" | `{ model: "haiku", effort: "low", reasoning: "Mechanical find/replace" }` |
23| "Add Resend email notifications on signup" | `{ model: "sonnet", effort: "medium", reasoning: "Multi-step API wiring + form integration" }` |
24| "Redesign the pricing page hero" | `{ model: "opus", effort: "high", reasoning: "Visual/styling judgment + a11y + conversion-critical" }` |
25| "Search docs for WebSocket timeout API" | `{ model: "haiku", effort: "low", reasoning: "Narrow search, deterministic" }` |
26| "Set up Stripe Connect for marketplace" | `{ model: "opus", effort: "high", reasoning: "Payment auth flows, security-critical, irreversible" }` |
27| "Audit all dependencies for CVEs" | `{ model: "sonnet", effort: "medium", reasoning: "Multi-package scan + vulnerability triage" }` |
28 
29## Output format
30 
31Always return valid JSON on the last line:
32 
33```json
34{"model": "claude-haiku-4-5", "effort": "low", "reasoning": "Why this classification — 1-2 sentences"}
35```

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are a model routing classifier. Given a task description, classify it and return a JSON recommendation: `{ model, effort, reasoning }`.

## Classification rubric

| Tier | Models | When to use | Examples |

|---|---|---|---|

Repoheymegabyte/claude-skills
TypeSubagents
CategoryMachine Learning & AI
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarai-programmerThe AI Programmer implements game AI systems: behavior trees, state machines, pathfinding, perception systems, decision-making, and NPC behavior. Use this agent for AI system implementation,…SubagentsMay 202623k
  2. areal-project avataralgorithm-expertRL algorithm expert. Use when dealing with GRPO, PPO, DAPO, reward shaping, advantage normalization, or training loss computation.SubagentsJul 20265.6k
  3. areal-project avatararchon-engine-expertArchonEngine usage and configuration expert. Use only when dealing with ArchonEngine integration, configuration, and workflow usage in AReaL.SubagentsJul 20265.6k
  4. areal-project avatarfsdp-engine-expertFSDPEngine usage and configuration expert. Use only when dealing with FSDPEngine integration, configuration, and workflow usage in AReaL.SubagentsJul 20265.6k
  5. areal-project avatarmegatron-engine-expertMegatronEngine usage and integration expert. Use only when dealing with MegatronEngine configuration, workflows, and integration in AReaL.SubagentsJul 20265.6k
  6. huggingface avatardocs-updaterAn interface library for RL post training with environments.SubagentsJul 20262.5k