hashicorp/agent-skills
These skills were imported into SkillJury from the public skills ecosystem.
refactor-module
by hashicorp/agent-skills
This skill guides AI agents in transforming monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.
terraform-stacks
by hashicorp/agent-skills
Terraform Stacks simplify infrastructure provisioning and management at scale by providing a configuration layer above traditional Terraform modules. Stacks enable declarative orchestration of multiple components across environments, regions, and cloud accounts.
provider-resources
by hashicorp/agent-skills
This guide covers developing Terraform Provider resources and data sources using the Terraform Plugin Framework. Resources represent infrastructure objects that Terraform manages through Create, Read, Update, and Delete (CRUD) operations.
new-terraform-provider
by hashicorp/agent-skills
Source details, install context, and public review data are available on the full page.
provider-actions
by hashicorp/agent-skills
Terraform Actions enable imperative operations during the Terraform lifecycle. Actions are experimental features that allow performing provider operations at specific lifecycle events (before/after create, update, destroy).
run-acceptance-tests
by hashicorp/agent-skills
An acceptance test is a Go test function with the prefix TestAcc .
azure-verified-modules
by hashicorp/agent-skills
This guide covers the mandatory requirements for Azure Verified Modules certification. These requirements ensure consistency, quality, and maintainability across Azure Terraform modules.
aws-ami-builder
by hashicorp/agent-skills
Build Amazon Machine Images (AMIs) using Packer's amazon-ebs builder.
push-to-registry
by hashicorp/agent-skills
Configure Packer templates to push build metadata to HCP Packer registry.
azure-image-builder
by hashicorp/agent-skills
Build Azure managed images and Azure Compute Gallery images using Packer's azure-arm builder.
windows-builder
by hashicorp/agent-skills
Platform-agnostic patterns for building Windows images with Packer.
terraform-search-import
by hashicorp/agent-skills
Discover existing cloud resources using declarative queries and generate configuration for bulk import into Terraform state.
terraform-style-guide
by hashicorp/agent-skills
Generate and maintain Terraform code following HashiCorp's official style conventions and best practices.
terraform-test
by hashicorp/agent-skills
Terraform's built-in testing framework enables module authors to validate that configuration updates don't introduce breaking changes. Tests execute against temporary resources, protecting existing infrastructure and state files.