generating-aws-diagrams

Solid

Generates DrawIO XML diagrams for Amazon Web Services architectures from text descriptions or images. Analyzes existing .drawio files to extract AWS components. Use for AWS architecture diagrams, cloud infrastructure documentation, or when converting AWS diagram images to editable DrawIO format.

DevOps & Infrastructure 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AWS DrawIO Diagram Generator Generates professional DrawIO XML diagrams for Amazon Web Services architectures. ## Capabilities 1. **Extract** - Analyze existing DrawIO XML files to identify AWS shapes, connections, and structure 2. **Identify** - Recognize AWS service icons from architecture diagram images 3. **Generate** - Create valid DrawIO XML from images or text descriptions 4. **Convert** - Transform AWS architecture diagrams into editable DrawIO format ## Quick Reference ### AWS Shape Patterns There are two icon types. Use **service icons** when labeling the AWS service itself, and **instance icons** when representing a specific resource. **Service icon** (colored square background) — for labeling the service: ``` shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.{shape_name} ``` **Instance icon** (bare icon, no background) — for specific resources: ``` shape=mxgraph.aws4.{shape_name};fillColor={category_color} ``` > **CRITICAL:** Always keep `fillColor` set to the category color. Without it the icon renders white/invisible. The only difference from a service icon is the absence of the `resourceIcon` background square — never remove `fillColor` when using an instance icon. | Scenario | Icon Type | Label Example | |----------|-----------|---------------| | The AWS service itself | **Service** (with background) | "AWS Lambda", "Amazon RDS" | | A specific resource/instance | **Instance** (no background) | "Order Processor", "Users Table" | | Multiple instanc...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Solid

aws-drawio-architecture-diagrams

Creates professional AWS architecture diagrams in draw.io XML format (.drawio files) using official AWS Architecture Icons (aws4 library). Use when the user asks for AWS diagrams, VPC layouts, multi-tier architectures, serverless designs, network topology, or draw.io exports involving Lambda, EC2, RDS, or other AWS services.

263 Updated 1 weeks ago
giuseppe-trisciuoglio
DevOps & Infrastructure Solid

aws-architecture-diagram

Generate validated AWS architecture diagrams as draw.io XML using official AWS4 icon libraries. Use this skill whenever the user wants to create, generate, or design AWS architecture diagrams, cloud infrastructure diagrams, or system design visuals. Also triggers for requests to visualize existing infrastructure from CloudFormation, CDK, or Terraform code. Supports two modes: analyze an existing codebase to auto-generate diagrams, or brainstorm interactively from scratch. Exports .drawio files with optional PNG/SVG/PDF export via draw.io desktop CLI.

765 Updated 2 days ago
awslabs
DevOps & Infrastructure Solid

generating-gcp-diagrams

Generates DrawIO XML diagrams for Google Cloud Platform architectures from text descriptions or images. Analyzes existing .drawio files to extract GCP components. Use for GCP architecture diagrams, cloud infrastructure documentation, or when converting GCP diagram images to editable DrawIO format.

1,160 Updated today
a5c-ai
AI & Automation Solid

drawio-logical-diagrams

Creates professional logical flow diagrams and logical system architecture diagrams using draw.io XML format (.drawio files). Use when creating: (1) logical flow diagrams showing data/process flow between system components, (2) logical architecture diagrams representing system structure without cloud provider specifics, (3) BPMN process diagrams, (4) UML diagrams (class, sequence, activity), (5) data flow diagrams (DFD), (6) decision flowcharts, or (7) system interaction diagrams. This skill focuses on generic/abstract representations, not AWS/Azure-specific architectures (use aws-drawio-architecture-diagrams for cloud diagrams).

263 Updated 1 weeks ago
giuseppe-trisciuoglio
Data & Documents Listed

draw-io

Create professional Draw.io (diagrams.net) XML diagrams for architecture, network flows, and system designs. Use when the user asks to create diagrams, architecture diagrams, flow charts, network diagrams, system diagrams, or mentions Draw.io/diagrams.net. Supports AWS/GCP icons, grouping, and custom styling.

0 Updated 4 days ago
alycd