General
diagram-maker - Claude MCP Skill
Create SVG/HTML or Excalidraw diagrams for concepts, architecture, flows, and whiteboards.
SEO Guide: Enhance your AI agent with the diagram-maker tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to create svg/html or excalidraw diagrams for concepts, architecture, flows, and whiteboards.... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Diagram Maker Create diagrams as artifacts, not prose. Choose one output mode: - `clean-svg`: educational concepts, physical systems, processes, lifecycle, simple data flow. - `architecture-svg`: software/cloud/infra topology, services, databases, queues, trust zones. - `excalidraw`: editable hand-drawn whiteboard, flowchart, sequence, architecture sketch. Routing - User wants editable/collaborative: choose Excalidraw. - User wants polished standalone browser output: choose SVG/HTML. - Software architecture with infra components: choose architecture SVG. - Science, product, process, concept map, physical object: choose clean SVG. - Unsure: ask one short question only if output format matters; otherwise choose clean SVG. Workflow 1. Extract nodes, groups, labels, and directed relationships. 2. Pick layout first: left-to-right, top-down, hub-spoke, swimlanes, layered stack, sequence. 3. Keep labels short. Prefer 5-9 main elements over dense diagrams. 4. Generate the file at the requested path, or `./diagram.html` / `./diagram.excalidraw`. 5. Verify syntax by opening/parsing when feasible. SVG/HTML rules - Single standalone `.html` file with inline CSS and inline SVG. - No external fonts, JS, images, gradients, glows, decorative blobs, or remote assets. - Use semantic colors, not rainbow sequences: neutral, input, process, storage, external, risk. - Draw connectors before nodes so arrows sit behind boxes. - Every connector path has `fill="none"` and a marker arrow when directed. - Leave 24px text padding inside boxes; do not let text touch borders. - Legend only when symbols/colors are not obvious. SVG template Use `references/svg-template.md` as the wrapper and replace `<!-- SVG -->`. Excalidraw rules - Save `.excalidraw` JSON with `type`, `version`, `source`, `elements`, and `appState`. - Use bound text for shape labels. Do not use a nonstandard `label` property. - Keep bound text immediately after its container in the elements array. - Minimum labeled shape: 120x60. Minimum body text: 16px. - Use roughness `1`, `fontFamily: 1`, and simple fills. For exact Excalidraw element snippets, read `references/excalidraw-patterns.md`.
Signals
Information
- Repository
- clawdbot/clawdbot
- Author
- clawdbot
- Last Sync
- 9/1/2026
- Repo Updated
- 9/1/2026
- Created
- 5/17/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
cursorrules
CrewAI Development Rules
CLAUDE
CLAUDE.md - Resume Matcher
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Optimize Rell Blockchain Code: A Comprehensive Guide to the Claude Skill
Learn how to use the optimize rell blockchain code Claude skill. Complete guide with installation instructions and examples.
Mastering Python Development with Claude: A Complete Guide to the Python Skill
Learn how to use the python Claude skill. Complete guide with installation instructions and examples.