·iac

Use when working with Infrastructure as Code tools and platforms. Covers Terraform, Pulumi, CloudFormation, Bicep, ARM, Kubernetes, Helm, Docker, Crossplane, and Dagger. USE FOR: choosing IaC tools, comparing Terraform vs Pulumi vs CloudFormation, infrastructure strategy DO NOT USE FOR: specific tool syntax (use the sub-skills: terraform, pulumi, bicep, etc.)

6Installs·0Trend·@tyler-r-kendrick

Installation

$npx skills add https://github.com/tyler-r-kendrick/agent-skills --skill iac

How to Install iac

Quickly install iac AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/tyler-r-kendrick/agent-skills --skill iac
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: tyler-r-kendrick/agent-skills.

SKILL.md

View raw

Overview Infrastructure as Code (IaC) defines and manages cloud resources, containers, and deployment pipelines through declarative or imperative code rather than manual configuration. This skill covers the major IaC tools and their trade-offs.

| Terraform | Declarative | HCL | Multi-cloud infrastructure | | Pulumi | Imperative | TypeScript, Python, Go, C# | Multi-cloud infrastructure | | CloudFormation | Declarative | JSON/YAML | AWS-only infrastructure | | Bicep | Declarative | Bicep DSL | Azure-only infrastructure | | ARM | Declarative | JSON | Azure-only infrastructure |

| Kubernetes | Declarative | YAML | Container orchestration | | Helm | Declarative (templated) | YAML + Go templates | Kubernetes package management | | Docker | Declarative | Dockerfile | Container image builds | | Crossplane | Declarative | YAML (K8s CRDs) | Kubernetes-native cloud provisioning |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tyler-r-kendrick/agent-skills --skill iac
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from tyler-r-kendrick/agent-skills

Quick answers

What is iac?

Use when working with Infrastructure as Code tools and platforms. Covers Terraform, Pulumi, CloudFormation, Bicep, ARM, Kubernetes, Helm, Docker, Crossplane, and Dagger. USE FOR: choosing IaC tools, comparing Terraform vs Pulumi vs CloudFormation, infrastructure strategy DO NOT USE FOR: specific tool syntax (use the sub-skills: terraform, pulumi, bicep, etc.) Source: tyler-r-kendrick/agent-skills.

How do I install iac?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tyler-r-kendrick/agent-skills --skill iac Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/tyler-r-kendrick/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25