excalidraw
SKILL.md
Excalidraw Diagram Generation
Generate professional hand-drawn style diagrams in Excalidraw JSON format.
Critical Rules
-
Arrow Binding (MUST follow): Arrows must bind to components bidirectionally:
- Arrow needs
startBindingandendBindingpointing to component IDs - Rectangle needs
boundElementsarray listing bound arrow IDs - Without both, arrows won't snap to components
- Arrow needs
-
Text requires width/height: Text elements must have
widthandheightfields, otherwise they won't render -
Arrow labels: Place below arrow (y + 30) or above (y - 30), never overlapping components