excalidraw

Generate Excalidraw JSON diagrams from structured input.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill excalidraw-brilly-bohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excalidraw
Source: https://github.com/Brilly-Bohyun/skill-repository/tree/main/skills/creative/excalidraw
Command: npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill excalidraw-brilly-bohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating hand-drawn diagrams in Excalidraw format, eliminating the need for manual drawing and reducing the time required to produce diagrams.

Core Features & Use Cases

  • Excalidraw JSON Generation: Automatically generate Excalidraw JSON from structured data.
  • File Creation: Save diagrams as .excalidraw files ready for use in Excalidraw applications.
  • Use Case: Create architectural diagrams, flowcharts, sequence diagrams, and more with ease by providing the skill with the necessary JSON structure.

Quick Start

Load the excalidraw skill and provide the JSON structure for your diagram using the write_file command.

Frequently Asked Questions about excalidraw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating Excalidraw diagrams from structured data?

You can automate creating Excalidraw diagrams by providing a structured JSON input to the skill, which generates the Excalidraw JSON and saves it as a `.excalidraw` file ready for use.

Can I generate architecture and sequence diagrams in Excalidraw JSON format?

Yes, you can generate architecture, sequence, and flowchart diagrams in Excalidraw JSON format by supplying the necessary JSON structure to define the diagram elements.

Do I need Python to generate Excalidraw JSON files?

Yes, you need Python installed in your environment to execute the scripts that automate the creation of the Excalidraw JSON files from your structured data.

What is the best way to create hand-drawn diagrams without manual drawing in Excalidraw?

The best way to create hand-drawn diagrams without manual drawing is to use a script that converts structured JSON data directly into the Excalidraw JSON schema, eliminating manual effort.

How do I save automated Excalidraw diagrams as .excalidraw files?

You save automated Excalidraw diagrams by using the `write_file` command with the skill, which takes the generated Excalidraw JSON and outputs a `.excalidraw` file for the application.