hashicorp/agent-skills

A collection of Agent skills and Claude Code plugins for HashiCorp products.

853Stars on the repository
23Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MPL-2.0Licence, which decides whether bodies are shown

aws-ami-builder

01

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of packer

Build Amazon Machine Images (AMIs) with Packer using the amazon-ebs builder. Use when creating custom AMIs for EC2 instances.

not rated 853 7d ago D 34 tokens original MPL-2.0

azure-image-builder

02

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of packer

Build Azure managed images and Azure Compute Gallery images with Packer. Use when creating custom images for Azure VMs.

not rated 853 7d ago B 27 tokens original MPL-2.0

push-to-registry

03

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of packer

Push Packer build metadata to HCP Packer registry for tracking and managing image lifecycle. Use when integrating Packer builds with HCP Packer for version control and governance.

not rated 853 7d ago B 40 tokens original MPL-2.0

windows-builder

04

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of packer

Build Windows images with Packer using WinRM communicator and PowerShell provisioners. Use when creating Windows AMIs, Azure images, or VMware templates.

not rated 853 7d ago A 33 tokens original MPL-2.0

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Azure Verified Modules (AVM) requirements and best practices for developing certified Azure Terraform modules. Use when creating or reviewing Azure modules that need AVM certification.

not rated 853 7d ago A 37 tokens original MPL-2.0

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Use this when scaffolding a new Terraform provider with the Plugin Framework: workspace layout, go module setup, provider server main.go, and a provider.go with schema and Configure. Also use when a user wants to start building a provider for a new API or asks how to begin a terraform-provider- project.

not rated 853 7d ago A 66 tokens original MPL-2.0

provider-actions

07

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Implement Terraform Provider actions using the Plugin Framework. Use when developing imperative operations that execute at lifecycle events (before/after create, update, destroy).

not rated 853 7d ago A 32 tokens original MPL-2.0

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Implement Terraform provider configuration and authentication with the Plugin Framework: provider schema for credentials (Optional + Sensitive attributes), environment variable fallbacks, credential provider chains (static config, then environment variables, shared credentials file, and platform identity)…

not rated 853 7d ago B 130 tokens original MPL-2.0

provider-docs

09

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Create, update, and review Terraform provider documentation for Terraform Registry using HashiCorp-recommended patterns, tfplugindocs templates, and schema descriptions. Use when adding or changing provider configuration, resources, data sources, ephemeral resources, list resources, functions, actions, or guides; when…

not rated 853 7d ago A 74 tokens original MPL-2.0

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Implement Terraform provider ephemeral resources with the Plugin Framework: the Open/Renew/Close lifecycle, ephemeral schema design, registration via EphemeralResources, renewal for expiring credentials, and how ephemeral values flow into write-only attributes and provider configuration. Use when adding an ephemeral…

not rated 853 7d ago A 99 tokens original MPL-2.0

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Migrate Terraform provider resources and data sources from Plugin SDKv2 to the Plugin Framework: muxing both plugins in one provider (terraform-plugin-mux, tf5to6server), per-resource migration workflow, SDKv2-to-Framework schema mapping (ForceNew, ValidateFunc, DiffSuppressFunc, Default, Timeouts, blocks)…

not rated 853 7d ago A 133 tokens original MPL-2.0

provider-resources

12

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Implement Terraform Provider resources and data sources using the Plugin Framework: CRUD operations, schema design, plan modifiers and validators, not-found handling, waiters for eventually consistent APIs, import support, resource design principles, and required acceptance test coverage. Use when adding or changing a…

not rated 853 7d ago A 97 tokens original MPL-2.0

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Terraform provider acceptance test patterns using terraform-plugin-testing with the Plugin Framework. Covers test structure, TestCase/TestStep fields, ConfigStateChecks with custom statecheck.StateCheck implementations, plan checks, CompareValue for cross-step assertions, config helpers, import testing with…

not rated 853 7d ago A 133 tokens original MPL-2.0

refactor-module

14

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.

not rated 853 7d ago A 28 tokens original MPL-2.0

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix TestAcc, when a test fails with missing environment variables, or when diagnosing a failing or suspiciously passing acceptance test.

not rated 853 7d ago A 58 tokens original MPL-2.0

terraform-policy

16

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Write, test, or convert Terraform Policy files (.policy.hcl, .policytest.hcl, Sentinel→tfpolicy). Triggers: policy.hcl, policytest, convert sentinel, tfpolicy, write a policy.

not rated 853 7d ago A 48 tokens original MPL-2.0

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Discover existing cloud resources using Terraform Search queries and bulk import them into Terraform management. Use when bringing unmanaged infrastructure under Terraform control, auditing cloud resources, or migrating to IaC.

not rated 853 7d ago A 39 tokens original MPL-2.0

terraform-stacks

18

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terraform Stack configurations (.tfcomponent.hcl, .tfdeploy.hcl files), working with stack components and deployments from local modules, public registry, or private registry sources, managing multi-region or…

not rated 853 7d ago A 77 tokens original MPL-2.0

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.

not rated 853 7d ago A 32 tokens original MPL-2.0

terraform-test

20

hashicorp/agent-skills

Skill Claude CodeCodex ✓ vendor

Part of terraform

Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test…

not rated 853 7d ago A 59 tokens original MPL-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: