Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This collection provides specialized capabilities for Cloud Infrastructure Engineers to build and manage custom machine images. By integrating Packer with AWS and Azure, it streamlines the production of AMIs and managed images for virtual machines.
The skills extend beyond initial builds to include image lifecycle management, enabling the integration of Packer builds with HCP Packer for improved version control and governance.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Installs: Complete packer product plugin bundle containing four independently installable Skills for AWS, Azure, and Windows image building and HCP Packer registry workflows. · Claude Code
Run this complete command sequence in a terminal to add the HashiCorp marketplace and then install its Packer plugin.
claude plugin marketplace add hashicorp/agent-skills
claude plugin install packer@hashicorp
Installs: Complete packer product plugin bundle containing four independently installable Skills for AWS, Azure, and Windows image building and HCP Packer registry workflows. · Codex
In Codex, add this repository's .agents/plugins/marketplace.json as a repository marketplace.
In Codex, install the packer plugin from that marketplace.
Terraform configuration path to substitute for <configuration-path>
Use the terraform-style-guide skill to review the Terraform configuration under <configuration-path>. Return the five highest-impact style or organization improvements, including any issues with provider constraints, dependency ordering, configurable values, outputs, or file organization. Do not edit the files.
English policy requirement to substitute for <policy-requirement>
Provider and resource type to substitute for <provider-and-resource-type>
Installed tfpolicy CLI version to substitute for <cli-version>, or state that it is unknown
Use the terraform-policy skill to draft a .policy.hcl policy for <policy-requirement> targeting <provider-and-resource-type>. Tailor the draft to tfpolicy <cli-version>; if that version is unknown, explain the distinct 0.1.x and 0.2.0+ forms. Return the draft and a brief explanation only; do not publish or apply it.
Base operating system or AMI filter requirements to substitute for <base-ami-requirements>
Provisioning requirements to substitute for <provisioning-requirements>
Use the aws-ami-builder skill to draft a minimal Packer HCL template using the amazon-ebs builder for <aws-region>, <base-ami-requirements>, and <provisioning-requirements>. Include plugin requirements, a source AMI filter, a unique AMI name, and only the requested provisioning. Return the template without running a build.