What problem does it solve? Reading raw markdown in a terminal makes it hard to review formatting, tables, and diagrams. This Skill renders markdown files as HTML in the browser with automatic reload on every edit, so you can verify the final rendered output while you write. ## Core Features & Use Cases - Live-reloading preview: Start a background mdlive server for a markdown file and see every edit reflected in the browser instantly. - Directory mode: Serve a whole folder of related markdown files with a collapsible tree sidebar for navigation, including nested subdirectories. - Mermaid diagram support: Render flowcharts, sequence diagrams, ER diagrams, and state diagrams directly in the preview. - Use Case: After drafting a multi-file design doc under docs/, ask for a preview and navigate the rendered pages in your browser while continuing to edit. ## Quick Start Ask the assistant to preview the markdown file you just wrote in the browser, for example by saying "preview plan.md with mdlive".