infrastructure

Provision and manage cloud resources as code with Terraform, Pulumi, CloudFormation, or ARM/Bicep.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/datorresb/vibecoding-starter --skill infrastructure-datorresb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure
Source: https://github.com/datorresb/vibecoding-starter/tree/main/.claude/skills/devops/infrastructure
Command: npx skills add https://github.com/datorresb/vibecoding-starter --skill infrastructure-datorresb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Infrastructure complexity and drift threaten reliability; codifying provisioning and configuration reduces manual errors and accelerates deployments.

Core Features & Use Cases

  • Declarative provisioning with Terraform, Pulumi, CloudFormation, or ARM/Bicep to standardize environments.
  • Environment setup, disaster recovery planning, cost optimization, and infrastructure audits at scale.
  • Real-world use: define a VPC, subnets, and managed resources once, then reproduce across regions with confidence.

Quick Start

Initialize your IaC project with your chosen tool, define your target environment in code, and run plan and apply to provision infrastructure in a version-controlled workflow.

Frequently Asked Questions about infrastructure

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

FAQPage Schema
How does Infrastructure as Code prevent configuration drift and manual errors?

Infrastructure as Code prevents drift by declaratively provisioning and managing cloud resources through version-controlled code, ensuring environments remain standardized and auditable without manual configuration changes.

Can I use this Infrastructure skill to manage resources across Terraform, Pulumi, and CloudFormation?

Yes, the Infrastructure skill supports declarative provisioning and management workflows across Terraform, Pulumi, CloudFormation, and ARM/Bicep to standardize your cloud environments and managed resources.

What is the best way to provision a VPC and subnets across multiple cloud regions?

The best way to provision a VPC and subnets across regions is using IaC modular patterns to define resources once in code, then applying the configuration via a plan-before-apply workflow to reproduce environments confidently.

How do I securely handle credentials and secrets when automating infrastructure provisioning?

Secure credential handling during infrastructure provisioning is enforced by applying strict version control and secure secrets management practices within your IaC workflows before executing plan and apply operations.

Does Infrastructure as Code support disaster recovery planning and cost optimization?

Yes, Infrastructure as Code supports disaster recovery planning, cost optimization, and infrastructure audits by codifying environment setup and resource provisioning to manage cloud infrastructure at scale.

When should I not use manual configuration for cloud environment setup?

You should avoid manual configuration for cloud environment setup when managing complex infrastructure, as IaC enforces plan-before-apply workflows, version control, and modular patterns to prevent drift and deployment errors.