jeremylongshore

terraform-module-builder

@jeremylongshore/terraform-module-builder
jeremylongshore
1,004
122 forks
Updated 1/18/2026
View on GitHub

building-terraform-modules: This skill empowers Claude to build reusable Terraform modules based on user specifications. It leverages the terraform-module-builder plugin to generate production-ready, well-documented Terraform module code, incorporating best practices for security, scalability, and multi-platform support. Use this skill when the user requests to create a new Terraform module, generate Terraform configuration, or needs help structuring infrastructure as code using Terraform. The trigger terms include "create Terraform module," "generate Terraform configuration," "Terraform module code," and "infrastructure as code."

Installation

$skills install @jeremylongshore/terraform-module-builder
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skills-batch-20251204-000554/plugins/devops/terraform-module-builder/skills/terraform-module-builder/SKILL.md
Branchmain
Scoped Name@jeremylongshore/terraform-module-builder

Usage

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

Verify installation:

skills list

Skill Instructions


name: building-terraform-modules description: | This skill empowers Claude to build reusable Terraform modules based on user specifications. It leverages the terraform-module-builder plugin to generate production-ready, well-documented Terraform module code, incorporating best practices for security, scalability, and multi-platform support. Use this skill when the user requests to create a new Terraform module, generate Terraform configuration, or needs help structuring infrastructure as code using Terraform. The trigger terms include "create Terraform module," "generate Terraform configuration," "Terraform module code," and "infrastructure as code." allowed-tools: Read, Write, Edit, Grep, Glob, Bash version: 1.0.0

Overview

This skill allows Claude to efficiently generate Terraform modules, streamlining infrastructure-as-code development. By utilizing the terraform-module-builder plugin, it ensures modules are production-ready, well-documented, and incorporate best practices.

How It Works

  1. Receiving User Request: Claude receives a request to create a Terraform module, including details about the module's purpose and desired features.
  2. Generating Module Structure: Claude invokes the terraform-module-builder plugin to create the basic file structure and configuration files for the module.
  3. Customizing Module Content: Claude uses the user's specifications to populate the module with variables, outputs, and resource definitions, ensuring best practices are followed.

When to Use This Skill

This skill activates when you need to:

  • Create a new Terraform module from scratch.
  • Generate production-ready Terraform configuration files.
  • Implement infrastructure as code using Terraform modules.

Examples

Example 1: Creating a VPC Module

User request: "Create a Terraform module for a VPC with public and private subnets, a NAT gateway, and appropriate security groups."

The skill will:

  1. Invoke the terraform-module-builder plugin to generate a basic VPC module structure.
  2. Populate the module with Terraform code to define the VPC, subnets, NAT gateway, and security groups based on best practices.

Example 2: Generating an S3 Bucket Module

User request: "Generate a Terraform module for an S3 bucket with versioning enabled, encryption at rest, and a lifecycle policy for deleting objects after 30 days."

The skill will:

  1. Invoke the terraform-module-builder plugin to create a basic S3 bucket module structure.
  2. Populate the module with Terraform code to define the S3 bucket with the requested features (versioning, encryption, lifecycle policy).

Best Practices

  • Documentation: Ensure the generated Terraform module includes comprehensive documentation, explaining the module's purpose, inputs, and outputs.
  • Security: Implement security best practices, such as using least privilege principles and encrypting sensitive data.
  • Modularity: Design the Terraform module to be reusable and configurable, allowing it to be easily adapted to different environments.

Integration

This skill integrates seamlessly with other Claude Code plugins by providing a foundation for infrastructure provisioning. The generated Terraform modules can be used by other plugins to deploy and manage resources in various cloud environments.

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.