excalidraw
Installation
SKILL.md
Excalidraw Diagrams
Create hand-drawn style diagrams for architecture, flowcharts, and technical documentation.
JSON File Structure
{
"type": "excalidraw",
"version": 2,
"source": "https://excalidraw.com",
"elements": [/* ExcalidrawElement[] */],
"appState": {
"gridSize": 20,
"viewBackgroundColor": "#ffffff"
},
"files": {}
}