Lee Fowler c2d65dfe49 docs: update supported model matrix (#100)
* docs: update supported model matrix

* docs: minor prose updates to supported models and readme documentation
2026-09-03 11:50:06 -04:00
2026-01-26 02:05:08 -08:00

HashiCorp Agent Skills

HashiCorp Agent Skills for Terraform and Packer.

Product Skills Product bundle
Terraform 16 terraform
Packer 4 packer

See SKILLS.md for the complete catalog and lifecycle status of each Skill.

Legal note: Your use of a third-party MCP client or LLM is subject solely to that provider's terms. IBM is not responsible for the performance of those third-party tools and may be unable to support issues caused by them.

Table of Contents

Recent Updates

This repository now organizes its 20 Skills under two product plugin roots: plugins/terraform/skills/ and plugins/packer/skills/.

Migration from Legacy Plugin IDs and Paths

The product plugin bundles replace these legacy plugin IDs: terraform-code-generation, terraform-module-generation, terraform-provider-development, terraform-policy-code, packer-builders, and packer-hcp.

Replace any legacy plugin installation with terraform@hashicorp or packer@hashicorp. Replace individual paths under terraform/<category>/skills or packer/<category>/skills with plugins/<product>/skills/<skill-name>.

Install an Individual Skill

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

List the repository's Skills:

npx skills add hashicorp/agent-skills

Install one Skill from its path:

npx skills add hashicorp/agent-skills/plugins/terraform/skills/terraform-style-guide
npx skills add hashicorp/agent-skills/plugins/packer/skills/aws-ami-builder

Every supported path appears in SKILLS.md.

Install a Product Plugin Bundle

Claude Code

claude plugin marketplace add hashicorp/agent-skills
claude plugin install terraform@hashicorp
claude plugin install packer@hashicorp

Codex

Add this repository's .agents/plugins/marketplace.json as a repository marketplace, then install the terraform or packer plugin in Codex. Both marketplaces expose the same product bundles and Skill directories.

Repository Structure

agent-skills/
├── .agents/plugins/marketplace.json
├── .claude-plugin/marketplace.json
├── plugins/
│   ├── terraform/
│   │   ├── .claude-plugin/plugin.json
│   │   ├── .codex-plugin/plugin.json
│   │   └── skills/
│   └── packer/
│       ├── .claude-plugin/plugin.json
│       ├── .codex-plugin/plugin.json
│       └── skills/
└── SKILLS.md

Governance and Support

  • CONTRIBUTING.md for contribution guidance. Contributions are restricted to HashiCorp-internal contributors until further notice.
  • SECURITY.md for instructions on reporting security or data sensitivity issues related to this repository's Agent Skills.
  • SUPPORT.md defines repository support boundaries.
  • SUPPORTED_MODELS.md defines the current Anthropic and OpenAI supported model matrix.
  • CODEOWNERS for canonical Skill ownership and review-routing source.

License

MPL-2.0

S
Description
terraform-style-guide: Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform…; terraform-test: Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating…; refactor-module: Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and…
Readme MPL-2.0 1.5 MiB
Languages
HCL 39.4%
Shell 28.7%
Go 19.9%
Python 12%