All directories
SkillEngineeringProduct

AWS Cloud Diagrams

AWS-focused architecture diagram skill (mpuig/claude-cloud-diagrams) — generate infrastructure visuals and PNG exports from project descriptions.

01

Overview

AWS Cloud Diagrams is recommended in 2026 architecture-skill roundups for Claude Code and Cursor. It produces AWS-centric infrastructure diagrams (IaC-style visuals) suitable for design reviews and docs. Requires Graphviz on the host.

SaaSFintechOther

Work with LimeDock

Using this skill? LimeDock can wire it into a durable automation you own.

Skills show what's possible. LimeDock builds and runs the owned marketing, sales, and ops automations around them.

We sell owned automations for SaaS teams — live workflows that plug into Slack, CRM, and your internal platform — not just a skill list.

02

Link

https://github.com/mpuig/claude-cloud-diagrams
03

Installation guide

brew install graphviz   # or apt install graphviz
/plugin marketplace add mpuig/claude-cloud-diagrams
/plugin install aws-diagrams@mpuig/claude-cloud-diagrams
04

How to use it

Describe the AWS workflow or point at IaC/repo paths. Ask for an architecture diagram and PNG export. Iterate on boundaries and data flows.

05

Example prompts

  • Generate an AWS architecture diagram for this project and export it as PNG.
  • Diagram Client → API Gateway → Lambda → DynamoDB → S3 with official-style layout.
  • Update the diagram to show VPC, private subnets, and NAT for the worker fleet.
06

Use cases and examples

  • Document a Step Functions → Lambda → S3 pipeline
  • Visualize multi-account landing zones for reviews
  • Generate onboarding diagrams for new engineers
  • Export PNG assets for RFCs and Confluence
07

Prerequisites

  • Graphviz installed
  • Claude Code plugin support or manual skill copy
  • Enough architecture context (services + trust boundaries)
08

Tips

  • Use Excalidraw for whiteboard speed; AWS Cloud Diagrams for polished infra docs.
  • Pair with PlantUML for sequence diagrams of the same system.
09

Sources