cosmicstack-labs/cloud-architecture
Multi-cloud, VPC design, high availability, disaster recovery, and cost optimization
npx skills add https://github.com/cosmicstack-labs/mercury-agent-skills --skill cloud-architecture
Design resilient, cost-effective cloud architectures.
| Pillar | Focus | Pattern |
|--------|-------|---------|
| Reliability | Fault tolerance, recovery | Multi-AZ, redundancy, auto-healing |
| Security | Defense in depth | IAM, encryption, network segmentation |
| Cost | Efficiency, waste reduction | Right-sizing, reserved instances, autoscaling |
| Performance | Speed, scalability | CDN, caching, horizontal scaling |
| Operational | Manageability, automation | IaC, CI/CD, runbooks |
Internet → WAF → ALB → App Tier (private) → DB Tier (private)
↕
Auto Scaling
| Strategy | RTO | RPO | Cost |
|----------|-----|-----|------|
| Backup & Restore | Hours | 24h | $ |
| Pilot Light | Minutes | 1h | $$ |
| Warm Standby | Seconds | Minutes | $$$ |
| Active-Active | Seconds | Seconds | $$$$ |
Take cosmicstack-labs/cloud-architecture from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.