claude-session-log
Installation
SKILL.md
Claude Session Log
Replay a Claude Code session as a human-readable transcript or structured JSON. Shows assistant text, tool calls, and tool results for every turn.
Commands
# Show log for a specific session
python3 .claude/skills/claude-session-log/scripts/session_log.py <session-id>
# Show log for the most recent session
python3 .claude/skills/claude-session-log/scripts/session_log.py --latest
# JSON output (always full content, no truncation)
python3 .claude/skills/claude-session-log/scripts/session_log.py --latest --json
# Show only tool calls and results (skip pure text)
python3 .claude/skills/claude-session-log/scripts/session_log.py --latest --tools-only