# Infrastructure

> Infrastructure as Code generation for Terraform, CloudFormation, and Pulumi

- Skill: `manastalukdar/infrastructure` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manastalukdar/infrastructure`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manastalukdar/infrastructure/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: manastalukdar (https://skillmd.com/u/manastalukdar)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/manastalukdar/infrastructure

---


# Infrastructure as Code (IaC) Management

I'll help you create, validate, and manage Infrastructure as Code templates for cloud deployments.

**Supported IaC Tools:**
- **Terraform**: HashiCorp's industry-standard IaC tool
- **AWS CloudFormation**: Native AWS infrastructure management
- **Pulumi**: Modern IaC with programming language support

Arguments: `$ARGUMENTS` - IaC tool preference, resource type, or cloud provider

---

## Token Optimization

**Expected range**: 600–2,800 tokens (initial), 200 tokens (cache hit)

**Caching**: Caches infrastructure setup in `.claude/cache/infrastructure/setup.json` for 7 days. Invalidated when IaC files change.

**Early exit**: Returns immediately if existing infrastructure matches the requested configuration.

**Patterns used**: Grep-before-Read, early exit, template-based generation, caching

