What problem does it solve? Text-only answers often fail when a user asks how a system is structured, why one option beats another, or how a mechanism flows. This Skill decides when a visual explanation is warranted and renders it with the best drawing tool available in the session. ## Core Features & Use Cases - Form Selection: Chooses the right visual form for the question — a diagram for structure, a table for comparison, a trace with real values for a mechanism, or annotated code. - Brevity Gate: Answers in one sentence and stops when a visual would waste the user's time, avoiding unnecessary rendering. - Renderer Awareness: Checks which rendering tools the session provides and uses the best one, falling back to plain text only when nothing can draw. - Use Case: A user says they do not follow how the repository's skills connect. The Skill draws the pipeline with an available renderer, grounded in the repo's real skill names and files, instead of writing paragraphs. ## Quick Start Ask the assistant to explain a concept, decision, flow, or piece of code visually, for example by saying you do not follow how the parts of the project connect.