What problem does it solve? Coding agents default to ASCII art and box-drawing tables when asked for diagrams or comparisons, which become unreadable beyond trivial cases. This Skill replaces terminal output with styled, self-contained HTML pages that open in the browser. ## Core Features & Use Cases - Diagram Generation: Routes content to the right rendering approach — Mermaid for flowcharts, sequence diagrams, ER diagrams, and state machines; CSS Grid for architecture overviews; HTML tables for comparisons; Chart.js for dashboards. - Slide Deck Mode: Produces magazine-quality slide presentations with 10 slide types, keyboard navigation, and curated presets via the --slides flag or /generate-slides command. - Proactive Table Rendering: Automatically converts complex ASCII tables (4+ rows or 3+ columns) into styled HTML pages without being asked. - Use Case: Run /diff-review after a large refactor to get a visual page with architecture comparison, KPI dashboard, code review sections, and a decision log instead of a wall of terminal text. ## Quick Start Ask the agent to draw a diagram of your authentication flow and it will generate a styled HTML page and open it in your browser.