What problem does it solve? Claude Code sessions often consume far more tokens than necessary due to cache invalidation, bloated context windows, oversized reasoning effort, and verbose CLI or browser output, driving up costs and slowing sessions. ## Core Features & Use Cases - Session Audit and Cache Management: Diagnose loaded MCPs and plugins, prevent mid-session cache invalidation, and keep base sessions under 5,000 tokens. - Context Forking and Model Selection: Delegate web research and long tasks to isolated subagents, size the context window to the codebase, and match reasoning effort to task complexity. - Input Filtering: Use Stagehand for DOM-based browser automation and RTK to filter verbose git and CLI output before it enters context. - Use Case: A team spending $750/month on Claude Code applies the audit, disables unused MCPs, adds concise-response CLAUDE.md directives, and cuts costs to roughly $100/month. ## Quick Start Ask the assistant to audit your current Claude Code session for token optimization opportunities and apply the recommended fixes.