excalidraw
Installation
SKILL.md
Excalidraw Diagram Generator
Create Excalidraw-compatible JSON diagrams. Output .excalidraw.json files.
JSON Schema
{
"type": "excalidraw",
"version": 2,
"source": "https://excalidraw.com",
"elements": [],
"appState": {
"gridSize": null,
"viewBackgroundColor": "#ffffff"
},
"files": {}
}