Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md2,684 B
docsSUMMARY.md119 B
History
First recorded snapshot · 0 installs
SKILL.md
Cloud Infrastructure Skill
Overview
Master cloud platforms: AWS, Azure, and GCP.
Parameters
Name
Type
Required
Default
Description
provider
string
No
aws
Cloud provider
service
string
No
compute
Service type
Core Topics
MANDATORY
AWS: EC2, S3, RDS, Lambda, VPC
Azure: VMs, Storage, AKS
GCP: Compute Engine, GKE
IAM and security
Networking (VPCs, subnets)
OPTIONAL
Cost optimization
Multi-cloud strategies
Managed Kubernetes
Serverless patterns
ADVANCED
Well-Architected Framework
Landing zones
Organizations/Control Tower
FinOps
Service Comparison
Category
AWS
Azure
GCP
Compute
EC2
VMs
Compute Engine
K8s
EKS
AKS
GKE
Serverless
Lambda
Functions
Cloud Functions
Storage
S3
Blob
Cloud Storage
Quick Reference
# AWS CLI
aws sts get-caller-identity
aws ec2 describe-instances
aws s3 ls s3://bucket-name
aws eks update-kubeconfig --name cluster
# Azure CLI
az login
az account list
az vm list
az aks get-credentials --name cluster
# GCP CLI
gcloud auth login
gcloud projects list
gcloud compute instances list
gcloud container clusters get-credentials cluster