GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.
Draw.io Diagrams
Summary
Generates .drawio XML from natural language — UML, ERD, BPMN, SysML, network and cloud topology — and exports PNG, SVG, PDF or JPG through the native draw.io desktop CLI.
Features
- Writes real .drawio XML with access to 10,000+ stock and branded shapes
- UML, ERD, BPMN, SysML/MBSE, network topology, mind maps and ML model figures
- Cloud architecture generated from Terraform or Kubernetes manifests
- Local export to PNG, SVG, PDF and JPG with no browser automation
- --embed-diagram keeps the editable source inside the exported image
- Optional Graphviz auto-layout and vision-model self-check
- Runs from a single SKILL.md — no MCP server or background daemon
- Documents when to route to Excalidraw, Mermaid or PlantUML instead
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
This skill lets an agent author real draw.io files instead of approximating a diagram in ASCII or Mermaid. It writes .drawio XML and exports locally through the native draw.io desktop CLI, so the result is a genuine editable diagram with access to draw.io's full shape library — more than 10,000 stock and branded shapes — rather than a flat image.
Coverage is broad: flowcharts and architecture diagrams, entity-relationship diagrams, UML class, sequence and state diagrams, SysML and MBSE views (block definition, internal block, requirement and parametric), BPMN business processes, swimlane and cross-functional charts, network topology, mind maps, and ML/DL model figures such as Transformer, CNN and LSTM layouts. It can also generate cloud architecture directly from Terraform or Kubernetes manifests, turning infrastructure-as-code into a diagram of what that code actually provisions.
Exports to PNG, SVG, PDF and JPG run locally with no browser automation. PNG, SVG and PDF support --embed-diagram, which writes the full diagram XML into the exported file — save as name.drawio.png and opening it in draw.io recovers the editable source, so the image and its master copy never drift apart. An optional auto-layout pass uses Graphviz, and a vision-enabled model can run a self-check on the rendered output, a step that is skipped gracefully when unavailable.
The skill is refreshingly clear about its own boundaries, routing hand-drawn or whiteboard aesthetics to Excalidraw or tldraw and diagrams-as-code that belong in git to Mermaid or PlantUML. It runs from a single SKILL.md with no MCP server and no background daemon. Requires the draw.io desktop CLI on PATH (version 30 or newer unlocks Mermaid conversion and the ELK layout pass); WSL2 setups are detected automatically. MIT licensed.
Related Skills
Turns Claude Code or Codex into a motion-design studio for cinematic Remotion product videos.
Stops AI-generated UI from defaulting to purple gradients and templated hero sections by forcing a named design direction first.
Turns plain-language requirements or pasted Mermaid into validated architecture, workflow, sequence, data-flow and lifecycle diagrams as self-contained interactive HTML.