infra-as-code

Automate Terraform, CloudFormation, and Pulumi infrastructure provisioning across environments.

1|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gitgoodordietrying/moltbook-app --skill infra-as-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-as-code
Source: https://github.com/gitgoodordietrying/moltbook-app/tree/main/skills/infra-as-code
Command: npx skills add https://github.com/gitgoodordietrying/moltbook-app --skill infra-as-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams automate and standardize cloud infrastructure provisioning to reduce manual errors and drift, enabling faster, more reliable deployments.

Core Features & Use Cases

  • Terraform, AWS CloudFormation, and Pulumi workflows to provision VPCs, compute, storage, databases, and networking across multiple environments.
  • State management patterns (remote backends, workspaces/stacks) and drift detection to ensure declared state matches live resources.
  • Use Case: Rapidly bootstrap dev/staging/prod environments with versioned configurations and reproducible deployments.

Quick Start

Install the required IaC tools (Terraform, Pulumi, or CloudFormation). Initialize and apply configurations with terraform init && terraform plan && terraform apply for Terraform, pulumi up for Pulumi, or aws cloudformation validate-template followed by stack creation for CloudFormation.

Frequently Asked Questions about infra-as-code

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

FAQPage Schema
How do I manage Terraform state across multiple environments like dev, staging, and prod?

To manage Terraform state across multiple environments, this Skill uses remote backends and workspaces or stacks to isolate dev, staging, and prod configurations. It standardizes provisioning to ensure reproducible deployments and prevent manual errors across environments.

What is infrastructure drift detection and how does it work with Pulumi or CloudFormation?

Infrastructure drift detection verifies that your live cloud resources match the declared state in your Pulumi or CloudFormation configurations. This Skill includes drift detection workflows to identify and correct discrepancies, reducing manual configuration errors.

Can I use this to provision AWS networking and compute resources with code?

Yes, you can provision AWS networking, compute, storage, and databases using code. This Skill supports defining and deploying cloud infrastructure through AWS CloudFormation, Terraform, and Pulumi workflows across your environments.

What is the best way to debug infrastructure drift in an IaC workflow?

The best way to debug infrastructure drift in an IaC workflow is to use the Skill's built-in drift detection and update workflows. It compares live resources against declared state for Terraform, Pulumi, and CloudFormation to pinpoint and resolve manual changes.

Do I need existing Terraform or Pulumi tooling installed to deploy cloud infra with code?

Yes, you need the required IaC tooling installed. The Skill requires Terraform, AWS CloudFormation, or Pulumi to initialize configurations, manage state backends, and execute deployment workflows like terraform apply or pulumi up.