·excalidraw-ai
</>

excalidraw-ai

jiatastic/open-python-skills

Create professional Excalidraw diagrams by generating JSON directly. This skill provides the Excalidraw JSON schema reference and professional icon libraries for AI agents to autonomously create diagrams without templates.

10Installs·0Trend·@jiatastic

Installation

$npx skills add https://github.com/jiatastic/open-python-skills --skill excalidraw-ai

SKILL.md

Generate Excalidraw diagrams by writing JSON directly. No templates needed - you have full control over every element.

An Excalidraw file is a JSON object with this structure:

| id | string | Unique identifier (use UUID or similar) | | type | string | rectangle, ellipse, diamond, text, arrow, line | | x, y | number | Position coordinates | | width, height | number | Dimensions | | strokeColor | string | Border/stroke color (hex) | | backgroundColor | string | Fill color (hex) or "transparent" |

Create professional Excalidraw diagrams by generating JSON directly. This skill provides the Excalidraw JSON schema reference and professional icon libraries for AI agents to autonomously create diagrams without templates. Source: jiatastic/open-python-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jiatastic/open-python-skills --skill excalidraw-ai
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is excalidraw-ai?

Create professional Excalidraw diagrams by generating JSON directly. This skill provides the Excalidraw JSON schema reference and professional icon libraries for AI agents to autonomously create diagrams without templates. Source: jiatastic/open-python-skills.

How do I install excalidraw-ai?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jiatastic/open-python-skills --skill excalidraw-ai Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jiatastic/open-python-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01