Excalidraw Create banner
lesleslie lesleslie

Excalidraw Create

Development community

Description

--- description: Create a new element on the Excalidraw canvas (rectangle, ellipse, diamond, arrow, line, text, freedraw). argument-hint: <element-type> [--x N] [--y N] [--width N] [--height N] [--text "..."] allowed-tools: mcp__excalidraw__create_element, mcp__excalidraw__health_check --- # /excalidraw-create Create a new element on the live Excalidraw canvas via the excalidraw-mcp server. ## Usage `/excalidraw-create <element-type> [--x N] [--y N] [--width N] [--height N] [--text "..."]`

Installation

Installs to ~/.claude/skills/lesleslie-excalidraw-mcp-excalidraw-create/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lesleslie-excalidraw-mcp-excalidraw-create && curl -fsSL https://raw.githubusercontent.com/lesleslie/excalidraw-mcp/HEAD/commands/excalidraw-create.md -o ~/.claude/skills/lesleslie-excalidraw-mcp-excalidraw-create/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository