What problem does it solve? AI coding sessions consume tokens inefficiently through poor cache usage, oversized model selection, truncated outputs, and fragmented sessions, driving up costs without visibility into where the waste occurs. ## Core Features & Use Cases - Deterministic Metrics Analysis: Runs a Python analyzer over transcript JSONL and usage logs to compute cache efficiency, model routing, tool efficiency, and cost trends. - Graded Card Report: Produces a per-dimension graded report (A-F) with quantified savings impact and copy-paste-ready remediation snippets. - Historical Trends: Aggregates rolling session history from tmp/usage-log.jsonl with per-bot cost breakdowns and week-over-week trajectory. - Use Case: After a long coding session, invoke the skill to discover that Explore subagents ran on an expensive model and receive the exact model="haiku" snippet to cut future costs. ## Quick Start Ask the assistant to run a token hygiene analysis on the current session and show the graded cost report.