muthuishere

Hand Drawn Diagrams — Design skill for Claude Code

Design community

Hand-drawn diagram skill for Claude Code and Codex.

How to install Hand Drawn Diagrams

This entry records only its repository, not the path inside it, so there is no exact command to give. Open muthuishere/hand-drawn-diagrams and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Hand Drawn Diagrams does

Hand-drawn diagram skill for Claude Code and Codex. Generates monochrome architecture, workflow, and UX blueprint diagrams as PNGs.

Alternatives in Design

  • Export Diagram — Export a diagram-design HTML file to .svg and .png next to the source 27.2k ★
  • Extract — Design System & Product Reverse-Engineering - Extract tokens, components, architecture, and PRDs from codebase 2.8k ★
  • Nothing Design Skill — A Claude Code skill for generating UI in the Nothing design language 1.4k ★

README

hand-drawn-diagrams

[![Discord](https://img.shields.io/badge/AgentNexus-join%20the%20community-5865F2?logo=discord&logoColor=white)](https://discord.gg/V9C2kvHC8D)

AI skill for turning ideas, notes, systems, and flows into hand-drawn diagrams — with a hosted edit URL, animated video, and PNG, all from a single prompt.

**Jump to:** [What this is](#what-this-is) · [Output](#output) · [Quick start](#quick-start) · [Credits](#credits-and-acknowledgements)

![Demo](assets/demo.gif)

Example output

Static PNG — exported on request:

![Example diagram](assets/diagram.png)

Animated SVG — draws itself stroke by stroke ([view](assets/diagram.animated.svg)):

![Exam revision diagram](assets/thermal-physics-exam-revision.animated.svg)

What this is

**hand-drawn-diagrams** is an AI skill (for Claude Code, Codex CLI, and compatible agents) that takes a natural language prompt and produces a hand-drawn diagram you can edit, animate, and share — without opening any app.

You describe what you want. The AI picks the right diagram type, draws it in Excalidraw's sketch style, validates the layout, and hands you a live hosted URL. From there you can edit it in a browser, watch it animate, download the source, or export a PNG.

How it's different from using Excalidraw directly

Excalidraw hand-drawn-diagrams
Starting point Blank canvas, you draw Natural language prompt
Diagram type You decide AI picks the right route (teaching, UX, architecture, funnel…)
Layout You position everything AI assigns non-overlapping coordinates
Animation Manual or none Auto-generated animation spec, renders in browser
Output File on disk Hosted edit URL + animated SVG + PNG on request
Workspace You open the app Files stay in /tmp/ by default — workspace stays clean

This skill is not a replacement for Excalidraw — it sits on top of it. Every diagram it produces is a standard `.excalidraw` file you can open, edit, and ow