aws-diagram

Generate Mermaid AWS architecture diagrams from IaC or descriptions.

12|5|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill aws-diagram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-diagram
Source: https://github.com/aws-samples/sample-claude-code-plugins-for-startups/tree/main/plugins/aws-dev-toolkit/skills/aws-diagram
Command: npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill aws-diagram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Architects and engineers often need clear, shareable visuals of complex AWS architectures to communicate designs quickly and validate wiring across services.

Core Features & Use Cases

  • Generate Mermaid diagrams from natural language descriptions or IaC inputs (CDK, Terraform, CloudFormation, SAM).
  • Provide an ASCII fallback for environments without Mermaid rendering.
  • Highlight resource relationships and data flows, with a legend for notation.

Quick Start

Describe your AWS architecture or provide existing IaC and request a Mermaid diagram with an ASCII fallback.

Frequently Asked Questions about aws-diagram

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

FAQPage Schema
How do I generate AWS architecture diagrams from Terraform or CDK code?

Generate AWS architecture diagrams by providing your Terraform, CDK, CloudFormation, or SAM IaC code as input. The skill parses the IaC definitions and renders them into a visual Mermaid diagram mapping resource relationships and data flows.

How do I visualize AWS architectures in environments without Mermaid rendering?

Visualize AWS architectures in environments without Mermaid rendering using the provided ASCII fallback. The skill automatically generates an ASCII text representation of your architecture alongside the Mermaid diagram to ensure shareability across any text-based platform.

Can I create AWS diagrams from natural language descriptions instead of IaC?

Create AWS diagrams from natural language descriptions by detailing your architecture components and flows. The skill processes your text description to output a structured Mermaid diagram highlighting resource relationships, data flows, and potential security concerns.

Does generating AWS architecture diagrams highlight security concerns?

Generating AWS architecture diagrams does highlight security concerns within the visual output. The skill analyzes the provided IaC or descriptions to map resources and explicitly annotate potential security issues alongside the resource relationships and data flows.

What is the best way to document AWS resource flows and relationships for sharing?

The best way to document AWS resource flows and relationships for sharing is using Mermaid diagrams with an ASCII fallback. This skill renders your architecture into clear visuals with a notation legend, ensuring designs are validated and easily shareable across teams.