aws-diagrams

Convert CloudFormation, AWS CLI JSON, or natural language into Eraser DSL architecture diagrams.

1|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/svssdeva/agentic-skills --skill aws-diagrams-svssdeva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-diagrams
Source: https://github.com/svssdeva/agentic-skills/tree/main/cloud/aws-diagrams
Command: npx skills add https://github.com/svssdeva/agentic-skills --skill aws-diagrams-svssdeva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual, error-prone work of visualizing AWS infrastructure by converting CloudFormation templates, AWS CLI output, or natural language service descriptions into a structured diagram.

Core Features & Use Cases

  • Cloud and AWS input parsing: Extracts resources from CloudFormation (YAML/JSON), parses JSON from AWS CLI output, or identifies services/relationships from descriptions.
  • AWS relationship mapping: Builds diagram structure for VPCs, subnets, security groups, IAM roles/policies, load balancers, and common data-flow paths between components.
  • Eraser-ready diagram generation: Produces Eraser DSL with AWS-specific icons and includes guardrails like single-line labels for readability.

Quick Start

Ask the AI to diagram your AWS infrastructure by providing your CloudFormation template or AWS CLI JSON output so it can generate an AWS architecture diagram.

Frequently Asked Questions about aws-diagrams

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

FAQPage Schema
How do I generate an AWS architecture diagram from CloudFormation templates?

To generate an AWS architecture diagram from CloudFormation, provide your YAML or JSON template as input. The Skill parses the infrastructure resources and automatically maps VPCs, subnets, and security groups into a visual diagram using Eraser DSL.

Can I visualize my AWS infrastructure from AWS CLI JSON output?

Yes, you can visualize AWS infrastructure by providing AWS CLI JSON output. The Skill parses the JSON data to identify compute, storage, and database resources, mapping their relationships into a structured architecture diagram for documentation.

What is the best way to document AWS networking and security relationships visually?

The best way to document AWS networking and security relationships is by parsing CloudFormation or natural language descriptions. The Skill extracts VPCs, subnets, IAM roles, and load balancers, rendering them into a clear infrastructure visualization with AWS-specific icons.

Does this AWS diagram generator work with natural language service descriptions?

Yes, this AWS diagram generator works with natural language service descriptions. It identifies service relationships and data-flow paths from your text, converting them into structured Eraser DSL to render a visual architecture diagram.

What AWS components are supported for infrastructure visualization?

Supported AWS components for infrastructure visualization include VPCs, subnets, security groups, IAM roles, load balancers, compute instances, storage, and databases. The parser maps these resources to generate diagrams with AWS-specific icons and single-line labels.

Do I need an Eraser API key to render AWS architecture diagrams?

You need to render AWS architecture diagrams via the Eraser API, which requires an API key. The Skill generates Eraser DSL with specific diagramType constraints and single-line label formatting, passing this structured data to the API for final visualization.