Adityaraj0421/gearbox

Automatic model+effort routing for Claude Code: tiered subagents, escalation ladder, independent verifier

9Stars on the repository
13Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

Adityaraj0421/gearbox

Agent

Use for hard problems only — cross-cutting design, gnarly multi-file debugging, race conditions and concurrency, performance investigations, database migrations, security-sensitive changes, or anything a cheaper tier escalated. Expensive; use deliberately.

9 14d ago A 48 tokens original MIT

builder

02

Adityaraj0421/gearbox

Agent

Use for standard implementation work — features, bug fixes, writing tests, refactors scoped to roughly 5 files or fewer, API endpoints, UI components. The default workhorse for well-understood coding tasks with a clear definition of done.

9 14d ago A 50 tokens original MIT

grunt

03

Adityaraj0421/gearbox

Agent

Use proactively for mechanical, low-risk edits — renames, typo fixes, comment and docstring updates, formatting, simple config tweaks, adding log lines. Only for changes touching 1-2 files with zero design decisions. Never for logic changes, never when reading conventions first is required.

9 14d ago A 60 tokens original MIT

scout

04

Adityaraj0421/gearbox

Agent

Use proactively for codebase exploration, file/symbol search, reading logs, summarizing files or directories, and answering "where is X / how does Y work" questions. Read-only. Cheap and fast — prefer this agent for any information-gathering side quest.

9 14d ago A 57 tokens original MIT

verifier

05

Adityaraj0421/gearbox

Agent

Use proactively after builder or architect completes any task that edited files. Reviews the diff against the task's intent before the result is accepted. Read-only reviewer; never fixes anything itself.

9 14d ago A 39 tokens original MIT