What problem does it solve?
This Skill turns abstract or technical ideas into Excalidraw JSON diagrams that make a clear visual argument rather than merely displaying labeled boxes, reducing time spent iterating on layout, styling, and evidence for technical audiences.
Core Features & Use Cases
- Argument-first diagrams: Produce .excalidraw files that prioritize structure and meaning so the diagram still communicates without text.
- Multi-zoom, multi-section workflows: Create summary flows, section boundaries, and detailed evidence artifacts for comprehensive technical diagrams.
- Evidence artifacts & research mandate: Embed code snippets, JSON samples, event names, and real input/output examples to teach and validate technical designs.
- Brand-consistent styling: Read and apply the single-source color palette from references/color-palette.md for all fills, strokes, and evidence backgrounds.
- Section-by-section JSON workflow & rendering: Build large diagrams incrementally and run the provided Playwright renderer to iterate with a render→view→fix loop.
- Use cases: system architecture diagrams with real API payloads, protocol sequence visualizations with event names, educational tutorials that require readable code artifacts.
Quick Start
Create an Excalidraw JSON that visualizes the system architecture with multi-zoom sections, includes evidence artifacts, follows the color-palette in references/color-palette.md, and is ready for the provided renderer.