Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cloud infrastructure design and deployment patterns for AWS, Azure, and GCP. Use when designing cloud architectures, implementing IaC with Terraform, optimizing costs, or setting up multi-region deployments.
.claude/skills/aiskillstore-cloud-infrastructure/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 29% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 157% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 42% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 50% | 0% |
Comprehensive cloud infrastructure skill covering multi-cloud architecture, Infrastructure as Code, cost optimization, and production deployment patterns.
| Pattern | AWS | Azure | GCP | Use Case | |---------|-----|-------|-----|----------| | Serverless | Lambda | Functions | Cloud Functions | Event-driven, variable load | | Containers | ECS/EKS | AKS | GKE | Microservices, consistent env | | VMs | EC2 | Virtual Machines | Compute Engine | Legacy apps, full control | | Batch | Batch | Batch | Batch | Large-scale processing |
| Type | AWS | Azure | GCP | Use Case | |------|-----|-------|-----|----------| | Object | S3 | Blob Storage | Cloud Storage | Static files, backups | | Block | EBS | Managed Disks | Persistent Disk | Database storage | | File | EFS | Azure Files | Filestore | Shared file systems | | Archive | Glacier | Archive | Coldline | Long-term retention |
| Type | AWS | Azure | GCP | Use Case | |------|-----|-------|-----|----------| | Relational | RDS, Aurora | SQL Database | Cloud SQL | ACID transactions | | NoSQL | DynamoDB | Cosmos DB | Firestore | Flexible schema | | Cache | ElastiCache | Cache for Redis | Memorystore | Session, caching | | Data Warehouse | Redshift | Synapse | BigQuery | Analytics |
Project Structure:
infrastructure/
├── modules/
│ ├── networking/
│ ├── compute/
│ └── database/
├── environments/
│ ├── dev/
│ ├── staging/
│ └── prod/
├── main.tf
├── variables.tf
├── outputs.tf
└── versions.tfState Management:
Module Design:
Compute Savings:
Storage Savings:
Network Savings:
references/terraform_patterns.md - IaC patterns and examplesreferences/cost_optimization.md - Detailed cost reduction strategies| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-02 | pass→pass | 14,051 | 13,081 | -7% | 1 | 1 | 0% | 2,433 | 3,383 | +39% | 0 | 0 | — |
case-03 | pass→pass | 12,556 | 14,399 | +15% | 1 | 1 | 0% | 1,981 | 2,581 | +30% | 0 | 0 | — |
case-04 | fail→fail | 12,113 | 5,857 | -52% | 1 | 1 | 0% | 1,806 | 2,075 | +15% | 0 | 0 | — |
case-10 | fail→fail | 18,389 | 14,542 | -21% | 1 | 1 | 0% | 3,043 | 3,306 | +9% | 0 | 0 | — |
case-01 | fail→pass | 16,133 | 16,014 | -1% | 1 | 1 | 0% | 2,968 | 3,820 | +29% | 0 | 0 | — |
case-05 | fail→fail | 8,348 | 8,207 | -2% | 1 | 1 | 0% | 1,362 | 2,378 | +75% | 0 | 0 | — |
case-06 | fail→fail | 13,246 | 8,747 | -34% | 1 | 1 | 0% | 1,697 | 2,344 | +38% | 0 | 0 | — |
case-07 | fail→fail | 11,904 | 11,844 | -1% | 1 | 1 | 0% | 1,888 | 3,023 | +60% | 0 | 0 | — |
case-08 | fail→pass | 13,789 | 12,677 | -8% | 1 | 1 | 0% | 2,242 | 3,123 | +39% | 0 | 0 | — |
case-09 | fail→fail | 14,145 | 11,940 | -16% | 1 | 1 | 0% | 2,199 | 2,843 | +29% | 0 | 0 | — |
case-11 | fail→pass | 6,794 | 9,207 | +36% | 1 | 1 | 0% | 1,099 | 2,819 | +157% | 0 | 0 | — |
case-12 | fail→fail | 12,921 | 11,092 | -14% | 1 | 1 | 0% | 2,155 | 2,931 | +36% | 0 | 0 | — |
case-13 | fail→fail | 14,668 | 16,269 | +11% | 1 | 1 | 0% | 2,472 | 3,889 | +57% | 0 | 0 | — |
case-14 | fail→fail | 17,602 | 18,230 | +4% | 1 | 1 | 0% | 2,613 | 3,951 | +51% | 0 | 0 | — |
case-15 | fail→pass | 15,553 | 15,394 | -1% | 1 | 1 | 0% | 2,371 | 3,369 | +42% | 0 | 0 | — |
case-16 | fail→fail | 11,069 | 12,821 | +16% | 1 | 1 | 0% | 1,699 | 3,018 | +78% | 0 | 0 | — |
case-17 | fail→fail | 16,359 | 13,520 | -17% | 1 | 1 | 0% | 2,597 | 3,303 | +27% | 0 | 0 | — |
case-18 | pass→pass | 12,944 | 14,652 | +13% | 1 | 1 | 0% | 2,117 | 3,525 | +67% | 0 | 0 | — |
case-19 | fail→pass | 12,946 | 13,435 | +4% | 1 | 1 | 0% | 2,220 | 3,333 | +50% | 0 | 0 | — |
case-20 | pass→pass | 9,305 | 11,961 | +29% | 1 | 1 | 0% | 1,786 | 3,425 | +92% | 0 | 0 | — |
case-21 | fail→fail | 12,807 | 16,380 | +28% | 1 | 1 | 0% | 2,231 | 3,934 | +76% | 0 | 0 | — |
case-22 | fail→fail | 13,996 | 13,600 | -3% | 1 | 1 | 0% | 2,615 | 3,806 | +46% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +23 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.