What problem does it solve? Markdown reports are hard to share with non-technical stakeholders: they render poorly in email, cannot be printed cleanly, and lack visual structure. This Skill renders any markdown report into one self-contained HTML file that opens in a browser, attaches to email, prints cleanly, and works offline. ## Core Features & Use Cases - Six report modes: status, incident, plan, explainer, financial, and pr templates, each with a purpose-built section structure and inline SVG charts. - Three audience tiers: expert (dense, zero-JS), basic, and learn tiers add plain-language primers, mermaid diagrams, and worked examples, derived automatically from the active output style or set explicitly. - Zero-dependency output: no external JS or CSS frameworks; only a Korean font CDN and a tier-gated mermaid CDN with noscript fallbacks, plus a lean markdown twin for agent context. - Use Case: After finishing a weekly engineering status summary in markdown, render it as a styled HTML report with metric cards and a velocity chart, then auto-open it in the browser and email it to stakeholders. ## Quick Start Render the weekly status report markdown as a single self-contained HTML file and open it in my browser.