What problem does it solve? Markdown reports are hard to share with non-technical stakeholders: they render poorly in email, print badly, and carry no 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, while keeping a lean markdown twin for agent context. ## Core Features & Use Cases - Six report modes: status, incident, plan, explainer, financial, and pr templates, each with a fixed section structure and inline SVG charts. - Three audience tiers: expert, basic, and learn tiers derived from the active output style, scaling explanatory depth with mermaid diagrams, worked examples, and plain-language primers in the HTML only. - Zero-dependency output: no external JS or CSS frameworks; only a Korean font CDN and a tier-gated mermaid CDN with noscript fallbacks. - Use Case: After finishing a weekly status analysis in markdown, render it as an HTML report for executives — the expert tier stays dense, while the learn tier adds flowcharts and glossaries for new team members. ## Quick Start Render the attached markdown incident summary as a self-contained HTML report in incident mode and open it in my browser.