coleam00/excalidraw-diagram-skill

Skill to give Claude Code (and any coding agent) the ability to generate beautiful and practical Excalidraw diagrams.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 55 minutes ago
Added to GitGenius on September 14th, 2026
Created on March 1st, 2026
Open Issues & Pull Requests: 33 (+0)
GitHub issues: Enabled
Number of forks: 543
Total Stargazers: 4,778 (+0)
Total Subscribers: 27 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.9 hours
Mean response time: 15.6 days
90th percentile: 91.9 days
Tracked items: 7

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 133 days
Stale 30+ days: 9
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Excalidraw Diagram Skill is a coding agent skill that generates Excalidraw diagrams from natural language descriptions for use with Claude Code and compatible agents.

The skill solves the problem of creating diagrams that communicate concepts visually rather than merely displaying information. It works by mapping natural language descriptions to diagram structures where visual form mirrors meaning—fan-outs represent one-to-many relationships, timelines show sequences, and convergence patterns depict aggregation. The tool includes a Playwright-based render pipeline that allows the agent to see its output, detect layout problems like overlapping text or misaligned arrows, and iteratively refine diagrams before delivery. Diagrams can incorporate evidence artifacts such as real code snippets and JSON payloads to ground technical explanations visually.

Developers should adopt this skill if they work with Claude Code or other agents that support the `.claude/skills/` directory structure and want diagrams that argue a point rather than simply organize information. It suits projects where visual communication of architecture, workflows, or data relationships matters. The skill is brand-customizable through a single color palette file, allowing teams to maintain consistent styling across all generated diagrams without modifying the underlying design logic.

The project shows active development with iterative refinement of diagram generation and validation. The tool includes built-in visual validation capabilities that let agents catch and fix layout issues automatically. Setup is designed for accessibility, offering both agent-guided and manual installation paths. The skill maintains separation between universal design methodology and brand-specific customization, suggesting a focus on reusability across different projects and organizations.