Hand drawn diagrams
Create hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.From its SKILL.md
npx -y skills add muthuishere/hand-drawn-diagramsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.9 KB, 170 tokens by cl100k_base, as published. Nobody here has run it
Follow the instructions in ./workflow.md.
Key references:
references/index.mdreferences/activation-routing.xmlreferences/fundamental-shapes.md
Recommended: Chrome DevTools MCP
Install chrome-devtools-mcp for fast PNG and animated SVG rendering — uses a real browser, no Playwright install required.
npm install -g chrome-devtools-mcp
Then add it to your Claude Code MCP config (~/.claude/settings.json):
{
"mcpServers": {
"chrome-devtools-mcp": {
"command": "npx",
"args": ["chrome-devtools-mcp"]
}
}
}
Without it, PNG and video rendering falls back to Playwright (slower, requires browser install).
What ships with it: 65 files
2193.0 KB alongside SKILL.md, 21 of them executable
assets/
- demo.gif132 B
- diagram.animated.svg676.7 KB
- diagram.png825.6 KB
- thermal-physics-exam-revision.animated.svg359.8 KB
docs/
- animate.html10.6 KB
- edit.html10.2 KB
- index.html5.8 KB
installscripts/
- install.pyruns7.4 KB
- uninstall.pyruns1.5 KB
references/
- activation-routing.xml5.8 KB
- animation-spec.md6.8 KB
- arrow-routing.md2.4 KB
- bullets.md1.4 KB
- color-palette.md1.3 KB
- creative-raw-diagrams.md1.1 KB
- element-templates.md12.4 KB
- fundamental-shapes.md3.3 KB
- ideation-diagrams.md2.0 KB
- index.md783 B
- json-schema.md4.4 KB
- medical-diagrams.md3.3 KB
- page-mockup-diagrams.md4.9 KB
- patterns.md5.2 KB
- prompt-templates.md4.7 KB
- quality-checklist.md4.3 KB
- route-guide-template.md531 B
- sales-funnel-diagrams.md2.0 KB
- teachers-diagrams.md4.8 KB
- technical-explainer-diagrams.md4.2 KB
- ux-designer-diagrams.md2.0 KB
- AGENTS.md5.4 KB
- CLAUDE.md5.3 KB
- .gitattributes98 B
- .gitignore166 B
- install.cmdruns440 B
- INSTALL.md3.2 KB
- install.shruns303 B
- LICENSE1.4 KB
- MANUAL-INSTALL.md2.2 KB
- README.md4.3 KB
25 more files not listed here. See all 65 in the repository.