https://github.com/hashicorp/agent-skills
https://github.com/hashicorp/agent-skills
doormat-managed
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashicorp/agent-skills
- Owner: hashicorp
- License: mpl-2.0
- Created: 2025-11-08T02:07:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-30T01:05:19.000Z (5 months ago)
- Last Synced: 2026-01-30T16:08:25.187Z (5 months ago)
- Topics: doormat-managed
- Language: Shell
- Homepage:
- Size: 335 KB
- Stars: 221
- Watchers: 9
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-claude-skills - hashicorp-agent-skills - HashiCorp-maintained Claude skills for Terraform workflows and infrastructure automation. (🛠Development & Code Tools)
- awesome-openclaw-skills - hashicorp/terraform-code-generation - | (Cloud & DevOps)
README
# HashiCorp Agent Skills
A collection of Agent skills and Claude Code plugins for HashiCorp products.
| Product | Use cases |
|:--------|:----------|
| [Terraform](./terraform/) | Write HCL code, build modules, develop providers, and run tests |
| [Packer](./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.
## Installation
### Individual Skills
Install Agent Skills in GitHub Copilot, Claude Code, Opencode, Cursor, and more:
```bash
# 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:
```bash
# 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:
```bash
/plugin
```
## Structure
```
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
```
## License
MPL-2.0