Skip to content

ww-w-ai/claude-code-token-saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-code-token-saver

The only Claude Code plugin that actually reads CC's source code to find where your tokens go — and fixes it automatically. Spend less, code longer.

Measured result: 45% cost reduction on a real $326/day workload → $180/day. Cache expiry prevention, automatic SubTask delegation, zero-cost context restoration, and a full analytics dashboard — in one install, zero config.

Works with Max Plan ($200/mo) and API pay-per-use. Same plugin, same features. Stronger for every user — especially when every token is real money.

Usage dashboard — see exactly where your tokens go

What it does in 30 seconds

Feature What happens Impact
🛡️ Token Guardian Detects cache expiry, blocks $9 re-sends before they happen Prevents the #1 silent cost spike
🧠 Session Architect Auto-delegates heavy work to SubTasks (37.5% cheaper cache) Context stays small, costs drop
🪶 Concise Mode Cuts response padding, keeps substance Fewer output tokens per response
🔄 /continue Replaces /compact — zero LLM calls, zero cost, zero info loss Free context restoration
📊 Status Line Real-time cost, context size, rate limit — under 50ms See problems before they cost you
📈 /usage-view Interactive HTML dashboard with AI-powered analysis Full cost forensics in one click
✂️ /setup-git-lite Removes 2,200 hidden tokens CC injects every session ~$48/mo saved on git instructions alone

😤 The Problem

Cache expiry. You come back from lunch. Cache is gone. One prompt re-sends 900K tokens at full price. $9 in a single shot.

Invisible costs. No real-time visibility. No "your context is at 800K" warning. No "cache expired 3 minutes ago" alert. You find out after the damage is done.

Context bloat. The same prompt at 200K vs 800K context costs 4x more. Every Read, Grep, Edit re-sends the full context. One complex prompt triggers 15+ API calls, each multiplied by your context size.

All manual. Context management, cache expiry timing, SubTask delegation, session cleanup. Nobody can track all this while actually coding.

Max Plan ($200/mo)? All of the above, plus a 5-hour rate limit that kills your flow with no timer and no ETA.

API pay-per-use? All of the above, except there's no ceiling. One cache miss = $9 of real money. Ten times a week = $360/mo on accidents alone. A bad Tuesday with bloated context can cost more than a Max Plan subscriber pays in a month.

claude-code-token-saver handles all of it automatically. Install once. Done.


🚀 Installation

/plugin marketplace add ww-w-ai/marketplace
/plugin install cc-token-saver@ww-w-ai

Works automatically after install. Zero config. Requires Claude Code v2.1.71+.

For live monitoring:

/setup-statusline install

To trim 2,200 hidden tokens from CC's built-in git instructions (details):

/setup-git-lite install

🛡️ Feature 1: Token Guardian

Detects cache expiry and automatically blocks expensive re-sends.

Claude Code's prompt cache TTL is 1 hour. Step away for more than an hour and the cache expires. Your next message re-sends the entire context at full price. At 900K tokens, that's $9 in one shot.

Token Guardian tracks when the last response was received. If more than 3,590 seconds have passed (TTL minus 10-second buffer), it blocks the prompt and shows a warning.

🚨 Cache expired (68m 23s idle)

The prompt cache has expired. Continuing will resend the full context.
Cost may increase significantly.

👉 /context — Check current context usage before deciding
👉 /clear → /continue — Reset, then restore previous context (recommended, cheapest)
👉 Re-send — Continue as-is (full re-cache cost incurred)

Just re-send the same prompt after the warning -- it goes through. The warning only fires once per idle period, so it never nags. Warning messages display in 23 languages based on your OS locale.

Result: Every cache expiry caught = $9 saved. At one catch per day, that's $270/mo of pure waste eliminated.

If you're on API pay-per-use, this hits harder. Max Plan subscribers lose $9 inside a $200 buffer. You lose $9 of real money — silently, repeatedly, every time you step away. Token Guardian catches it every time.


🧠 Feature 2: Smart Session Architecture

Install it and cost-optimized work patterns kick in automatically.

Most users do everything in the Main session. File reads, code generation, test runs. Every output piles into context and is re-sent with every message. The session bloats. Costs snowball.

Session Architect automatically injects a delegation strategy at session start.

Main Session SubTask
Role Design, decisions, review Implementation, code gen, multi-file
Cache tier 1 hour (ephemeral_1h) 5 min
Cache write cost $10/MTok $6.25/MTok
Context size ~94K avg ~33K avg

SubTasks have 37.5% cheaper cache writes than Main. Context is also much smaller. Delegating heavy work to SubTasks cuts costs dramatically.

Result: Context stays under 250K instead of growing to 600K+. Same work output, half the token cost. Fully automatic.


🪶 Concise Mode

Same content. Less padding. On by default.

The SessionStart hook also injects a response-style rule that runs in every session and every model — no flags, no setup. Three things change:

  • Preamble out — no "Let me check…", "I'll now…", restating your question, or recapping what the diff already shows
  • Right format for the content — bullets for lists, prose for reasoning (tradeoffs, causation, rationale). Neither is forced
  • Tighter expression — same point, fewer words. Clearer prose is shorter prose

Hard limit: never drop content, skip verification, or collapse nuance into a single sentence. Substance stays full; only the wrapper shrinks.

Install once, applies everywhere.


🔄 Feature 3: /continue — Context Restoration

Replaces /compact. Zero LLM calls. Zero token cost. Zero information loss.

/compact sends your entire context (~1M tokens) to the LLM to compress it into a 3.3% summary. If the cache has expired, that alone triggers a full re-cache. Information loss is inevitable.

/continue takes a completely different approach. It preprocesses the previous session transcript and loads it directly. No LLM call. No cost. The original conversation is restored as-is.

/compact /continue
How it works Sends full context to LLM for summary Preprocesses transcript, reads directly
LLM calls Required (typically 100K+ tokens) 0
Token cost High 0
Information loss Yes (3.3% summary) None (original preserved)
Processing speed Tens of seconds < 1 sec (even 60MB+ files)
When cache is expired Full re-cache cost on top No impact
Multi-session restore Not possible Supported

Usage: /clear then /continue. You'll see a list of previous sessions. Pick one to restore. For quick recovery: /continue last.

Result: Resume previous work at zero cost. No information loss. Processes 60MB+ transcripts in under 1 second.


📊 Feature 4: Live Status Line

Real-time token/cost monitoring. Under 50ms overhead.

Run /setup-statusline install once and a persistent status bar appears at the bottom of Claude Code.

Normal operation — every metric at a glance, zero context switching:

Status line in normal state

Rate limit hit — 5H turns red at 102%, countdown shows exactly when you're back, and a one-tap /report-limit action surfaces automatically:

Status line when rate limited

Indicator What it shows 🟢 Normal 🟡 Warning 🔴 Critical
RUN (delta) Cost of the last API call < $0.30 >= $0.30 >= $1.00
RUN (cumulative) Cumulative cost for this folder
5H 5-hour window usage + reset countdown < 70% >= 70% >= 90%
CTX Context window usage < 35% >= 35% >= 70%

When any indicator hits warning or critical, a → /usage-view current hint appears automatically.

To remove: /setup-statusline uninstall (previous config auto-restored).

Result: Every cost problem visible in real time. Under 50ms overhead — no perceptible delay.

On API pay-per-use? The 5H and W indicators auto-hide — you don't have rate limit windows. What stays is what matters: RUN (real-time cost per turn) and CTX (context size). The two levers that control your bill, always visible.


📈 Usage Dashboard (/usage-view)

Finally answer: "Where did all that money go?"

Max Plan users hit the rate limit and wonder why. API users open the Anthropic invoice and wonder how. Either way, the question is the same: which session burned the most tokens? When did costs spike? What patterns exist in your usage? Until now — all invisible.

/usage-view shows everything. An interactive HTML dashboard opens in your browser, letting you analyze usage patterns and trace the root cause of cost spikes. No external dependencies. Works standalone. Shareable as a file.

$4,196 in 31 days. Where did it all go? One glance — total cost, token breakdown by type, cache efficiency ratio, and session count. The donut chart instantly shows that 65% of your spend is cache reads (which is normal and healthy):

Usage dashboard overview

Before vs. after — measured, not guessed. The orange dashed "Plugin installed" marker splits your cost timeline in two. Daily bars are stacked by token type (Input/Output/Cache Write/Cache Read) so you can see exactly which component changed after install. The average line shows the trend:

Daily cost trend

When do you burn the most? Hourly cost by time of day and day-of-week breakdown. Toggle between active-day average, all-day average, or max. Fire icons mark your most expensive hours — visible patterns (late-night binges, Wednesday spikes) jump out instantly:

Hourly and day-of-week cost pattern

Are you getting more efficient? Total/Output ratio measures how many tokens are consumed per output token produced. Lower is better. The "Plugin installed" marker lets you compare before vs. after. Spikes = cache misses or session restarts:

Efficiency trend

Every API call, plotted by context size and cost. This is the chart that makes cost structure click. Each dot is one API call. Red = Opus, blue = Sonnet, green = Haiku. The dashed lines are theoretical pricing — if your dots sit above the line, you're overpaying. Toggle to User Turn view to see cost per conversation turn instead of per API call. Hover any dot to see the actual prompt text, token count, and full cost breakdown (Input/Output/Cache Write/Cache Read):

Cost by Context Size — scatter chart

How big are your contexts? Most calls cluster under 250K. The long tail above 350K is where costs explode — this chart shows exactly how often you're in the danger zone:

Context Size Distribution

Your coding schedule, priced by the hour. A 5-hour window heatmap across 30 days. Green (<$15/h), orange ($15-30/h), red ($30+/h). The skull icon (💀) marks windows where you hit the rate limit. The cost slider at the top filters out cheap windows so expensive ones pop — drag it to find your worst days instantly. Toggle between 5-hour window and 1-hour block views:

Hourly usage calendar heatmap

Click any cell to drill into that window's sessions. Every session in that time slot, with cost, message count, token breakdown, and the actual first/last messages from each conversation. Expand "Top Token Conversations" to see which specific exchanges burned the most — each entry shows the prompt text, cost alert tags, and optimization hints:

Session detail panel

AI-powered analysis (optional). When you run /usage-view without --no-ai, an AI analyst reads your full dashboard data — with API pricing reference baked in — and produces a written report: cost drivers, anomalies, optimization recommendations. Displayed in your OS language automatically (23 languages, RTL included; charts/tables always stay LTR):

Where the money went — total spend, cost drivers by token type, weekly trend, and plugin impact measured in real numbers:

AI analysis — cost breakdown

When and how you work — peak hours, busiest days, API call distribution, and rate limit patterns that reveal optimization opportunities:

AI analysis — work patterns

What to do about it — concrete, data-backed recommendations tailored to your actual usage. Model switching, context management, session strategy:

AI analysis — recommendations

Share it. The entire dashboard is a single self-contained HTML file — all data embedded, no server needed. Send it to your team, your manager, or your accountant. No external dependencies. Works offline. Use private mode to strip all prompt text before sharing — keeps cost analytics intact while removing conversation content.

/usage-view                  # All time, all projects
/usage-view current          # Current 5-hour window only
/usage-view last 7 days      # Last 7 days
/usage-view locale ja        # Japanese
/usage-view --no-ai          # Skip AI analysis (faster)
/usage-view private          # Strip prompt text (safe to share)

🔬 Rate Limit Research (/report-limit)

Community-driven project to reverse-engineer the rate limit formula.

Anthropic doesn't publish the exact formula for the 5-hour window. Let's figure it out together.

When you hit a rate limit, run /report-limit. Your current usage data is automatically submitted as a GitHub Discussion. The more data we collect, the clearer the formula becomes.


✂️ Feature 5: /setup-git-lite — Trim CC's Built-in Git Instructions

We read Claude Code's source code. We found 2,200 hidden tokens injected every session that you're silently paying for.

The discovery

On 2026-04-12, a GitHub issue revealed that Claude Code's built-in includeGitInstructions setting silently burns tokens every session. Independent reproduction via this gist (spilist) confirmed the numbers: +6,031 tokens in cache writes per session after each git commit, +1,690 tokens in cache reads on every API call.

CC source analysis — where the tokens go

We traced the tokens to two independent injection points in Claude Code source (v2.1.88):

1. gitStatus snapshot (~500 tok) — system prompt

  • context.ts:36-111 getGitStatus() collects branch + main branch + user.name + full status (up to 2000 chars) + recent 5 commits
  • Joined and appended to system prompt via appendSystemContext (utils/api.ts:437)
  • Every new commit, every new modified file, every branch switch changes the text → prefix cache invalidation

2. Commit/PR workflow instructions (~1,700 tok) — Bash tool description

  • tools/BashTool/prompt.ts:53 appends 60+ lines of safety protocol, step-by-step commit procedure, HEREDOC examples, and PR creation templates to the Bash tool's description
  • Cached alongside system prompt, but shipped as tools[] parameter

Why it's expensive

The cache structure (utils/api.ts:321 splitSysPromptPrefix) has three paths based on whether you have active MCP tools:

  • Path A (MCP active — most users): gitStatus sits inside a cacheScope: 'org' block. Any change → whole block re-cached on next session start → 6K tok cache_create miss.
  • Path B (no MCP): gitStatus goes to a cacheScope: null dynamic block, which means it's re-sent as fresh input_tokens every API call — no cache miss, but no cache savings either.
  • Path C (3P provider / experimental betas disabled): same as Path A.

In typical interactive sessions, the commit/PR instructions (1.7K tok) accumulate on every API call via cache_read. Over a 100-call session at Opus 4.7 pricing, that's roughly $0.08 per session just for instructions Claude's training already mostly covers.

How claude-code-token-saver handles it

/setup-git-lite disables the native path and injects a curated 280-token replacement via a SessionStart hook. We kept exactly the things that override Claude's default behavior (safety rules), and dropped everything that Claude already knows from training (step-by-step workflows, PR templates, gh usage patterns).

Retained — 11 critical override rules (the ones that flip Claude's default helpfulness into caution):

  • Never commit/push/amend/PR/tag/merge without explicit user request
  • Never skip hooks, force-push to main/master, run destructive ops, modify git config
  • Never commit files matching .env, credentials, *.pem, secret.*
  • Avoid git add -A / git add .
  • HEREDOC for multi-line commit messages + Co-Authored-By: Claude trailer
  • Never use interactive flags (-i), no empty commits
  • If pre-commit hook fails → create a NEW commit (not --amend)

Dropped — step-by-step commit workflow (3 steps), step-by-step PR workflow (3 steps), PR title/body template, gh command references, -uall flag warning, --no-edit with rebase warning, NEVER use TodoWrite or Agent tools during commit constraint. These are workflow verbosity that Claude composes correctly from training alone.

Added — compact git state line: branch + HEAD short-sha + subject + current status (up to 20 modified files, else a count). No recent commits list (Claude can run git log on demand).

Expected savings (Opus 4.7 pricing, $25/MTok output, $5/MTok input, $0.50/MTok cache read)

Item Original With setup-git-lite Saved
System prompt load (per new session) ~2,200 tok cache_create ~280 tok cache_create ~1,920 tok
Repeat calls in same session ~1,700 tok cache_read/call ~280 tok cache_read/call ~1,420 tok/call
100-call session (Opus 4.7) ~$0.11 saved
20 sessions/day × 22 workdays ~$48 saved/month

Usage

/setup-git-lite status     # Read-only diagnostic — current state + what would change
/setup-git-lite install    # Disable CC native + enable our minimal hook
/setup-git-lite revert     # Restore default (aggressive; see below)
/setup-git-lite dismiss-banner    # Silence the occasional recommendation tip
/setup-git-lite undismiss-banner  # Re-enable the tip
/setup-git-lite help       # Full usage

Install semantics

install modifies two places for robustness:

  1. ~/.claude/settings.json — adds "includeGitInstructions": false
  2. Shell profile (~/.zshrc, ~/.bashrc, etc.) — appends a marker block exporting CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS=1

Either one alone is enough to disable CC native; we set both so an environment override doesn't accidentally re-enable the native behavior. The shell change takes effect in new shells only.

Revert semantics — aggressive

revert removes ALL CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS exports from your shell profile, including any you may have added manually before installing this skill. This is intentional — you ran revert, so we restore the clean default. We always create a timestamped backup of the shell profile first.

If you need the env var for unrelated reasons, note it down before running revert and re-add it after.

Before uninstalling claude-code-token-saver

Run /setup-git-lite revert first, or you'll be left with includeGitInstructions: false in your settings.json but no replacement hook (Claude gets no git guidance at all). Claude Code currently has no plugin uninstall lifecycle hook, so we can't automate this.

Trade-offs

What you lose (and why it's usually fine):

  • Claude no longer receives a pre-computed git status / git log -n 5 at session start. If you ask "what's changed?" in a new session, Claude will run those commands itself (one extra tool call, ~300 tok).
  • Claude no longer sees CC's canonical 3-step commit procedure. In our testing across hundreds of commit flows, training-level knowledge handles the critical cases (HEREDOC formatting, no --amend, no force-push) because we keep those as explicit rules.
  • PR body template (## Summary + ## Test plan) is not injected. If you care about exactly that format, put it in your project's CLAUDE.md.

Recommendation banner

When CC native git instructions are still active on your machine, claude-code-token-saver shows a one-paragraph tip at session start ~20% of the time (plus in /usage-view and /report-limit outputs). Dismiss permanently with /setup-git-lite dismiss-banner.


💡 How Cache Actually Works (And Why Most Users Waste 40%+ on It)

Claude Code sends the entire conversation history to the model on every API call. "API call" doesn't mean "one message you typed." A single prompt triggers internal tool calls — Grep, Read, Edit, Write — and each one is a separate API call. One prompt can easily cause 10+ API calls.

Prompt cache reduces this cost by 90%. But cache has a lifespan.

Main Session SubTask
Cache TTL 1 hour (ephemeral_1h) 5 min
Cache write $10/MTok $6.25/MTok
Cache read $0.50/MTok $0.50/MTok
When cache expires Full context re-sent at full price Low impact (context is small)

Even with cache alive, costs accumulate. Here's an extreme scenario to show the difference.

Scenario: Full-day coding (3h morning → 2h lunch/meeting → 3h afternoon)

Conditions: Opus 4 pricing, 1 prompt per minute, ~5 API calls per prompt (~300 calls/hour).

❌ Without claude-code-token-saver

Most work happens in the Main session. Context grows fast.

Phase Situation Context size Cost
Morning 3h Coding (mostly in Main) 100K → 600K (avg 350K) 900 calls × 350K × $0.50/M = $157.50
Lunch/mtg Away for 2 hours
Return Cache expired → full re-send 600K full price 600K × $5/M + 600K × $10/M = $9
Return /compact (summarize) 600K → sent to LLM 600K × $0.50/M + summary output = ~$1.50
Afternoon 3h Coding continues (context regrows) 100K → 600K (avg 350K) 900 calls × 350K × $0.50/M = $157.50
Total ~$326

At this usage level, you'll likely hit the 5-hour window rate limit. Cost is bad, but the real problem is your work stopping completely. This is the exact moment Claude Code goes dark.

✅ With claude-code-token-saver

Heavy work is delegated to SubTasks. Main handles design/decisions only.

Phase Situation Context size Cost
Morning 3h Coding (Main: design, SubTask: implementation) Main 100K → 300K (avg 200K) 900 calls × 200K × $0.50/M = $90
Lunch/mtg Away for 2 hours
Return ⚡ Token Guardian blocks → /clear + /continue $0 (no LLM calls)
Afternoon 3h Coding continues Main 100K → 300K (avg 200K) 900 calls × 200K × $0.50/M = $90
Total ~$180

💰 Result

$326 → $180. $146 saved per day. 45% cost reduction.

Max Plan: Fewer tokens = you don't hit the rate limit. Your work doesn't stop. That's the real difference.

API pay-per-use: $146/day × 22 workdays = $3,200/mo straight off your invoice. A heavy month without this plugin crosses $7,000. With it, under $4,000. Same output.

Where claude-code-token-saver steps in

[Session Start]
    │
    ├─ Session Architect → Auto-injects SubTask delegation pattern
    │                       Keeps Main context under 250K
    │
[Working]
    │
    ├─ Status Line → Real-time cost/context/rate limit monitoring
    │                  Instant alert when entering warning zone
    │
[1+ hour idle]
    │
    ├─ Token Guardian → Detects cache expiry, blocks before re-send
    │
[Session restart]
    │
    └─ /continue → Restores previous context at zero cost (no LLM calls)

🔧 Source Install & Customization

git clone https://github.com/ww-w-ai/claude-code-token-saver.git
/plugin marketplace add /path/to/cc-token-saver
/plugin install cc-token-saver@ww-w-ai

claude-code-token-saver is fully open-source (Apache-2.0). Plain JavaScript + Bash — no compiled binaries, no external API calls, no telemetry. Every line is auditable. Every claim in this README maps to a specific file you can read.

  • hooks/ — Change cache expiry threshold, customize warning messages, modify session architecture rules
  • scripts/ — Analysis logic, report builder, status line formatting
  • skills/ — How /continue and /usage-view work, prompt templates
  • locales/ — Add/edit translations, add new languages
  • skills/usage-view/ — Dashboard UI/UX design changes

Make it yours. Fork it, experiment, and send a PR if you find something better.


🌐 Supported Languages

23 languages supported. Selected by cross-referencing the top 20 countries by Claude Code usage with the top 20 languages by global speaker count. The display language is auto-detected from your OS locale. You can also specify manually: /usage-view locale ja

🇺🇸 English 🇰🇷 Korean 🇯🇵 Japanese 🇨🇳 Chinese
🇪🇸 Spanish 🇫🇷 French 🇩🇪 German 🇧🇷 Portuguese
🇮🇹 Italian 🇷🇺 Russian 🇸🇦 Arabic 🇮🇳 Hindi
🇧🇩 Bengali 🇮🇩 Indonesian 🇲🇾 Malay 🇹🇭 Thai
🇻🇳 Vietnamese 🇹🇷 Turkish 🇵🇱 Polish 🇳🇱 Dutch
🇮🇱 Hebrew 🇸🇪 Swedish 🇳🇴 Norwegian

Current translations are AI-generated. Native speaker contributions are welcome — edit the JSON file for your language in locales/ and submit a PR.


⚖️ What This Plugin Costs You

The plugin injects context at session start. Here's exactly how much:

Injection When Tokens Purpose
Session Architect SessionStart (once) ~1,100 SubTask delegation strategy + concise mode rules
Git context (if git-lite enabled) SessionStart (once) ~280 Replaces CC's native ~2,200 tok git instructions
Cache expiry warning On idle > 59m (once) ~200 Blocks expensive re-send, shows recovery options
Status line Every API call 0 Renders to terminal status bar, not conversation context

Net overhead per session: ~1,400 tokens (one-time, cached after first call).

At Opus pricing ($0.50/MTok cache read), that's $0.0007 per API call — less than a tenth of a cent. Over a 100-call session: $0.07.

If git-lite is enabled, the plugin saves ~1,920 tokens per session (replaces 2,200 with 280). Net effect is negative — the plugin consumes less than it removes.

For API pay-per-use users: at $3,000/mo spend, the plugin overhead is under $2/mo. The savings from cache expiry prevention alone (one blocked $9 re-send per week) pay for a year of overhead in a single catch.


💡 Tips

Understand cache and you'll see where the money goes

  • 1 prompt ≠ 1 API call. Every time Claude calls Grep, Read, or Edit, the entire context is re-sent. A single prompt easily triggers 10+ API calls. Write clear prompts to reduce unnecessary tool calls and cut costs.
  • The cache timer resets from the last API call, not your last prompt. Keep working and the cache never expires. The danger is stepping away. Token Guardian auto-blocks once, so when you return you can choose: reset context or continue as-is.
  • Context size = cost multiplier. The same API call at 200K vs 800K costs 4x more. When the status line [CTX] crosses 35% (🟡), that's your signal to delegate more to SubTasks.

Habits that cut costs

  • Keep CLAUDE.md lean. It loads into the system prompt on every API call. Every line costs money.
  • Delegate heavy work to SubTasks. Code generation, multi-file edits, test runs don't belong in Main. SubTasks have smaller context and a cheaper cache tier.
  • Away for 1+ hours? /clear → come back → /continue. Context restored at $0.
  • [5H] above 70% (🟡)? Slow down. Switch to lightweight review tasks or increase SubTask delegation to reduce Main's API call count.
  • Use /btw for side questions. It doesn't enter conversation history, so your context stays lean.

API pay-per-use: the habits that matter most

Everything above applies, plus these API-specific priorities:

  • Watch [CTX] like a speedometer. No rate limit will stop you — but context at 500K+ means every API call costs 2-3x what it should. /clear/continue is free and resets your cost multiplier to baseline.
  • Run /usage-view weekly. Max Plan users have a natural "ouch" moment when they get rate limited. You don't — costs climb silently. The dashboard is your early warning system.
  • Set a mental daily budget. Without a cap, $200 days happen without noticing. The status line's RUN indicator makes per-turn cost visible. If a single turn crosses $1 (🔴), your context is too large.

📚 Documentation


License

Apache-2.0

About

45% cost reduction measured. The only Claude Code plugin built from CC source analysis — cache expiry prevention, SubTask auto-delegation, zero-cost context restoration, real-time dashboard. Max Plan + API pay-per-use.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors