moai-domain-html-report

Installation
SKILL.md

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 single font-CDN <link> is the only external dependency, retained for Korean readability

This skill does not replace the markdown output. Markdown remains the single source of truth; HTML rendering is an additional branch that operates on it.


Input

Installs
1
GitHub Stars
1.1K
First Seen
1 day ago
moai-domain-html-report — modu-ai/moai-adk