I Visualized My Claude Code Sessions — The Results Were Fascinating A developer built a tool called ClaudeActivity that parses Claude Code session logs and generates visual HTML reports. The tool reveals repository traversal patterns, edited files, session heatmaps, coding personas, token usage, cache hit rates, and project activity over time. It runs fully locally and can be executed with a single command. I built a small tool called ClaudeActivity that parses Claude Code session logs and generates visual HTML reports. It shows things like: • repository traversal patterns • most explored + edited files • session heatmaps • coding personas • token usage + cache hit rates • project activity over time • tool usage distribution The interesting part was realizing how rich Claude Code logs actually are once visualized properly. The tool runs fully locally and generates static HTML reports. No need to Install, simply run: npx claudeactivity scan GitHub: https://github.com/abhishekrai43/claudeactivity https://github.com/abhishekrai43/claudeactivity