cloud-architect

Designs and deploys cloud infrastructure on AWS, Azure, and GCP using Terraform.

1|1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/slantview/claude --skill cloud-architect-slantview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-architect
Source: https://github.com/slantview/claude/tree/main/skills/cloud-architect
Command: npx skills add https://github.com/slantview/claude --skill cloud-architect-slantview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the design, deployment, and optimization of cloud infrastructure, ensuring scalability, security, and cost-efficiency.

Core Features & Use Cases

  • Infrastructure as Code (IaC): Define and manage cloud resources using Terraform for AWS, Azure, and GCP.
  • Cost Optimization: Implements strategies to reduce cloud spend through right-sizing, auto-scaling, and reserved instances.
  • Security Best Practices: Enforces security through least privilege IAM, network isolation, and encryption.
  • Use Case: Automatically provision a secure, scalable, and cost-optimized AWS environment for a new web application, including VPC, ALB, ASG, RDS, and ElastiCache.

Quick Start

Use the cloud-architect skill to design a scalable AWS application architecture using Terraform.

Frequently Asked Questions about cloud-architect

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

FAQPage Schema
How do I design scalable cloud infrastructure using Terraform?

Design scalable cloud infrastructure by defining and managing AWS, Azure, or GCP resources using Terraform. This approach automates deployment and enforces security best practices like least privilege IAM and network isolation for efficient resource management.

What's the best way to optimize cloud costs across AWS and Azure?

Optimize cloud costs by implementing strategies to reduce cloud spend through right-sizing, auto-scaling, and reserved instances. This approach ensures cost-effective resource management while maintaining scalable system design across AWS, Azure, and GCP.

What security best practices should I enforce when deploying cloud infrastructure with IaC?

Enforce security best practices by applying least privilege IAM, network isolation, and encryption when deploying cloud infrastructure. Using Infrastructure as Code principles ensures secure and efficient resource management across your cloud environment.

Does this approach support multi-cloud strategies across AWS, Azure, and GCP?

Yes, this approach supports multi-cloud strategies across AWS, Azure, and GCP. It designs, deploys, and optimizes cloud infrastructure using Infrastructure as Code principles, addressing serverless architectures and scalable system design.

When should I not use Infrastructure as Code for cloud deployment?

Avoid Infrastructure as Code when managing highly dynamic, short-lived resources that change outside of the deployment pipeline. IaC is designed for stable, scalable system design and secure resource management rather than ephemeral manual configurations.