con un clic
drawio
Generates and edits diagrams using draw.io via local files or the MCP service.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Generates and edits diagrams using draw.io via local files or the MCP service.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.