What problem does it solve? Turning an analysis, research session, or report into a polished HTML page usually means hand-writing CSS and layout decisions every time, producing inconsistent results. This Skill splits the work: the model distills content into a typed JSON document, and a deterministic renderer owns all layout, typography, and color decisions so output quality converges. ## Core Features & Use Cases - Deterministic Rendering: Tools/Render.ts converts a typed content JSON (sections, quotes, tables, callouts, lists) into one self-contained HTML file with inline CSS and zero external requests. - Design Registers: Two built-in visual themes — dossier (dark ink-green/orange for evidence files and red teams) and ledger (dark navy/gold serif for reports and plans) — selectable via CLI flag. - Artifact-Safe Output: Fonts embedded as data URIs, all numbering emitted as real DOM text, and no document skeleton tags, making output safe for Artifact CSP and screenshot pipelines. - Use Case: After finishing a red-team investigation, run /HTML to distill the findings into content JSON, render it with the dossier register, and publish it as a verified, self-contained HTML artifact. ## Quick Start Ask the agent to render the session's finished analysis as an HTML artifact using the HTML skill, for example by saying "/HTML" after a research or report session.