Back to Discover

agent-skills

skill

hashicorp

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

View on GitHub
770 starsMPL-2.0Synced Aug 2, 2026

Install to Claude Code

/plugin marketplace add hashicorp/agent-skills

README

HashiCorp Agent Skills

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

ProductUse cases
TerraformWrite HCL code, build modules, develop providers, run tests, and author policies
PackerBuild machine images on AWS, Azure, and Windows; integrate with HCP Packer registry

Legal Note: Your use of a third party MCP Client/LLM is subject solely to the terms of use for such MCP/LLM, and IBM is not responsible for the performance of such third party tools. IBM expressly disclaims any and all warranties and liability for third party MCP Clients/LLMs, and may not be able to provide support to resolve issues which are caused by the third party tools.

Installation

Individual Skills

Install Agent Skills in GitHub Copilot, Claude Code, Opencode, Cursor, IBM Bob, and more:

# List all skills
npx skills add hashicorp/agent-skills

# Install a specific skill
npx skills add hashicorp/agent-skills/terraform/code-generation/skills/terraform-style-guide

Claude Code Plugin

First, add the marketplace, then install plugins:

# Add the HashiCorp marketplace
claude plugin marketplace add hashicorp/agent-skills

# Install plugins
claude plugin install terraform-code-generation@hashicorp
claude plugin install terraform-module-generation@hashicorp
claude plugin install terraform-provider-development@hashicorp
claude plugin install terraform-policy-code@hashicorp
claude plugin install packer-builders@hashicorp
claude plugin install packer-hcp@hashicorp

Or use the interactive interface:

/plugin

Structure

agent-skills/
├── .claude-plugin/
│   └── marketplace.json
├── terraform/              # Terraform skills
├── packer/                 # Packer skills
├── <product>/              # Future products (Vault, Consul, etc.)
└── README.md

Each product folder contains plugins, and each plugin contains skills:

<product>/
└── <plugin>/
    ├── .claude-plugin/plugin.json
    └── skills/
        └── <skill>/
            └── SKILL.md

License

MPL-2.0

Rendered live from hashicorp/agent-skills's GitHub README — not stored, always reflects the source repo.

6 Plugins

NameDescriptionCategorySource
terraform-code-generationTerraform code generation skills including HCL generation, style guides, and testing.integration./terraform/code-generation
terraform-module-generationTerraform module generation and refactoring skills including module design and Terraform Stacks.integration./terraform/module-generation
terraform-provider-developmentTerraform provider development skills including resources, data sources, actions, and acceptance testing.integration./terraform/provider-development
terraform-policy-codeTerraform Policy skills for authoring .policy.hcl files, writing .policytest.hcl tests, and converting Sentinel policies to Terraform Policy.integration./terraform/policy
packer-buildersPacker builder skills for AWS, Azure, and Windows image creation.integration./packer/builders
packer-hcpHCP Packer registry integration for tracking and managing image metadata.integration./packer/hcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.