What problem does it solve?
Excalidraw Diagram Skill turns natural-language ideas into clear Excalidraw JSON diagrams that communicate meaning through structure, relationships, and evidence instead of just labeling boxes.
Core Features & Use Cases
- Visual argument diagrams: Produces diagrams where shapes mirror concepts (e.g., fan-outs for one-to-many, timelines for sequences).
- Evidence artifacts for technical accuracy: Includes concrete code snippets, JSON/data examples, real event/step names, and other specific proof for technical diagrams.
- Render-and-validate workflow: Uses a Playwright renderer so the agent can view output as PNG, detect layout defects (overlap, clipping, misrouted arrows), and iterate until it looks right.
- Brand customization: Centralizes palette/styling in references/color-palette.md so diagrams follow a user’s brand without rewriting logic.
Quick Start
Ask your coding agent: "Create an Excalidraw diagram showing how the AG-UI protocol streams events from an AI agent to a frontend UI, including the actual event names and a small evidence snippet, then render and fix any layout issues until it looks correct."