A collection of Agent skills and Claude Code plugins for HashiCorp products. Install Agent Skills in GitHub Copilot, Claude Code, Opencode, Cursor, and more: First, add the marketplace, then install plugins: Or use the interactive interface: Each product folder contains plugins, and each plugin contains skills:
Add this skill
npx mdskills install hashicorp/agent-skillsWell-organized collection of HashiCorp product skills with clear installation paths
A collection of Agent skills and Claude Code plugins for HashiCorp products.
| Product | Use cases |
|---|---|
| Terraform | Write HCL code, build modules, develop providers, and run tests |
| Packer | Build 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.
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
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
agent-skills/
├── .claude-plugin/
│ └── marketplace.json
├── terraform/ # Terraform skills
├── packer/ # Packer skills
├── / # Future products (Vault, Consul, etc.)
└── README.md
Each product folder contains plugins, and each plugin contains skills:
/
└── /
├── .claude-plugin/plugin.json
└── skills/
└── /
└── SKILL.md
MPL-2.0
Best experience: Claude Code
/plugin marketplace add hashicorp/agent-skillsThen /plugin menu → select skill → restart. Use /skill-name:init for first-time setup.
Other platforms
Install via CLI
npx mdskills install hashicorp/agent-skillsHashiCorp Agent Skills is a free, open-source AI agent skill. A collection of Agent skills and Claude Code plugins for HashiCorp products. Install Agent Skills in GitHub Copilot, Claude Code, Opencode, Cursor, and more: First, add the marketplace, then install plugins: Or use the interactive interface: Each product folder contains plugins, and each plugin contains skills:
Install HashiCorp Agent Skills with a single command:
npx mdskills install hashicorp/agent-skillsThis downloads the skill files into your project and your AI agent picks them up automatically.
HashiCorp Agent Skills works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.