Excalidraw patterns
Excalidraw JSON templates and patterns for hand-drawn style diagrams.From its SKILL.md
npx -y skills add subhansh-dev/agent-maxxing --skill excalidraw-patternsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 540 tokens by cl100k_base, as published. Nobody here has run it
Excalidraw Patterns
Envelope:
{
"type": "excalidraw",
"version": 2,
"source": "agent-skills/diagram-maker",
"elements": [],
"appState": { "viewBackgroundColor": "#ffffff" }
}
Labeled rounded rectangle:
{
"type": "rectangle",
"id": "svc",
"x": 100,
"y": 100,
"width": 180,
"height": 72,
"roundness": { "type": 3 },
"backgroundColor": "#a5d8ff",
"fillStyle": "solid",
"strokeWidth": 2,
"roughness": 1,
"opacity": 100,
"boundElements": [{ "id": "svc_text", "type": "text" }]
}
Bound text:
{
"type": "text",
"id": "svc_text",
"x": 112,
"y": 124,
"width": 156,
"height": 24,
"text": "API service",
"originalText": "API service",
"fontSize": 20,
"fontFamily": 1,
"strokeColor": "#1e1e1e",
"textAlign": "center",
"verticalAlign": "middle",
"containerId": "svc",
"autoResize": true
}
Bound arrow:
{
"type": "arrow",
"id": "a1",
"x": 280,
"y": 136,
"width": 140,
"height": 0,
"points": [
[0, 0],
[140, 0]
],
"endArrowhead": "arrow",
"startBinding": { "elementId": "svc", "fixedPoint": [1, 0.5] },
"endBinding": { "elementId": "db", "fixedPoint": [0, 0.5] }
}
Palette:
- Primary/input:
#a5d8ff - Process:
#d0bfff - Success/output:
#b2f2bb - Storage/data:
#c3fae8 - External/warning:
#ffd8a8 - Error/risk:
#ffc9c9 - Note/decision:
#fff3bf
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.