Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
muthuishere avatar

Hand Drawn Diagrams

  • 375 installs
  • 57 repo stars
  • Updated August 1, 2026
  • muthuishere/hand-drawn-diagrams

hand-drawn-diagrams is an agent skill that turns natural-language prompts into hand-drawn Excalidraw architecture, workflow, and UX blueprint diagrams with hosted edit URLs, animations, and PNG or SVG exports for develop

About

hand-drawn-diagrams is an agent skill for Claude Code, Codex, and compatible agents that converts natural-language prompts into hand-drawn Excalidraw diagrams. It routes requests to diagram types for architecture, workflow, and UX blueprint visuals, generates non-overlapping layouts, validates output, and delivers a hosted edit URL plus diagram.excalidraw and diagram.animationinfo.json artifacts. Developers can export PNG or SVG, preview animations in the browser, and keep generated files under /tmp/hand-drawn-diagrams/ by default. Install with npx skills add muthuishere/hand-drawn-diagrams. Reach for hand-drawn-diagrams when you need sketch-style system diagrams, flow explainers, or wireframe blueprints without manually drawing every box and arrow in Excalidraw.

  • hand-drawn-diagrams
  • AI & Agent Building
  • AI-coding skill

Hand Drawn Diagrams by the numbers

  • 375 all-time installs (skills.sh)
  • +23 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #2,065 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/muthuishere/hand-drawn-diagrams --skill hand-drawn-diagrams

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs375
repo stars57
Last updatedAugust 1, 2026
Repositorymuthuishere/hand-drawn-diagrams

How do you generate Excalidraw diagrams from prompts?

Helps with ai & agent building tasks.

Who is it for?

Developers documenting system architecture, workflows, or UX flows who want sketch-style Excalidraw diagrams without manual canvas work.

Skip if: Teams needing polished corporate vector diagrams or CAD-precise technical drawings instead of hand-drawn Excalidraw sketches.

When should I use this skill?

A developer asks for an architecture diagram, workflow sketch, UX blueprint, or animated Excalidraw explainer from a natural-language description.

What you get

diagram.excalidraw file, diagram.animationinfo.json, hosted edit URL, and optional PNG or SVG diagram exports.

  • diagram.excalidraw
  • diagram.animationinfo.json
  • PNG or SVG diagram export

By the numbers

  • Outputs diagram.excalidraw and diagram.animationinfo.json as required artifacts
  • Generates architecture, workflow, and UX blueprint diagram types

Files

SKILL.mdMarkdownGitHub ↗

Follow the instructions in ./workflow.md.

Key references:

  • references/index.md
  • references/activation-routing.xml
  • references/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).

Related skills

FAQ

What files does hand-drawn-diagrams produce?

hand-drawn-diagrams produces diagram.excalidraw and diagram.animationinfo.json as required workflow artifacts, plus a hosted Excalidraw edit URL. Developers can also request PNG or SVG exports of the generated architecture, workflow, or UX blueprint diagram.

Which diagram types does hand-drawn-diagrams support?

hand-drawn-diagrams supports monochrome hand-drawn architecture, workflow, and UX blueprint diagrams generated from natural-language prompts. The skill routes to an appropriate diagram type, validates layout, and delivers sketch-style Excalidraw output rather than polished vector

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.