What problem does it solve?
Claude Code session files are large and noisy, making it hard to find, extract, and summarize the actual conversation content; this Skill locates session JSONL files, filters out metadata and tool traces, and surfaces concise insights and counts for decisions, action items, and patterns.
Core Features & Use Cases
- Session discovery: Find session JSONL files for the current project or across all projects using configurable scope and date filters.
- Message extraction: Keep only user messages and assistant text responses while discarding file snapshots, queue logs, thinking traces, and tool_use entries.
- Batch processing & scaling: Use a cache and split-and-parallelize pipeline for many or very large session files, then merge batch analyses.
- Use case: Capture today's conversation to generate an engineering devlog, extract decisions and action items from past discussions, or audit session content for knowledge transfer.
Quick Start
Capture and summarize all session messages for the current project and extract key decisions, action items, and message counts.