ExcaliDraw Skill Pack

ExcaliDraw Skill Pack

The diagram-quality layer for AI agents — an opinionated Excalidraw methodology (isomorphism test, evidence artifacts, multi-zoom, container discipline) plus a render-view-fix loop. Accepts skeleton and Mermaid input, 5 publishable themes, dual Node/Python renderer. Proven on a 77-diagram published book.

Category
Visit Server

README

<p align="center"> <img src="docs/site/images/hero.png" alt="Make your AI agent argue visually" width="800" /> </p>

<h1 align="center">excalidraw-skill-pack</h1>

<p align="center"> <strong>Diagrams that argue — not boxes that label.</strong><br/> The diagram-<em>quality</em> layer for AI agents: an opinionated Excalidraw methodology + themes that turns "draw me a diagram" into figures that actually teach.<br/> Works in Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, and any MCP-compatible agent. </p>

<p align="center"> <a href="https://excalidraw-skill-pack.vercel.app"><img src="https://img.shields.io/badge/docs-excalidraw--skill--pack.vercel.app-B8472A" alt="docs" /></a> <a href="https://www.npmjs.com/package/@excalidraw-skill-pack/render"><img src="https://img.shields.io/npm/v/%40excalidraw-skill-pack%2Frender?label=npm%20render" alt="npm" /></a> <a href="https://pypi.org/project/excalidraw-skill-pack-render/"><img src="https://img.shields.io/pypi/v/excalidraw-skill-pack-render?label=PyPI" alt="pypi" /></a> <a href="LICENSE"><img src="https://img.shields.io/github/license/isatimur/excalidraw-skill-pack" alt="license" /></a> </p>

Install

For Command
Claude Code npx @excalidraw-skill-pack/install claude-code
Cursor npx @excalidraw-skill-pack/install cursor
GitHub Copilot npx @excalidraw-skill-pack/install copilot
Codex npx @excalidraw-skill-pack/install codex
Gemini CLI npx @excalidraw-skill-pack/install gemini-cli
Any MCP agent npx @excalidraw-skill-pack/mcp-server
Renderer only (Node) npx @excalidraw-skill-pack/render diagram.excalidraw --theme stripe-press
Renderer only (Python) pipx install excalidraw-skill-pack-render && excalidraw-render diagram.excalidraw --theme stripe-press

Why this, not just another Excalidraw MCP?

Excalidraw's official MCP and most community servers solve plumbing: get an agent to emit valid JSON and render it. They produce correct boxes-and-arrows.

This pack solves taste: an opinionated methodology — the isomorphism test, evidence artifacts, multi-zoom architecture, container discipline, one-accent-per-diagram — that decides what to draw and why, so the output is a visual argument that teaches instead of a labeled grid. That's the part a weekend of MCP code can't copy, and it's why the book gallery looks the way it does.

Plumbing is a commodity now. Quality isn't.

Themes

<p align="center"> <img src="docs/site/images/themes/default-sketchy.png" width="160" /> <img src="docs/site/images/themes/stripe-press.png" width="160" /> <img src="docs/site/images/themes/notion.png" width="160" /> <img src="docs/site/images/themes/whiteboard.png" width="160" /> <img src="docs/site/images/themes/dark.png" width="160" /> </p>

Five themes ship in v0.1. Authoring a new theme is 20 lines of JSON + npm publish:

npx @excalidraw-skill-pack/create-theme my-brand
cd theme-my-brand && npm publish --access public

Browse the theme registry →

Published packages (v0.1)

Channel Package Purpose
npm @excalidraw-skill-pack/core Methodology + bundled default-sketchy theme + schemas
npm @excalidraw-skill-pack/render Node renderer (excalidraw-render CLI)
npm @excalidraw-skill-pack/mcp-server stdio MCP server with 5 tools
npm @excalidraw-skill-pack/install One-command adapter installer
npm @excalidraw-skill-pack/create-theme Scaffolder for new theme packages
npm @excalidraw-skill-pack/theme-stripe-press Editorial / book-grade
npm @excalidraw-skill-pack/theme-notion Rounded, off-white
npm @excalidraw-skill-pack/theme-whiteboard Low-fi, bright, sketchy
npm @excalidraw-skill-pack/theme-dark Inverted contrast
PyPI excalidraw-skill-pack-render Python renderer (excalidraw-render CLI)

Proof

This skill drew 77 diagrams for the published technical book From Copilot to Colleague — argument spines, chapter openers, concept figures, and inline explainers, all from the methodology in this repo. No other Excalidraw generator can point at a corpus like that. A curated set — the book's argument spine plus all ten chapter openers — ships as source .excalidraw files in examples/book; the full 77 are live across fromcopilottocolleague.com.

Methodology

Diagrams are arguments. The shape should BE the meaning.

  • Isomorphism Test: would the structure alone communicate the concept?
  • Evidence artifacts: real code snippets, actual API names, concrete formats — not placeholder text.
  • One accent per diagram. Two means a competing argument; split it.

Read the full methodology (it's also what the AI agent reads).

License

MIT. Contributions welcome — see CONTRIBUTING.md.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured