What problem does it solve? Local AI conversation history in Cline sessions is stored as raw JSON files that are hard to browse, search, or preserve. This Skill converts those sessions into readable markdown records so past work can be reviewed, searched, and archived before major workspace changes. ## Core Features & Use Cases - Markdown Export: Converts Cline session metadata and message JSON into structured markdown files with timestamps, roles, model info, and token metrics. - Search and List: Searches across all past sessions by keyword or lists recent sessions with titles and dates. - Incremental Tracking: Skips unchanged sessions using a hash-based tracking file, with a --force option to regenerate. - Use Case: Before a major refactor, run a dry-run export to inventory past sessions, then export relevant ones to markdown so design decisions and prior context remain available as durable documentation. ## Quick Start Ask the assistant to export your recent Cline chat history to markdown, or to search past sessions for a specific topic like "workspace cleanup".