What problem does it solve? Long markdown documents such as design briefs, implementation plans, and research reports are walls of text that are hard to scan. This Skill distills any markdown file or folder into a single self-contained HTML page with a glanceable visual summary on top and the full source preserved in collapsible sections. ## Core Features & Use Cases - Distilled hero plus drill-downs: Generates a visual one-pager (decision cards, scope columns, KPI facts) with the complete source content embedded in collapsible <details> sections, so no information is lost. - Automatic strategy routing: Detects the document shape (design brief, implementation plan, or generic) from content signals and applies the matching layout strategy without any flags or configuration. - Mandatory Mermaid diagrams and theme toggle: Every page includes at least one rendered Mermaid v11 diagram with a validate-before-render guard, plus a light/dark theme toggle. - Use Case: Point it at a folder containing a design brief's README.md and DETAIL.md, and it writes a PREVIEW.html next to them that a teammate can grasp in seconds and expand for full detail. ## Quick Start Ask the agent to preview the markdown file or folder at a given path, and it will generate and open a PREVIEW.html in that directory.