infrastructure-coder

Generate, review, and analyze Terraform, Kubernetes, and Docker Infrastructure-as-Code configurations.

4|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/wyattowalsh/agents --skill infrastructure-coder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure-coder
Source: https://github.com/wyattowalsh/agents/tree/main/skills/infrastructure-coder
Command: npx skills add https://github.com/wyattowalsh/agents --skill infrastructure-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dockerfile-analyzer.py, k8s-manifest-validator.py, terraform-module-scanner.py, and includes scripts (resource) and references (resource) and data (resource) and templates (resource) and evals (resource) components.

What problem does it solve?

This Skill automates the creation, review, and security analysis of Infrastructure-as-Code (IaC) configurations, reducing manual errors and ensuring best practices.

Core Features & Use Cases

  • IaC Generation: Create Terraform modules, Kubernetes manifests, and Dockerfiles from natural language requirements.
  • Code Review & Auditing: Analyze existing IaC for correctness, security vulnerabilities, and cost-efficiency.
  • Use Case: Generate a production-ready Terraform module for an AWS VPC with public and private subnets, or audit a Kubernetes deployment for security misconfigurations.

Quick Start

Use the infrastructure-coder skill to generate a Terraform module for an AWS S3 bucket with versioning enabled.

Frequently Asked Questions about infrastructure-coder

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

FAQPage Schema
How do I generate Terraform modules from natural language requirements?

You can generate Terraform modules by providing natural language infrastructure requirements, which the Skill translates into production-ready Infrastructure-as-Code configurations for resources like AWS VPCs and S3 buckets.

Can I audit existing Kubernetes manifests for security misconfigurations?

Yes, you can audit existing Kubernetes manifests for security misconfigurations. The Skill analyzes Infrastructure-as-Code to review correctness, identify security vulnerabilities, and ensure compliance with infrastructure best practices.

What's the best way to scan Dockerfiles for security and cost optimization?

Scanning Dockerfiles for security and cost optimization is handled by analyzing Infrastructure-as-Code configurations to identify vulnerabilities, check correctness, and provide cost-relative estimations for cloud infrastructure efficiency.

Does this tool work with Docker, Kubernetes, and Terraform configurations?

Yes, the tool works with Docker, Kubernetes, and Terraform configurations. It integrates analysis scripts and reference files to support comprehensive Infrastructure-as-Code generation, auditing, and management across these platforms.

How do I estimate cloud infrastructure costs from Infrastructure-as-Code?

Estimate cloud infrastructure costs by analyzing existing Infrastructure-as-Code configurations. The Skill reviews Terraform, Kubernetes, and Docker files to provide cost-relative estimations alongside security and correctness audits.

Why does my Terraform module need auditing for correctness and best practices?

Terraform modules need auditing to reduce manual errors and ensure best practices. Analyzing Infrastructure-as-Code validates correctness, identifies security vulnerabilities, and checks cost-efficiency before deploying cloud infrastructure.