Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    jeremylongshore

    building-terraform-modules

    jeremylongshore/building-terraform-modules
    DevOps
    1,221
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    This skill empowers Claude to build reusable Terraform modules based on user specifications...

    SKILL.md

    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.

    Recommended Servers
    Svelte
    Svelte
    Postman
    Postman
    Repository
    jeremylongshore/claude-code-plugins-plus-skills
    Files