What problem does it solve?
This skill delegates the burden of diagram creation to a GitHub Copilot CLI session that can generate Draw.io diagrams via an MCP-enabled workflow.
Core Features & Use Cases
- Non-interactive diagram generation using the drawio-copilot-task helper with MCP-enabled Copilot CLI.
- Dockerized draw.io environment management: start and verify the container and render results in the browser.
- Suitable for architecture diagrams, system diagrams, and process flows requiring consistent, repeatable visuals.
Quick Start
Start the draw.io container if not running:
cd ~/dotfiles/ai && docker compose up -d
Verify readiness with curl -sf http://localhost:8098/ > /dev/null && echo "ready" || echo "not ready"
Create a diagram by invoking the drawio-copilot-task with a detailed prompt, for example:
drawio-copilot-task "Create an AWS architecture diagram showing: VPC, public/private subnets, ALB, EKS, RDS, and connections"