← ClaudeAtlas

excalidraw-diagramlisted

Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.
kevin-burns/claude-skills · ★ 7 · Data & Documents · score 78
Install: claude install-skill kevin-burns/claude-skills
# Excalidraw Diagram Creator Generate `.excalidraw` JSON files that **argue visually**, not just display information. **Setup:** If the user asks you to set up this skill (renderer, dependencies, etc.), see `README.md` for instructions. **Provenance:** The design methodology began as a fork of [coleam00/excalidraw-diagram-skill](https://github.com/coleam00/excalidraw-diagram-skill). The render pipeline was rebuilt around [Excalidraw](https://github.com/excalidraw/excalidraw) (`@excalidraw/excalidraw`, MIT): the engine is fetched from a pinned, sha256-verified GitHub Release on first render, cached under `references/vendor/`, and served locally from then on — offline after that one-time fetch, like `playwright install chromium`. The icon-library ingestion approach (split a `.excalidrawlib` into per-icon files + an index, then place deterministically) is credited to [github/awesome-copilot](https://github.com/github/awesome-copilot) (MIT); the scripts here are an independent implementation. The MIT license on this skill covers the skill content; the vendored Excalidraw bundle and fonts remain under their own (MIT / respective) licenses, and any user-supplied icon libraries remain under theirs. ## Customization **All colors and brand-specific styles live in one file:** `references/color-palette.md`. Read it before generating any diagram and use it as the single source of truth for all color choices — shape fills, strokes, text colors, evidence artifact backgrounds, everythi