One-click install
npx skills add https://github.com/XCmiaow/cc-deploy --skill cloud-xcmiaow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud
Source: https://github.com/XCmiaow/cc-deploy/tree/main/skills/cloud
Command: npx skills add https://github.com/XCmiaow/cc-deploy --skill cloud-xcmiaow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloud architecture work is slow to draft and hard to review, especially when you need consistent diagrams for multi-service deployments and migrations.

Core Features & Use Cases

  • PlantUML-first cloud diagram generation: Produce clean cloud topology diagrams by writing PlantUML using the required syntax and fences.
  • Provider-aware stencil icon sets: Use official AWS/Azure/GCP/Alibaba Cloud (plus Kubernetes/OpenStack/IBM) icon namespaces via mxgraph.* stencils.
  • Topology patterns for real designs: Model VPC/regions, container boundaries, nested zones, and both synchronous and asynchronous connections for dataflows and replication.

Use case example: You need a migration blueprint from an existing service layout to a new multi-AZ architecture, and you want a diagram you can iterate on quickly and reuse across docs.

Quick Start

Ask the AI: "Create a left-to-right AWS migration diagram with Users → CloudFront → ALB → EC2 → RDS, include multi-AZ structure, and output valid PlantUML inside a plantuml code fence."

Frequently Asked Questions about cloud

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

FAQPage Schema
How do I generate AWS architecture diagrams using PlantUML?

You generate AWS architecture diagrams by writing PlantUML descriptions with @startuml/@enduml syntax inside plantuml code fences, using mxgraph.aws.<icon> namespaces to produce clean service topology visuals.

Can I create multi-cloud topology diagrams for Azure and GCP?

Yes, you can create multi-cloud topology diagrams for Azure and GCP by utilizing provider-aware mxgraph stencil icon sets, specifically using mxgraph.azure and mxgraph.gcp namespaces within your structured PlantUML code.

What is the best way to draft a cloud migration blueprint with service topologies?

The best way to draft a cloud migration blueprint is to model nested zones, container boundaries, and directional connectors in PlantUML to map dataflows and multi-service topologies across AWS, Azure, and GCP.

Does this cloud diagram tool support Alibaba Cloud and Kubernetes icons?

Yes, this cloud diagram tool supports Alibaba Cloud and Kubernetes by providing official mxgraph stencil icon namespaces, allowing you to model container boundaries and service topologies across these additional platforms.

Why does my PlantUML cloud diagram fail to generate properly?

Your PlantUML cloud diagram generation fails when strict formatting rules are broken, specifically missing @startuml/@enduml tags, incorrect plantuml code fences, or inconsistent use of mxgraph.<provider>.<icon> namespaces and directional connectors.