What problem does it solve? Dense technical explanations in plain prose are hard to follow. This Skill turns the current topic of conversation into compact visuals—pseudocode, call trees, component trees, file trees, Mermaid diagrams, diffs, or focused HTML pages—so the key point lands quickly. ## Core Features & Use Cases - Multiple visual formats: Renders logic as pseudocode, runtime flow as call trees, UI as component trees, structure as file trees, and interactions as Mermaid sequence diagrams. - Diff-based change views: Shows what changes in a component, file layout, call tree, or control flow using minimal diff blocks. - Focused HTML artifacts: For layouts, state comparisons, or concepts too dense for Mermaid, writes a single styled HTML file matching the product's design and opens it for the user. - Use Case: While discussing a refactor, ask for a visual and receive a shallow file tree plus a diff showing exactly which modules move, placed next to a one-line explanation. ## Quick Start Ask the assistant to show you the current topic visually, for example by requesting a diagram of how the session submission flow works.