cloud
Original:🇺🇸 English
Translated
Create cloud architecture diagrams using drawio XML format with official cloud provider icons. Best for AWS, Azure, GCP, Alibaba Cloud architecture diagrams with proper service icons and layout conventions. Built on drawio with cloud-specific stencils. NOT for simple flowcharts (use mermaid) or network topology without cloud services (use network skill).
23installs
Sourcemarkdown-viewer/skills
Added on
NPX Install
npx skill4agent add markdown-viewer/skills cloudTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Cloud Architecture Diagram Generator
Quick Start: Choose cloud provider → Add service icons from stencil library → Group services in regions/VPCs → Connect with data flow arrows → Wrap in fence.
```drawio⚠️ IMPORTANT: Always usecode fence. NEVER use```drawio— it will NOT render as a diagram.```xml
Critical Rules
🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md. Read the base rules first.
Cloud-specific additions:
- Check stencils/README.md for exact cloud stencil names (e.g., ,
mxgraph.aws4.*)mxgraph.gcp2.* - Use for VPC/region containers to avoid covering child services
fillColor=none;
Cloud Architecture Types
| Type | Purpose | Stencil Library | Example |
|---|---|---|---|
| AWS | Amazon Web Services architecture | | aws-basic.md |
| AWS Serverless | Event-driven serverless architecture | | aws-serverless.md |
| Azure | Microsoft Azure architecture | | azure-hybrid-network.md |
| GCP | Google Cloud Platform architecture | | gcp-log-processing.md |
| Alibaba Cloud | Alibaba Cloud architecture | | alibaba-web-app.md |
| IBM Cloud | IBM Cloud architecture | | ibm-kubernetes.md |
| Kubernetes | Container orchestration | | kubernetes-microservices.md |
| OpenStack | Private cloud infrastructure | | openstack-basic.md |