What problem does it solve? Creating diagrams manually in draw.io is slow, and text-based formats like Mermaid cannot be saved as native editable draw.io files. This Skill generates mxGraphModel XML directly, producing .drawio files that open immediately in draw.io, with optional export to PNG, SVG, or PDF while keeping the diagram editable. ## Core Features & Use Cases - Native .drawio generation: Writes mxGraphModel XML for flowcharts, ER diagrams, sequence diagrams, architecture diagrams, wireframes, and more, with correct edge routing, containers, and dark-mode color handling. - CLI export with embedded XML: Uses the draw.io desktop CLI across macOS, Linux, Windows, and WSL2 to export PNG, SVG, or PDF with the diagram XML embedded, so exported files remain editable. - Use Case: Ask for an architecture overview of your microservices and receive an editable architecture-overview.drawio.pdf, or request a login flowchart and get a login-flow.drawio file opened directly in draw.io. ## Quick Start Ask the assistant to create a flowchart for the user login process and export it as a PNG file.