AI UNDERDOGS
Back
0:00 / 1:00
#212

Claude Session Analyzer

github.com/yonk-labs/claude-session-analyzer
Claude CodeCLI/TUI toolDev diagnosticsPython
132 views💬 0 comments🔗 0 visits

What is Claude Code actually doing to your context window?

WHAT IT SOLVES

You're burning through context tokens on Claude Code sessions but have zero visibility into which skill or prompt is quietly eating your budget

WHY IT'S INTERESTING

Product taste

Not just logs — it pinpoints the bottleneck

Instead of a generic log viewer, it breaks everything down per-skill: token cost, time, count. You can instantly spot which prompt is burning money and which skill is dragging you down. That's the diagnostic layer heavy Claude Code users actually need

Real craft

A full Textual TUI, not just table dumps

Built a proper interactive terminal UI with Textual over local transcript files — browse, filter, drill down. The jump from CLI to TUI tells you the author intended this for daily use, not a one-shot script

Find the prompt or skill quietly slowing you down

TheMadHatter76

TECH GUESS

Python + Textual terminal UI, parses local Claude Code session transcript files (likely JSONL)

📍 Source: hn📅 2026-08-17Original post →Visit site →
Ad
Ad slot (AdSense unit renders here once connected)

Discussion (0)

Sign in with GitHub to post
  • No comments yet — be the first.

Related