infrastructure

Provision and manage cloud resources using declarative infrastructure as code tooling.

4|2|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/skills-catalog --skill infrastructure-all-the-vibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure
Source: https://github.com/All-The-Vibes/skills-catalog/tree/main/.claude/skills/devops/infrastructure
Command: npx skills add https://github.com/All-The-Vibes/skills-catalog --skill infrastructure-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Infrastructure is defined and managed as code, enabling versioned, auditable provisioning that reduces drift and manual configuration errors across cloud environments.

Core Features & Use Cases

  • Declarative IaC patterns across multiple cloud providers (Terraform, Pulumi, CloudFormation, ARM/Bicep, and Deployment Manager)
  • Drift detection, change previews, and automated remediation to keep environments in sync
  • Environment separation, backups, disaster recovery planning, and cost optimization
  • Use cases include provisioning new environments, cloud migrations, infrastructure audits, and policy enforcement

Quick Start

Initialize a project with your chosen IaC tool (Terraform, Pulumi, CloudFormation, or ARM/Bicep) and provision a minimal, tagged resource in your cloud account.

Frequently Asked Questions about infrastructure

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

FAQPage Schema
How do I manage infrastructure as code across multiple cloud providers?

You can manage infrastructure as code by using declarative tooling like Terraform, Pulumi, CloudFormation, Azure Bicep, or Google Deployment Manager to provision and automate cloud resources across multiple providers.

What's the best way to detect and remediate infrastructure drift in cloud environments?

The best way to handle infrastructure drift is by using declarative IaC patterns that offer drift detection, change previews, and automated remediation to keep your cloud environments synchronized and auditable.

Does this infrastructure as code approach support disaster recovery planning and cost optimization?

Yes, this infrastructure as code approach supports disaster recovery planning, environment separation, backups, and cost optimization to ensure reliable and auditable cloud infrastructure management.

Can I use Terraform and Pulumi for provisioning new environments and cloud migrations?

Yes, you can use Terraform, Pulumi, CloudFormation, Azure Bicep, or Google Deployment Manager for provisioning new environments, executing cloud migrations, performing infrastructure audits, and enforcing policies.

When do I need declarative infrastructure as code for my cloud resources?

You need declarative infrastructure as code when you require versioned, auditable provisioning that reduces drift and manual configuration errors across cloud environments during setup or migrations.