aws-diagram-generator

Generate editable Draw.io AWS architecture diagrams as mxGraph XML.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill aws-diagram-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-diagram-generator
Source: https://github.com/so-ota-biz/ai-agent-orchestration-settings/tree/main/.agent/skills/aws_diagram_generator
Command: npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill aws-diagram-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill designs AWS architecture diagrams based on user requests and exports them in Draw.io/mxGraph formats, enabling editable infrastructure visuals.

Core Features & Use Cases

  • Design AWS diagrams following AWS Well-Architected guidelines.
  • Output mxGraph XML or MCP-format instructions for Draw.io editing.
  • Support hierarchical structure (Region > VPC > AZ > Subnet > Resources) and asset usage.

Quick Start

Describe your desired AWS topology (region, VPC, AZs, subnets, and resources) and the skill will generate a Draw.io/mxGraph compatible diagram.

Frequently Asked Questions about aws-diagram-generator

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

FAQPage Schema
How do I generate an editable AWS architecture diagram in Draw.io?

Yes, you can create AWS Well-Architected diagrams by describing your cloud deployment topology. It generates mxGraph XML or MCP-format instructions that are fully editable within the Draw.io application.

Can I use local AWS SVG assets for my Draw.io architecture diagrams?

Yes, when generating AWS diagrams it prioritizes local SVGs from your ~/aws-assets directory for icons. If local assets are missing, it falls back to standard AWS shape libraries to validate icon rendering.

How do I document VPCs, subnets, and availability zones in an AWS diagram?

You document hierarchical AWS infrastructure by describing your region, VPC, AZ, and subnet layout in your prompt. The skill maps this structure into a formatted mxGraph XML diagram for architecture reviews.

Does this method validate AWS icon rendering before exporting the diagram?

Yes, the process validates icon rendering before completing the diagram generation. This ensures your mxGraph XML or MCP instructions properly reference local SVG assets or AWS shape libraries without missing visuals.

What is the best way to plan cloud deployments using mxGraph XML?

The best way to plan cloud deployments is generating an mxGraph XML diagram following AWS Well-Architected guidelines. You provide the hierarchical resource structure, and it produces editable Draw.io visuals for architecture planning.