TNP.

Creator, Maintainer / Case study

ckforensics

Open-source CLI + ClaudeKit skill that parses Claude Code session logs into SQLite for forensic review.

Commits
40+
Distribution
npm + ClaudeKit
Insights
Token + cost + files
ckforensics case study cover

Case telemetry

Apr 2026 — Present

Circuit sculpture render
Case file / Route continuityApr 2026 — Present

What it is

A personal open-source project — a CLI plus a companion ClaudeKit skill that turns Claude Code session logs into a SQLite database, then surfaces token cost, touched files, and workflow insights.

What I shipped

  • CLI in TypeScript on Bun, distributed via npm with cross-platform installer.
  • ClaudeKit skill that wraps the CLI for in-session forensics.
  • Interactive hunk-by-hunk review flows so you can inspect what Claude actually changed across a session.
  • 40+ commits of iteration and a published npm package.

Why it mattered

Built it because I wanted post-hoc visibility into what a coding agent had done across long, multi-file sessions — costs, files touched, decisions made — without paging through transcripts by hand.