What problem does it solve? Explaining a concept, mechanism, or investigation result often ends up as a wall of Markdown that readers must scroll through without structure. This Skill turns that content into a single self-contained HTML page with a glossary, auto-generated table of contents, diagrams, and code blocks, so readers can understand the topic without reading the original source. ## Core Features & Use Cases - Template-based generation: Fill a fixed HTML template (dark/light theme, left TOC, right glossary) with placeholders for title, lede, summary, body, and glossary, keeping visual design consistent. - Diagram and code support: Hand-drawn SVG figures, Mermaid diagrams (flowchart, sequence, ER, state), syntax-highlighted code via Shiki, and MathJax formulas, with strict design rules enforced. - Automated validation: A bundled check script verifies template integrity, heading IDs, glossary links, banned elements (emoji, external images, extra scripts), and optional block consistency before delivery. - Use Case: After investigating how a caching layer works, ask for an HTML explainer; the Skill produces one file with a glossary of terms, SVG architecture diagram, and code diffs, validated and ready to open in a browser. ## Quick Start Explain the architecture we just discussed as a self-contained HTML page using the exhtml skill.