What problem does it solve? Choosing the right diagram syntax and writing it correctly is error-prone: each renderer (Mermaid, Graphviz, Vega-Lite, PlantUML) has its own syntax rules, and picking the wrong tool for a flowchart, chart, or architecture diagram leads to broken or unreadable output. This Skill provides a decision guide plus detailed syntax references so diagrams render correctly the first time. ## Core Features & Use Cases - Tool Selection Guide: A decision table maps each need (flowchart, data chart, cloud architecture, KPI card, mind map) to the right tool and code fence. - Detailed Syntax References: Per-tool reference files cover critical syntax rules, common pitfalls, layout controls, and styling for Mermaid, Graphviz, Vega-Lite, PlantUML, infographics, JSON Canvas, architecture diagrams, and infocards. - Use Case: When asked to document a microservices platform, the Skill directs you to PlantUML with cloud stencils or the HTML architecture layout, then provides the exact template and color palette to produce a layered system diagram. ## Quick Start Ask the assistant to create a sequence diagram of your API authentication flow in Markdown and it will select Mermaid and apply the correct syntax rules.