๐Ÿ“ฆ hashicorp / agent-skills

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

โ˜… 427 stars โ‘‚ 52 forks ๐Ÿ‘ 427 watching โš–๏ธ Mozilla Public License 2.0
doormat-managed
๐Ÿ“ฅ Clone https://github.com/hashicorp/agent-skills.git
HTTPS git clone https://github.com/hashicorp/agent-skills.git
SSH git clone git@github.com:hashicorp/agent-skills.git
CLI gh repo clone hashicorp/agent-skills
Loading files...
๐Ÿ“„ README.md

HashiCorp Agent Skills

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

ProductUse cases
TerraformWrite HCL code, build modules, develop providers, and run tests
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, 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 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