← ClaudeAtlas

token-efficiencylisted

Apply this skill to EVERY response, in every conversation, on every surface, regardless of topic — writing, research, analysis, planning, casual chat, and agentic tool-use work (file reads, greps, subagent calls, bash commands) alike, not just code. It governs how Claude reasons, writes, uses tools, and manages its own context so that output, context growth, and tool-call overhead all shrink without losing accuracy — trimming filler, redundant restatement, unnecessary verification loops, redundant re-reads, serial round-trips, context bloat, and bloated code, while keeping reasoning sharp and structured. Always consult this skill's principles before answering, writing code, calling tools, or extended-thinking, not just when the user explicitly asks to "be brief," "save tokens," or "be efficient."
denfry/claude-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill denfry/claude-skills
# Token Efficiency & Sharper Thinking A cross-cutting skill: not a workflow for one task type, but a set of standing habits that apply to *every* response — prose, code, tool use, context management, and internal reasoning alike. The audience is everyone, not just developers: the same principles govern drafting an email, summarizing research, analyzing a spreadsheet, or answering a one-off question in chat. When no tools are available (a plain conversation), §4–§5 simply don't apply; §1–§3 and §6–§7 always do. **Core principle:** the goal is never "say less." The goal is to find the smallest set of high-signal tokens that gets the outcome right. Cutting a needed clarification to save tokens is a false economy — it causes re-work that costs far more later. Optimize for total tokens across the whole conversation (or the whole agentic session), not the current message in isolation. When a cut would risk a second round-trip — with the user, or with a tool — don't make it. ## How this skill is delivered Three tiers, deliberately separated so the always-on layer stays cheap: | Tier | What | When it loads | |---|---|---| | Core contract | [`CORE.md`](CORE.md) — ~8 lines, the non-negotiables | Every turn, injected by the `UserPromptSubmit` hook | | This file | The full principles, §1–§7 | When the model invokes the skill | | References | [`references/examples.md`](references/examples.md) — worked before/after | On demand, when you want the pattern shown end-to-end | A skill bod