cloud-infra

Design and provision multi-cloud infrastructure with Terraform modules and remote state.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/cr330326/AgentSkill --skill cloud-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-infra
Source: https://github.com/cr330326/AgentSkill/tree/main/validate/skill-generator-workspace/iteration-1/eval-5-cloud-infra/without_skill/cloud-infra
Command: npx skills add https://github.com/cr330326/AgentSkill --skill cloud-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design and operate cloud infrastructure across AWS, GCP, and Azure using Terraform and best-practice patterns to ensure consistency, governance, and repeatability.

Core Features & Use Cases

  • Provider-agnostic guidance for workload architecture and service selection across multiple clouds.
  • Terraform-first patterns for modular, reusable infrastructure with clear module boundaries.
  • Reference templates & best practices covering remote state, tagging, security, and multi-environment deployments.
  • End-to-end workflow guidance from requirements gathering to implementation, validation, and review.

Quick Start

Define workload requirements, choose providers, and start scaffolding a Terraform-based infrastructure.

Frequently Asked Questions about cloud-infra

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

FAQPage Schema
How do I structure Terraform modules for multi-cloud infrastructure across AWS, GCP, and Azure?

Structure multi-cloud Terraform infrastructure by creating modular templates with clear module boundaries for compute, networking, storage, and security patterns. Enforce a strict Terraform project structure with provider pinning and tagging to ensure repeatability and governance across environments.

What is the best way to manage Terraform remote state in a multi-environment deployment?

Managing Terraform remote state in multi-environment deployments requires configuring remote state backends as a core project requirement. This approach centralizes state data, enabling consistent multi-environment state management and preventing configuration drift across AWS, GCP, and Azure infrastructures.

Can I provision compute, networking, and storage resources consistently across multiple cloud providers?

Yes, you can provision compute, networking, and storage resources consistently by applying provider-agnostic guidance and Terraform-first patterns. This methodology ensures workload architecture and service selection remain uniform across AWS, GCP, and Azure using reusable infrastructure templates.

Does Terraform enforce tagging and security governance for multi-cloud infrastructure?

Terraform enforces tagging and security governance by applying them as core requirements within the project structure. Integrating these security patterns into modular templates ensures consistent policy application and infrastructure repeatability across AWS, GCP, and Azure deployments.

How do I scaffold a new Terraform project for multi-cloud infrastructure from scratch?

Scaffold a new Terraform project by defining workload requirements, choosing cloud providers, and applying an end-to-end workflow. This process guides you from requirements gathering through implementation, validation, and review while enforcing provider pinning and remote state configuration.