Documentation
README
html-report โ Single-File HTML Report Renderer
Purpose and Scope
This skill is a terminal renderer that converts a markdown report into a single self-contained HTML file. It accepts any markdown body produced by a text, analysis, or reporting workflow and emits one .html file that opens directly in a browser, attaches to email, prints cleanly, and works offline.
Core principles:
- Zero external JS libraries (no Chart.js, D3, htmx)
- Zero external CSS frameworks (no Tailwind, Bootstrap)
- Inline SVG renders all charts directly
- A font-CDN
<link>is permitted for Korean readability - A mermaid-CDN
<script>is permitted only in thebasicandlearnaudience tiers, always paired with a no-JS fallback (see ยง Diagram Policy). Theexperttier remains strictly zero-JS.
This is the opening of the README. Read the full README on GitHub.