What problem does it solve? Claude Code usage data is scattered across thousands of JSONL transcript files in ~/.claude/projects, making it hard to see where tokens, cache, and subagent costs actually go. This Skill consolidates those transcripts into a single explorable HTML report with findings and optimization suggestions. ## Core Features & Use Cases - Transcript Analysis: The bundled Node.js analyzer scans ~/.claude/projects JSONL files, deduplicating API calls by requestId and replayed session history by uuid to avoid overcounting. - Rich Breakdowns: Reports tokens by project, subagent type, skill/slash command, day timeline with a session gantt, cache breaks over 100k uncached input, and the most expensive prompts with ±2-message transcript context. - Use Case: Run it weekly to spot that one project consuming 40% of tokens, a cache-hit rate below 85%, or a slash command spawning costly subagents, then get concrete recommendations to cut waste. ## Quick Start Ask the AI to generate a session report of my Claude Code usage for the last 7 days and save the HTML file here.