What problem does it solve? Claude Code sessions are stored as raw JSONL transcripts that are hard to read, share, or archive. This Skill converts them into clean, readable Markdown files so conversations can be kept as reference material in a plans directory. ## Core Features & Use Cases - Transcript Conversion: Parses session JSONL files and extracts user and assistant turns, skipping tool results, sidechains, and system reminders. - Automatic Session Resolution: Locates the most recent transcript for the current project, or accepts an explicit JSONL path or session ID. - Structured Output: Writes Markdown files with YAML frontmatter (session-id, date, source, type) and word-boundary-safe titles, named by date, slug, and session ID prefix. - Use Case: After a long planning session, ask to export the session and get a readable Markdown recap saved under your plans directory for later indexing or review. ## Quick Start Ask the assistant to export the most recent session transcript to Markdown, optionally providing a session ID or JSONL file path.