Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
borghei avatar

Senior Cloud Architect

  • 88 installs
  • 451 repo stars
  • Updated July 21, 2026
  • borghei/claude-skills

Senior Cloud Architect is a Claude skill for designing and auditing production cloud architecture across AWS, GCP and Azure, covering Terraform topologies, cost optimization, disaster recovery and security posture.

About

Senior Cloud Architect designs and reviews cloud infrastructure across AWS, GCP and Azure. It produces production-grade Terraform topologies (VPC, multi-AZ ECS/EKS, RDS, layered security), maps equivalent services across clouds, and drives cost optimization, disaster-recovery planning against RTO/RPO targets, and CIS-benchmark security audits. Developers and architects use it when designing a new cloud architecture or migration, reducing cloud spend, planning failover, or auditing security posture. It also runs Well-Architected reviews across the six pillars.

  • Designs production AWS/GCP/Azure topologies with Terraform (VPC, ECS/EKS, RDS, security layers)
  • Covers cost optimization, disaster recovery against RTO/RPO, and CIS security-posture audits
  • Maps equivalent compute, serverless, storage and database services across the three clouds

Senior Cloud Architect by the numbers

  • 88 all-time installs (skills.sh)
  • Ranked #594 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

senior-cloud-architect capabilities & compatibility

Free; provides architecture and Terraform guidance, you supply your own cloud accounts.

Capabilities
runbook generator
Works with
aws · gcp · azure · terraform
Use cases
devops · security audit
Pricing
Free
From the docs

What senior-cloud-architect says it does

Expert cloud architecture and infrastructure design across AWS, GCP, and Azure — production-grade VPC/compute/database topologies, cost optimization, disaster recovery, and security posture auditing.
SKILL.md
Disaster recovery** — Backup/Pilot Light/Warm Standby/Multi-Site strategy selection against RTO/RPO, cross-region replication, Route 53 failover.
SKILL.md
Security posture** — CIS benchmark audits, network segmentation, least-privilege IAM with conditions, encryption at rest and in transit.
SKILL.md
npx skills add https://github.com/borghei/claude-skills --skill senior-cloud-architect

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs88
repo stars451
Last updatedJuly 21, 2026
Repositoryborghei/claude-skills

What it does

Design and audit production AWS/GCP/Azure architecture with Terraform, cost, DR and CIS security posture.

Who is it for?

Designing a new production cloud architecture or migration, cutting cloud spend, planning DR, or auditing security against CIS benchmarks.

Skip if: App-level code architecture, Kubernetes cluster internals, CI/CD pipeline design, or compliance frameworks beyond CIS.

When should I use this skill?

You are designing a cloud architecture or migration, planning DR/failover, optimizing cost, or auditing cloud security posture.

What you get

Terraform-backed architecture with service comparisons, DR strategy against RTO/RPO, cost right-sizing and CIS-benchmark security remediation.

  • Terraform VPC/compute/database topology
  • Multi-cloud service comparison
  • DR strategy

By the numbers

  • 3 clouds covered (AWS, GCP, Azure)
  • 4 DR strategies (Backup, Pilot Light, Warm Standby, Multi-Site)
  • Well-Architected review across 6 pillars

Files

SKILL.mdMarkdownGitHub ↗

Senior Cloud Architect

Expert cloud architecture and infrastructure design across AWS, GCP, and Azure — production-grade VPC/compute/database topologies, cost optimization, disaster recovery, and security posture auditing.

Keywords

cloud, aws, gcp, azure, terraform, infrastructure, vpc, eks, ecs, lambda, cost-optimization, disaster-recovery, multi-region, iam, security, migration

Core Capabilities

  • Production architecture design — Terraform VPC, multi-AZ ECS/EKS behind ALB, RDS Multi-AZ, ElastiCache, layered WAF/NACL/SG security.
  • Multi-cloud comparison — map equivalent compute, serverless, storage, database, ML, and CDN services across AWS, GCP, and Azure.
  • Cost optimization — right-sizing, Reserved Instances/Savings Plans/Spot selection, cost-allocation tagging, budget alerting.
  • Disaster recovery — Backup/Pilot Light/Warm Standby/Multi-Site strategy selection against RTO/RPO, cross-region replication, Route 53 failover.
  • Security posture — CIS benchmark audits, network segmentation, least-privilege IAM with conditions, encryption at rest and in transit.
  • Well-Architected reviews — checklist across all six pillars (operational excellence, security, reliability, performance, cost, sustainability).

When to Use

  • Designing a new production cloud architecture or migration.
  • Reducing cloud spend or planning reserved capacity.
  • Planning or testing disaster recovery and failover.
  • Auditing security posture against CIS benchmarks.
  • Comparing AWS / GCP / Azure for a workload.

Clarify First

Before designing the architecture, confirm these inputs. If any is unknown or vague, ASK — do not assume:

  • [ ] Target cloud(s) — AWS / GCP / Azure or multi-cloud (every topology, service mapping, and Terraform differs)
  • [ ] Workload profile & scale — traffic, statefulness, and compute type (drives the VPC / compute / database topology and sizing)
  • [ ] RTO/RPO targets — recovery objectives (selects Backup / Pilot Light / Warm Standby / Multi-Site DR)
  • [ ] Budget / cost constraint — the spend ceiling (drives right-sizing and Reserved vs Savings Plan vs Spot)

Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.

References

Load the reference that matches the task — keep this file lean and pull detail on demand:

  • [references/cloud-architecture-playbooks.md](references/cloud-architecture-playbooks.md) — quick-start commands, the cloud platform comparison matrix, the four end-to-end workflows (AWS architecture, cost optimization, DR planning, security audit) with Terraform/IAM/cost code, and the AWS Well-Architected checklist. Read when designing, optimizing, or auditing an architecture.
  • [references/cloud-operations.md](references/cloud-operations.md) — troubleshooting table (latency, state locks, failover, IAM, cost spikes, peering, replication) and the architecture success criteria. Read when diagnosing an issue or defining the quality bar.

Scope & Limitations

This skill covers:

  • Multi-cloud architecture design and comparison across AWS, GCP, and Azure
  • Infrastructure-as-Code with Terraform including VPC, compute, database, and networking
  • Disaster recovery planning, cross-region replication, and failover strategies
  • Cloud cost optimization, right-sizing, and reserved capacity planning

This skill does NOT cover:

  • Application-level code architecture or microservice design patterns (see senior-architect)
  • Kubernetes cluster internals, pod scheduling, or service mesh configuration (see senior-devops)
  • Security compliance frameworks beyond CIS benchmarks such as SOC 2, HIPAA, or GDPR (see ra-qm-team/ compliance skills)
  • CI/CD pipeline design, build automation, or deployment workflows (see senior-devops)

Integration Points

SkillIntegrationData Flow
senior-devopsInfrastructure provisioning feeds into CI/CD deployment pipelinesTerraform outputs (endpoints, ARNs) → deployment configs
senior-secopsSecurity audit findings inform cloud hardening decisionsCIS benchmark results → security remediation tasks
senior-architectApplication architecture requirements drive cloud resource selectionCapacity requirements → compute/storage/network sizing
aws-solution-architectAWS-specific deep dives complement multi-cloud strategyCloud platform comparison → AWS implementation details
ra-qm-team/soc2-complianceCompliance requirements shape infrastructure security controlsCompliance matrices → IAM policies, encryption configs, audit logging
senior-fullstackFullstack application stacks deploy onto cloud infrastructureApplication stack definitions → ECS/EKS task definitions, RDS configs

Related skills

FAQ

Which clouds does it cover?

AWS, GCP and Azure, including mapping equivalent compute, serverless, storage, database, ML and CDN services across them.

What DR strategies does it select?

Backup, Pilot Light, Warm Standby or Multi-Site, chosen against RTO/RPO targets with cross-region replication and Route 53 failover.

Cloud & Infrastructureinfradeploymonitoring

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.