← ClaudeAtlas

token-optimiserlisted

Deliver any task at the lowest token cost that still clears the quality bar. Opens with a fast triage that scores the request and recommends which Claude model to run it on, with a one-action switch line, then executes on a tool and output budget matched to that tier. Use this skill on virtually every substantive task — research, coding, analysis, document creation, agent pipelines, multi-step workflows — and especially when the user says 'token efficient', 'which model should I use', 'reduce my API costs', 'this is burning tokens', 'cheap', 'quick', or gives a terse instruction. Also use it when designing or reviewing anything that calls the Claude API or runs an agent loop, because routing, caching and batching decisions are cheapest to make at design time.
jamiecooper4-netizen/token-optimiser · ★ 0 · AI & Automation · score 70
Install: claude install-skill jamiecooper4-netizen/token-optimiser
# Token Optimiser Two things are true at once and the whole skill lives in the tension between them: tokens cost money and latency, and a wrong answer costs far more tokens to repair than a careful one costs to produce. So the goal is never "fewer tokens". It is **no wasted tokens** — every token spent has to be doing work that a cheaper token could not do. Waste is specific and identifiable: restating the request back to the user, narrating steps they just watched, reading whole files to use four lines, running the same search twice with different words, spending frontier-model reasoning on a find-and-replace, and re-deriving context that is already in the conversation. Cutting those is free. Cutting rigour is not — it just moves the cost downstream. --- ## Step 1 — Triage before acting Before the first tool call, score the request 0–2 on five axes. This takes seconds and it is the highest-leverage moment in the task, because it sets the model, the budget and the shape of the answer all at once. | Axis | 0 | 1 | 2 | |---|---|---|---| | **B — Breadth** | one deliverable | 2–3 sub-goals | 4+ sub-goals or an open scope | | **D — Depth** | recall, lookup, mechanical transform | multi-step derivation, known method | novel judgement, real trade-offs, no settled method | | **A — Ambiguity** | fully specified | small gaps, safe to assume | the goal itself is unclear or contested | | **S — Stakes** | trivially reversible | rework would hurt | irreversible or external — money, s