skills/diagram-maker/SKILL.md
Create diagrams as artifacts, not prose. Choose one output mode:
clean-svg: educational concepts, physical systems, processes, lifecycle, simple data flow.architecture-svg: software/cloud/infra topology, services, databases, queues, trust zones.excalidraw: editable hand-drawn whiteboard, flowchart, sequence, architecture sketch.Routing
Workflow
./diagram.html / ./diagram.excalidraw.SVG/HTML rules
.html file with inline CSS and inline SVG.fill="none" and a marker arrow when directed.SVG template
Use references/svg-template.md as the wrapper and replace <!-- SVG -->.
Excalidraw rules
.excalidraw JSON with type, version, source, elements, and appState.label property.1, fontFamily: 1, and simple fills.For exact Excalidraw element snippets, read references/excalidraw-patterns.md.