HashiCorp

Consistent workflows to provision, secure, connect, and run any infrastructure for any application.

16 skills

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

checked 4d ago
Break a giant Terraform file into reusable modules
Takes a monolithic .tf file and splits it into well-scoped modules with clear inputs, outputs, and documentation — following HashiCorp conventions so teammates can reuse them.
Engineering / pipelines-dataexecutionfor-engineers
·6410
checked 4d ago
Version and govern your Packer images in HCP
Pushes built machine images to HCP Packer registry with metadata, enabling version tracking, revision history, and centralized governance across teams.
Engineering / pipelines-dataatomicfor-engineers
·6410
checked 4d ago
Import your cloud resources into Terraform
Finds unmanaged cloud resources using Terraform Search, then generates the import statements and .tf blocks needed to bring them under version control without recreating them.
Engineering / pipelines-dataatomicfor-engineers
·6410
checked 4d ago
Scaffold a Terraform provider from scratch
Generates the boilerplate directory structure, Go files, and configuration for a new Terraform provider, ready to customize for your API.
Engineering / pipelines-dataatomicfor-engineers
·6410
checked 4d ago
Run Terraform provider acceptance tests
Walks through the setup and execution of acceptance tests for a Terraform provider, handling environment variables, test filtering, and common failures.
Engineering / pipelines-dataatomicfor-engineers
·6410
checked 4d ago
Scaffold a Terraform provider resource
Generates boilerplate CRUD operations, schema definitions, and state-management code for a Terraform provider resource using the Plugin Framework.
Engineering / code-reviewatomicfor-engineers
·6410
checked 4d ago
Build a custom AWS machine image
Codifies your infrastructure setup (dependencies, config, secrets) into a reusable AMI that launches identical EC2 instances every time, with no drift.
Engineering / pipelines-dataatomicfor-engineers
·6410
checked 4d ago
Build Windows machine images with code
Writes a Packer config that bakes your Windows setup (dependencies, configs, secrets) into an AMI, Azure image, or VMware template without manual steps.
Engineering / pipelines-dataatomicfor-engineers
·6410
checked 4d ago
Write Terraform that passes code review
Generates or refactors Terraform HCL following HashiCorp's official style conventions—proper naming, organization, comments—so it's consistent and maintainable from the start.
Engineering / code-reviewatomicfor-engineers
·6410
checked 4d ago
Write Terraform tests that catch misconfigs
Generates .tftest.hcl files with run blocks and assertions to validate your infrastructure code behaves as intended before deploying to prod.
Engineering / pipelines-dataatomicfor-engineers
·6410
checked 4d ago
Write and validate Terraform Stack configs
Guides you through authoring .tfcomponent.hcl and .tfdeploy.hcl files, wiring up local and registry modules, and catching syntax or dependency errors before apply.
Engineering / planning-thinkingatomicfor-engineers
·6410
checked 4d ago
Build Terraform provider lifecycle hooks
Scaffolds the boilerplate for before/after create, update, and destroy actions in a Terraform provider using the Plugin Framework, with typed request/response structs.
Engineering / code-reviewatomicfor-engineers
·6410
checked 4d ago
Certify your Terraform modules for Azure
Checks a Terraform module against Azure Verified Modules (AVM) standards and flags gaps in naming, testing, documentation, and patterns before submission for certification.
Engineering / code-reviewatomicfor-engineers
·6410
checked 4d ago
Draft and review Terraform provider docs
Generates or updates Terraform Registry docs from your provider schema, following HashiCorp patterns and tfplugindocs templates. Catches schema mismatches and missing descriptions.
Engineering / planning-thinkingatomicfor-engineers
·6410
checked 4d ago
Write bulletproof Terraform provider tests
Generates acceptance test code for Terraform providers using terraform-plugin-testing. Handles test structure, state assertions, plan checks, and cross-step validation without boilerplate.
Engineering / code-reviewatomicfor-engineers
·6410
checked 4d ago
Build custom VM images for Azure deployments
Generates a Packer configuration that builds and registers a custom managed image or Compute Gallery image, ready to scale across your Azure infrastructure.
Engineering / pipelines-dataatomicfor-engineers
·6410