Skip to content

agent-skills

by hashicorp

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

About

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

749
Stars
20
Skill Files
110
Forks
42
PRs Merged
18
Contributors
9
Issues Open
3
Issues Closed
2026-07-15
Last Activity

Skill Analysis

464
Avg Lines / Skill
1,967
Avg Words / Skill
325
Code Blocks
113
Total Files
0.66 MB
Repo Size
17
Reference Files
Skill lines25 min / 373 median / 2112 max
Code languagesbash, go, hcl, markdown, powershell, release, yaml
Frontmatter keyscompatibility, description, license, metadata, name
Has CLAUDE.mdNo
Has LicenseYes
File typesmd (58), hcl (17), sentinel (16), json (8), yaml (5), yml (3), sh (2), go (1)

Skills (20)

  • terraform-stacks
    481 lines2072 words20 blocks

    Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terraform Stack configurations (.tfcompon...

    bashhcl
  • refactor-module
    539 lines1736 words15 blocks

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

    bashhclmarkdown
  • terraform-policy
    MPL-2.047 lines187 words1 blocks

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

    bash
  • tfpolicy-test
    MPL-2.02112 lines9586 words88 blocks

    Expert agent for testing Terraform policies. Helps write and debug `.policytest.hcl` files, design resource mocks (`attrs` / `prior_attrs`), reason ab...

    bashhcl
  • tfpolicy-author
    MPL-2.01751 lines12310 words57 blocks

    Expert agent for authoring Terraform Policies — from natural-language requirements or Sentinel source. Covers the full workflow write new policies, co...

    hcl
  • terraform-style-guide-security
    165 lines535 words4 blocks

    Generate Terraform HCL code following HashiCorp's security practices

    hcl
  • terraform-style-guide
    315 lines936 words11 blocks

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

    bashhcl
  • terraform-search-import
    373 lines1134 words17 blocks

    Discover existing cloud resources using Terraform Search queries and bulk import them into Terraform management. Use when bringing unmanaged infrastru...

    bashhcl
  • terraform-test
    452 lines1445 words17 blocks

    Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, valid...

    bashhcl
  • azure-verified-modules
    614 lines2086 words11 blocks

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

    hcl
  • provider-resources
    600 lines1463 words22 blocks

    Implement Terraform Provider resources and data sources using the Plugin Framework. Use when developing CRUD operations, schema design, state manageme...

    bashgohclmarkdown
  • run-acceptance-tests
    MPL-2.042 lines257 words

    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`.

  • provider-actions
    530 lines1843 words20 blocks

    Implement Terraform Provider actions using the Plugin Framework. Use when developing imperative operations that execute at lifecycle events (before/af...

    bashgohclreleaseyaml
  • new-terraform-provider
    MPL-2.025 lines134 words

    Use this when scaffolding a new Terraform provider.

  • provider-test-patterns
    415 lines1266 words15 blocks

    >-

    go
  • provider-docs
    68 lines433 words2 blocks

    Create, update, and review Terraform provider documentation for Terraform Registry using HashiCorp-recommended patterns, tfplugindocs templates, and s...

    bash
  • push-to-registry
    204 lines552 words7 blocks

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

    bashhclyaml
  • aws-ami-builder
    171 lines414 words6 blocks

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

    bashhcl
  • windows-builder
    188 lines491 words7 blocks

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

    hclpowershell
  • azure-image-builder
    182 lines451 words5 blocks

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

    bashhcl

Recent Commits

-265 contributions across all repos
JulAugSepOctNovDecJanFebMarAprMayJunJul
Less
More
  • 8c6573a2026-07-15
    feat: add terraform-policy-code plugin with tfpolicy-author and tfpolicy-test skills (#89)
    vpaul97
  • bde3ed32026-07-14
    fix(ci): use TESSL_TOKEN auth, surface CLI errors, skip review on fork PRs (#85)
    Tyler Lynch
  • a784e502026-07-13
    include instructions for 1st action in plugin. include test examples (#77)
    drewmullen
  • 957d5f92026-07-09
    fix: lint issues (#75)
    Maksym
  • 339a1132026-05-28
    chore: update codeowners default owner to new repo maintenance team
    Lee Fowler
  • 43ca9b02026-05-11
    fix(ci): evaluate jq interpolations in skill-review detailed output (#71)
    Sahil Deshmukh
  • b129bb52026-04-25
    terraform-style-guide: prefer latest versions (#60)
    Baraa Basata
  • 13fc5392026-04-25
    feat: add ephemeral resource guidance to terraform-style-guide (#64)
    Rosemary Wang
  • de4323a2026-04-17
    fix(ci): escape backticks in skill-review workflow to avoid command substitution (#67)
    robw-tessl
  • a4e097d2026-04-14
    [COMPLIANCE] Add/Update Copyright Headers (#61)
    hashicorp-copywrite[bot]