What problem does it solve? Turning agent run results into browser-readable reports often means ad-hoc HTML, leaked secrets, or files dumped in /tmp that nobody can open from another machine. This Skill standardizes publishing sanitized static HTML reports to a local web root (/opt/agent-web) with a stable URL contract (http://192.168.0.9/<lane>/<file>.html) so results are reviewable in desktop Chrome. ## Core Features & Use Cases - Sanitized publishing pipeline: Validates HTML sources, blocks obvious secret patterns (keys, tokens, .env content), backs up overwritten files to an archive folder, and verifies the published URL with curl. - Genesis design system: Ships self-contained report and dashboard templates (navy header, indigo accents, system fonts, no external CDNs or JavaScript) plus a DESIGN.md style guide for custom reports. - Lane organization and diagrams: Organizes reports into short lane folders (work, td, pat, etc.), regenerates lane index pages, and renders Graphviz or Mermaid diagrams locally to inline SVG for workflow and architecture explanations. - Use Case: After finishing an AMI image-builder investigation, generate a Genesis report with an inline SVG lineage diagram, publish it to the td lane, and hand Amit the URL http://192.168.0.9/td/imagebuilder-decision-20260526.html for review. ## Quick Start Ask the agent to create a sanitized HTML report of the current task results and publish it to the local web server, returning the http://192.168.0.9 review URL.