extract-transcripts
CommunityTurn Claude transcripts into searchable Markdown.
Author0xBigBoss
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Extracts readable transcripts from Claude Code and Codex session JSONL files, enabling quick review, auditing, and knowledge reuse.
Core Features & Use Cases
- Transcript extraction: Convert raw session JSONL into clean, readable Markdown per session.
- Cross-session search: Build searchable transcripts to compare prompts, responses, and tool usage across sessions.
- Auditing & documentation: Preserve model, working directory, and git context for traceability.
- Use Case: Imagine you have 100 Claude Code sessions; extract them to a consistent Markdown format for faster review and compliance.
Quick Start
Run the extract-transcripts tool on a single JSONL session:
- Claude Code: uv run ~/.claude/skills/extract-transcripts/extract_transcript.py <session.jsonl>
- Codex CLI: uv run ~/.claude/skills/extract-transcripts/extract_codex_transcript.py <session.jsonl>
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: extract-transcripts Download link: https://github.com/0xBigBoss/claude-code/archive/main.zip#extract-transcripts 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 223,000+ vetted skills library on demand.