← Browse

@muthuishere/hand-drawn-diagrams

B

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.

skillclaude

Install

agr install @muthuishere/hand-drawn-diagrams --target claude

Writes 14 files into .claude/skills/, pinned to git-1326021b.

  • .claude/skills/hand-drawn-diagrams/.gitattributes
  • .claude/skills/hand-drawn-diagrams/.gitignore
  • .claude/skills/hand-drawn-diagrams/AGENTS.md
  • .claude/skills/hand-drawn-diagrams/CLAUDE.md
  • .claude/skills/hand-drawn-diagrams/INSTALL.md
  • .claude/skills/hand-drawn-diagrams/LICENSE
  • .claude/skills/hand-drawn-diagrams/MANUAL-INSTALL.md
  • .claude/skills/hand-drawn-diagrams/README.md
  • .claude/skills/hand-drawn-diagrams/SKILL.md
  • .claude/skills/hand-drawn-diagrams/install.cmd
  • .claude/skills/hand-drawn-diagrams/install.sh
  • .claude/skills/hand-drawn-diagrams/uninstall.cmd
  • .claude/skills/hand-drawn-diagrams/uninstall.sh
  • .claude/skills/hand-drawn-diagrams/workflow.md

Document


name: hand-drawn-diagrams description: 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.

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).

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-1326021b17b72026-07-30