Excalidraw Skill
Description
A Claude Code / Agent SDK skill for programmatically generating .excalidraw files for architecture diagrams, flowcharts, annotated screenshots, design reviews, and more.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
excalidraw-skill
A [Claude Code](https://docs.claude.com/en/docs/claude-code/overview) / [Agent SDK](https://docs.claude.com/en/api/agent-sdk/overview) skill for programmatically generating **`.excalidraw`** files — architecture diagrams, flowcharts, annotated screenshots, side-by-side design reviews, timelines, mind maps, wireframes, and any other canvas layout you'd otherwise draw by hand.
The skill bundles a small pure-Python library for composing scenes, instructions that teach Claude how to use it well, and a set of runnable examples. When invoked, Claude writes a `.excalidraw` file to disk; you open it in [excalidraw.com](https://excalidraw.com) via **File → Open** (or `Cmd+O`) and see the full scene — images, shapes, arrows, text, annotations — all editable.
Why
Excalidraw stores entire scenes as a single JSON document. That means Claude can write one directly with no browser automation, no plugin API, and no clipboard hacks. The hard part is getting the element schema exactly right (every element needs `seed`, `version`, `versionNonce`, `boundElements`, `groupIds`, `roundness`, `updated`… and missing any of them causes Excalidraw to refuse the file). The library in `scripts/excalidraw.py` handles all of that so the caller only thinks about geometry and content.
Install
Clone into your Claude Code skills directory:
git clone https://github.com/nintynick/excalidraw-skill.git ~/.claude/skills/excalidraw-author
Or any other path Claude Code scans for skills. The directory name becomes the skill name — this repo ships as `excalidraw-author` because that's the identifier declared in `SKILL.md`'s frontmatter.
Restart Claude Code. The skill will appear in the registry and trigger automatically the next time you ask for an Excalidraw file.
What it does
Trigger phrases that reliably activate the skill:
- "Build me an Excalidraw file showing our authentication flow"
- *"Generate a
.excalidrawdiagram for this architecture: client
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://