원클릭으로
drawio
Generates and edits diagrams using draw.io via local files or the MCP service.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates and edits diagrams using draw.io via local files or the MCP service.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Resolves open GitHub Issues in parallel by fanning out independent subagents and then fanning in to aggregate lessons learned.
(🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium.
Hackathon security guide to prevent leaking secrets. Based on Romin Irani's article.
💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
Record browser-based video demos from YAML storyboards using shot-scraper.
Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine.
| name | drawio |
| description | Generates and edits diagrams using draw.io via local files or the MCP service. |
| compatibility | Gemini CLI |
| metadata | {"version":0.1} |
This skill enables the creation and editing of diagrams using the powerful draw.io editor. It can operate in two modes.
This is the default mode of operation. You provide a description of a diagram (in natural language, Mermaid syntax, or even CSV), and the skill will generate a .drawio file.
If you have the draw.io Desktop application installed, the skill can also use its command-line interface to export the diagram to other formats like PNG, SVG, or PDF.
# Describe a diagram
"Create a flowchart for a coffee making process."
# The assistant will then use this skill to generate the diagram file.
# The core logic is in the script:
{baseDir}/scripts/generate.sh --prompt "a description..." --output "diagram.drawio.png"
For a much more integrated experience with interactive diagrams directly inside your chat, you can configure the official draw.io MCP server.
This is a one-time setup in your AI assistant's settings (e.g., Gemini Advanced Settings or the Claude.ai web UI).
https://mcp.draw.io/mcpBy setting this up, you are essentially giving the assistant a powerful, persistent tool for all future diagramming tasks.