infra-as-code

Generate Terraform or Pulumi templates for AWS, GCP, and Azure infrastructure.

2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Dokkabei97/forged-claude-code --skill infra-as-code-dokkabei97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-as-code
Source: https://github.com/Dokkabei97/forged-claude-code/tree/main/skills/cto/infra-as-code
Command: npx skills add https://github.com/Dokkabei97/forged-claude-code --skill infra-as-code-dokkabei97

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation of reproducible, version-controlled cloud infrastructure code, helping to avoid "ClickOps is technical debt" and ensuring consistency across environments.

Core Features & Use Cases

  • Infrastructure as Code (IaC) Generation: Creates Terraform or Pulumi templates for AWS, GCP, and Azure.
  • Startup-Optimized Patterns: Provides pre-defined infrastructure patterns for different startup stages (Minimal, Standard, Scale).
  • Cost-Conscious Templates: Includes options for cost savings, like single NAT gateways.
  • Use Case: Generate a Terraform template for a standard post-PMF AWS infrastructure setup including VPC, ALB, ECS Fargate, RDS, and ElastiCache.

Quick Start

Generate a Terraform template for a minimal AWS VPC setup.

Frequently Asked Questions about infra-as-code

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

FAQPage Schema
How do I generate Terraform templates for a standard AWS startup infrastructure?

You can generate Terraform templates for a standard AWS startup infrastructure by requesting specific patterns like VPC, ALB, ECS Fargate, and RDS. This provides reproducible, version-controlled code that eliminates ClickOps technical debt.

What is the best way to create reproducible cloud infrastructure code for AWS, GCP, and Azure?

The best way to create reproducible cloud infrastructure code for AWS, GCP, and Azure is by generating Infrastructure as Code using Terraform or Pulumi. This approach replaces ClickOps technical debt with version-controlled, consistent environment setups.

Does this IaC generator support cost-optimized patterns for startup environments?

Yes, this IaC generator supports cost-optimized patterns for startup environments. It provides cost-conscious templates featuring single NAT gateways across minimal, standard, and scalable deployment stages to reduce cloud setup expenses.

Can I use Pulumi instead of Terraform for my cloud setup?

Yes, you can use Pulumi instead of Terraform for your cloud setup. The generator supports both frameworks to provision reproducible infrastructure across AWS, GCP, and Azure, accommodating different infrastructure as code preferences.

How do I define a minimal VPC setup using Infrastructure as Code?

To define a minimal VPC setup using Infrastructure as Code, generate a Terraform template for a minimal AWS VPC configuration. This creates a reproducible baseline environment optimized for early-stage startup cloud deployments.