What problem does it solve?
The Excalidraw Generation skill provides semantic redesign to transform descriptions into hand-crafted, spatial Excalidraw diagrams, ensuring clarity, accessibility, and cognitive-load guardrails.
Core Features & Use Cases
- Semantic Concept Extraction: Analyze input to identify containment, flow, hierarchy, and annotations to guide diagram layout.
- Element Factories & Layouts: Generate shapes, bound text, arrows, frames, and radial mind maps with layout algorithms and binding logic that enforce cognitive-load and accessibility rules.
- Rendering & Validation: Save diagrams to diagrams/<slug>.excalidraw and render SVGs via render-excalidraw.sh, with JSON validation and color/contrast checks.
- Auto-Trigger & Integration: Propose Excalidraw diagrams for spatial, informal, or annotated content within slide design workflows.
Quick Start
Describe the concept you want diagrammed and the skill will generate a semantic Excalidraw diagram, save the JSON to diagrams/<slug>.excalidraw, and render an SVG via the render-excalidraw.sh script.