plugins marketplace
← All plugins

infrastructure-as-code-generator

v1.24.0

Generate Infrastructure as Code for Terraform, CloudFormation, Pulumi, and more

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/infrastructure-as-code-generator/ inside the repository.

Layout

plugins/devops/infrastructure-as-code-generator/
├── .claude-plugin/plugin.json
└── skills/generating-infrastructure-as-code/SKILL.md

Skills1

generating-infrastructure-as-codeskills/generating-infrastructure-as-code/SKILL.md

Execute use when generating infrastructure as code configurations. Trigger with phrases like "create Terraform config", "generate CloudFormation template", "write Pulumi code", or "IaC for AWS/GCP/Azure". Produces production-ready code for Terraform, CloudFormation, Pulumi, ARM templates, and CDK across multiple cloud providers.

Manifests1

plugins/devops/infrastructure-as-code-generator/.claude-plugin/plugin.json
{
  "name": "infrastructure-as-code-generator",
  "version": "1.24.0",
  "description": "Generate Infrastructure as Code for Terraform, CloudFormation, Pulumi, and more",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "iac",
    "terraform",
    "cloudformation",
    "pulumi",
    "infrastructure",
    "devops",
    "agent-skills"
  ]
}