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, refactors as file trees, interactions as Mermaid diagrams, and changes as diffs. - Focused HTML artifacts: For layouts, state comparisons, or concepts too dense for Mermaid, writes a single styled HTML file and opens it for the user. - Use Case: While discussing how a form submission flows through your app, ask for a visual and get a call tree showing submitForm calling createSession, persistPrompt, and navigateToSession, placed next to a brief explanation. ## Quick Start Ask the assistant to show you visually how the current feature or code flow works using the show-me skill.