#416 · Primary category: AI Coding Assistants
excalidraw-diagram-skill
Skill to give Claude Code (and any coding agent) the ability to generate beautiful and practical Excalidraw diagrams.
Project last updated:03/01/26
GitHub Stars
4.6K
Forks
522
Contributors
1
License
Other
Why we included this project
Teams working with Claude Code or OpenCode can get usable architecture and workflow diagrams without drawing them by hand: this skill turns a plain-English request into a finished Excalidraw file. Instead of dropping in generic card grids, it maps shapes to the idea they represent: a one-to-many flow becomes a fan-out, a sequence becomes a timeline, and technical diagrams carry real code snippets and JSON payloads as evidence. The bundled Playwright renderer lets the agent view its own output, catch overlapping text or misaligned arrows, and fix them before handing the file over. Setup is a copy into the agent's .claude/skills/ directory; from there you just ask for a diagram. If you want the output to match your brand, all colors sit in one palette file, so restyling every diagram is a small edit rather than a redesign.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.