aws-diagram
Installation
SKILL.md
AWS Diagram Generator
Generate architecture diagrams from aws_infrastructure.json using the Python diagrams library.
Before Starting
-
Check that
aws_infrastructure.jsonexists in the current directory -
Ask user which diagram type they want:
- architecture - Overall infrastructure overview
- security - Security controls and traffic flow
- network - Network topology and connectivity
- data-flow - Data flow between components
- all - Generate all types
-
Ask for output format: png (default), svg, or pdf