What problem does it solve? As you add agents, skills, MCP servers, and rules to a Claude Code setup, each component silently consumes context window tokens, degrading session performance and output quality. This Skill inventories every loaded component, estimates its token cost, and produces prioritized recommendations to reclaim context space. ## Core Features & Use Cases - Component Inventory: Scans agents, skills, rules, MCP server configs, and CLAUDE.md files, estimating token consumption per component with line-count and word-based heuristics. - Issue Detection: Flags bloated agent descriptions, heavy files, redundant components, MCP over-subscription, and CLAUDE.md bloat. - Prioritized Report: Classifies components into keep, on-demand, and remove buckets, then outputs a ranked savings report with top optimizations. - Use Case: Before adding five new MCP servers, run an audit to learn that removing three CLI-replaceable servers frees roughly 27,500 tokens, keeping overhead under 40%. ## Quick Start Ask the assistant to run a context budget audit of the current setup and report which components consume the most tokens.