What problem does it solve?
Claude JSONL session logs are often hard to read, share, and reuse for training or documentation. This Skill converts those logs into clean, readable Markdown documents that preserve conversations, timestamps, and important context.
Core Features & Use Cases
- Extract complete conversations by parsing each JSONL line (user and assistant messages)
- Format content into well-structured Markdown with clear timestamps and readable content
- UTF-8 support to handle Chinese characters, emojis, and other special symbols
- Available as a CLI tool or Claude Skill for flexible usage
- No external dependencies; relies on the Python standard library
- Use cases include reviewing agent behavior, creating knowledge artifacts, and archiving conversations
Quick Start
Provide a path to a .jsonl file (for example, d:/AI/agent.jsonl) to generate a readable Markdown document.