transcript-condenser
CommunitySummarize Claude sessions, analyze tools, save time.
Authornitromike502
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Claude Code session transcripts can be verbose and difficult to parse, making it hard to quickly review past interactions, understand tool usage, or analyze workflow patterns. This Skill automates the condensation of these logs, transforming raw data into actionable insights.
Core Features & Use Cases
- Human-Readable Summaries: Condenses lengthy transcripts into clear Markdown or structured JSON, filtering out noise like metadata and system messages.
- Workflow Analysis: Easily identify tool usage patterns, subagent interactions, and key events to understand how tasks were executed.
- Customizable Output: Choose verbosity levels (minimal, standard, detailed) and filter options (tool-only, subagent-only) to focus on what matters most.
- Batch Processing: Process entire directories of transcripts, generating consistent reports for multiple sessions.
- Use Case: Quickly review your last 5 Claude Code sessions to see which tools were most effective, identify common errors, and pinpoint areas for workflow optimization.
Quick Start
Condense a single transcript to markdown (stdout)
node .claude/skills/transcript-condenser/condense-transcript.js <transcript-file>
Save condensed version to file
node .claude/skills/transcript-condenser/condense-transcript.js <transcript-file> --output=summary.md
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: transcript-condenser Download link: https://github.com/nitromike502/claude-code-web-manager/archive/main.zip#transcript-condenser Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.