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 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.
Core Features & Use Cases
- Six report modes: status, incident, plan, explainer, financial, and pr templates, each with its own section structure, charts, and layout.
- Three audience tiers: expert, basic, and learn depth derived from the active output style, adding plain-language primers, mermaid diagrams, and worked examples only where the reader needs them.
- Zero-dependency output: inline SVG charts, no external JS/CSS frameworks, with only a Korean font CDN and a tier-gated mermaid CDN as sanctioned exceptions.
- Lean markdown twin: every HTML report ships with a token-efficient .md twin for agent context, keeping enrichment out of machine-facing artifacts.
- Use Case: After finishing a weekly status analysis in markdown, render it as an HTML report for executives — the basic tier adds a flow diagram and plain-language leads, and the file auto-opens in the browser.
Quick Start
Render the attached markdown incident summary as a self-contained HTML report for the basic audience tier.