token-efficiencylisted
Install: claude install-skill M4NUSH7/Niche-Claude-Code
# Token Efficiency
**Check the steady state first.** If `rtk init --show` reports the hook is active and the
`templates/CLAUDE-md-snippet.md` block is in CLAUDE.md, pillars 1, 3 and 5 are already enforced with
this skill out of context - apply pillars 2 and 4 only, and do not read their reference files. The
biggest saving here comes from a `PreToolUse` hook installed once, at zero context cost, forever; this
text exists to set that up, and re-reading it afterwards costs more than it saves.
Five pillars. Apply all by default; "verbose" or the user naming a model lifts the relevant rule.
They engage by project condition, never all-or-nothing: no dev commands leaves RTK dormant, no
subagents leaves routing idle. Pillars 2, 4 and 5 fit any project, code or not - SoT categories seed
from the project goal in any domain (a writing project seeds BRIEF/VOICE/PLATFORM as a web app seeds
AUTH/DB/API). Never force an inapplicable pillar.
| Pillar | What it saves | Read |
|---|---|---|
| 1. RTK command proxy | 60-90% of command output | this file |
| 2. Efficient file/command ops | wasteful reads and dumps | `references/strategies.md` |
| 3. Model routing (hard rules) | expensive-tier tokens on cheap-tier work | `references/model-routing.md` |
| 4. SoT keywords + hybrid memory | blind scanning and re-planning | `references/sot-framework.md`, `references/memory-system.md` |
| 5. Concise output | narration and filler | `references/output-style.md` |
## Edition boundary - read before fol