jeremylongshore

Generating Infrastructure as Code

@jeremylongshore/Generating Infrastructure as Code
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC configurations for cloud infrastructure, specifying the platform (e.g., Terraform, CloudFormation) and cloud provider (e.g., AWS, Azure, GCP), or when the user needs help automating infrastructure deployment. Trigger terms include: "generate IaC", "create Terraform", "CloudFormation template", "Pulumi program", "infrastructure code".

Installation

$skills install @jeremylongshore/Generating Infrastructure as Code
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/plugin-enhancements/plugin-backups/infrastructure-as-code-generator_20251020_064129/skills/skill-adapter/SKILL.md
Branchmain
Scoped Name@jeremylongshore/Generating Infrastructure as Code

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: Generating Infrastructure as Code description: | This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC configurations for cloud infrastructure, specifying the platform (e.g., Terraform, CloudFormation) and cloud provider (e.g., AWS, Azure, GCP), or when the user needs help automating infrastructure deployment. Trigger terms include: "generate IaC", "create Terraform", "CloudFormation template", "Pulumi program", "infrastructure code".

Overview

This skill empowers Claude to automate the creation of infrastructure code, streamlining the deployment and management of cloud resources. It supports multiple IaC platforms and cloud providers, ensuring flexibility and best practices.

How It Works

  1. Receiving Request: Claude receives a request for IaC generation, identifying the desired platform and cloud provider.
  2. Invoking Plugin: Claude invokes the infrastructure-as-code-generator plugin with the user's specifications.
  3. Generating Code: The plugin generates the requested IaC configuration based on the user's requirements.
  4. Presenting Code: Claude presents the generated IaC code to the user for review and deployment.

When to Use This Skill

This skill activates when you need to:

  • Generate Terraform configurations for AWS, GCP, or Azure.
  • Create CloudFormation templates for AWS infrastructure.
  • Develop Pulumi programs for multi-cloud deployments.

Examples

Example 1: AWS ECS Fargate Infrastructure

User request: "Generate Terraform configuration for an AWS ECS Fargate cluster."

The skill will:

  1. Invoke the infrastructure-as-code-generator plugin, specifying Terraform and AWS ECS Fargate.
  2. Generate a Terraform configuration file defining the ECS cluster, task definition, and related resources.

Example 2: Azure Resource Group Deployment

User request: "Create an ARM template for deploying an Azure Resource Group with a virtual network."

The skill will:

  1. Invoke the infrastructure-as-code-generator plugin, specifying ARM template and Azure Resource Group.
  2. Generate an ARM template defining the resource group and virtual network resources.

Best Practices

  • Specificity: Provide clear and specific requirements for the desired infrastructure.
  • Platform Selection: Choose the appropriate IaC platform based on your cloud provider and organizational standards.
  • Review & Validation: Always review and validate the generated IaC code before deploying it to production.

Integration

This skill can be integrated with other Claude Code plugins for deployment automation, security scanning, and cost estimation, providing a comprehensive DevOps workflow. For example, it can be used with a deployment plugin to automatically deploy the generated infrastructure.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.