What problem does it solve? Claude Code sessions consume tokens through always-loaded files, repeated file reads, vague prompts, and long conversations, but this cost is invisible. This Skill measures where tokens go and produces prioritized, data-driven recommendations to reduce spending. ## Core Features & Use Cases - Delta-based caching: A persistent token-graph.json cache means only new sessions and changed files are re-analyzed, keeping repeat runs fast and cheap. - Static overhead audit: Measures always-loaded files (CLAUDE.md, rule files, knowledge graph index) with a GREEN/AMBER/RED status for fixed per-session cost. - Prompt classification and rewrites: Classifies prompts as efficient, vague, redundant, multi-task, or correction, then rewrites the most expensive ones with estimated savings. - Use Case: After a month of heavy Claude Code usage, run the analysis to discover that CLAUDE.md exceeds 5,000 tokens and 30% of prompts are vague, then apply the generated recommendations to cut per-session cost. ## Quick Start Ask the assistant to analyze my token usage across the last 10 sessions and show where I can reduce costs.