drawio

Generate native .drawio XML diagrams from natural language descriptions.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/finance --skill drawio-yh-05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drawio
Source: https://github.com/YH-05/finance/tree/main/.claude/skills/drawio
Command: npx skills add https://github.com/YH-05/finance --skill drawio-yh-05

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of visual diagrams directly from text descriptions, eliminating the need for manual drawing tools and streamlining the documentation process.

Core Features & Use Cases

  • Diagram Generation: Creates diagrams in the native .drawio XML format based on natural language prompts.
  • Export Options: Supports exporting diagrams to PNG, SVG, and PDF formats, with the option to embed the editable XML within the exported file.
  • Use Case: Quickly generate a flowchart for a user login process or an ER diagram for a database schema by simply describing it to the AI.

Quick Start

Use the drawio skill to create a flowchart for the user login process.

Frequently Asked Questions about drawio

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

FAQPage Schema
How do I generate a flowchart from a text description?

You can generate a flowchart from a text description by providing a natural language prompt, which the system uses to automatically output a native .drawio XML file representing the visual diagram.

Can I export draw.io diagrams to PNG or SVG?

Yes, you can export draw.io diagrams to PNG, SVG, or PDF formats. This utilizes the draw.io desktop CLI to convert the native XML files into your desired image format.

Does the exported PNG or SVG retain the editable diagram XML?

Yes, exported PNG, SVG, or PDF files can optionally embed the editable diagram XML within the image. This allows you to import the file back into draw.io for post-generation editing.

Do I need the draw.io desktop CLI to export diagrams to PDF?

Yes, exporting diagrams to PDF requires the draw.io desktop CLI. The native .drawio XML generation works independently, but the export functionality specifically depends on this CLI environment.

What is the best way to create an ER diagram for a database schema?

The best way to create an ER diagram for a database schema is to describe the schema in natural language, generating a native .drawio file that can be exported to SVG or PNG with embedded XML.