Agent skill · DevOps & Cloud

generating-aws-diagrams

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesships scriptsMIT
Install
npx skills add a5c-ai/babysitter --skill generating-aws-diagrams --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 22
SKILL.md size: 16 KB
Bundled scripts: yes
Allowed tools: ReadWrite
Requires: Requires image analysis capability for image conversion. Scripts require Python 3 and Bash. DrawIO Desktop optional for…
Path: library/specializations/devops-sre-platform/skills/generating-aws-diagrams/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ic

What's inside
Steps it walks through
  1. Capabilities
  2. Quick Reference
  3. AWS Shape Patterns
  4. CRITICAL: Underscore-Separated Names
  5. Common AWS Services
  6. AWS Container Types
  7. Task 1: Analyze a DrawIO File
  8. Steps
  9. Input
  10. Output
  11. Task 2: Convert Image to DrawIO
  12. Confidence Report Format
  13. Task 3: Create DrawIO from Description
  14. Example Input
Ships with 21 files
  • README.md
  • assets/ICON-COMPATIBILITY.md
  • assets/aws-containers.json
  • assets/aws-icons.json
  • assets/templates/connection-template.xml
  • assets/templates/drawio-base.xml
  • assets/templates/node-template.xml
  • references/DIAGRAM-BEST-PRACTICES.md
  • references/ICON-COMPATIBILITY.md
  • references/coordinate-system.md
  • references/style-guide.md
  • references/xml-examples.md
  • references/xml-parser-guide.md
  • scripts/analyze-existing.py
  • scripts/export-diagram.sh
  • scripts/extract-shape-names.py
  • scripts/fix-aws-icons.py
  • scripts/fix-drawio-icons.py
  • scripts/open-diagram.sh
  • scripts/validate-aws-icons.py
  • scripts/validate-drawio.py
More from babysitter
All skills →
About this skill
What does the generating-aws-diagrams skill do?

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.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill generating-aws-diagrams --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going