Agent Plugins Marketplace
All plugins

packer-builders

v1.0.0

Packer builder skills for AWS, Azure, and Windows image creation.

Claude Code3 Skills

By HashiCorpLicense: MPL-2.0791 GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 4, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install packer-builders for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install packer-builders@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashicorp/agent-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packer/builders/.

Plugin files

packer/builders/
├── .claude-plugin/plugin.json
├── skills/aws-ami-builder/SKILL.md
├── skills/azure-image-builder/SKILL.md
└── skills/windows-builder/SKILL.md

Included Skills3

aws-ami-builderskills/aws-ami-builder/SKILL.md

Build Amazon Machine Images (AMIs) with Packer using the amazon-ebs builder. Use when creating custom AMIs for EC2 instances.

azure-image-builderskills/azure-image-builder/SKILL.md

Build Azure managed images and Azure Compute Gallery images with Packer. Use when creating custom images for Azure VMs.

windows-builderskills/windows-builder/SKILL.md

Build Windows images with Packer using WinRM communicator and PowerShell provisioners. Use when creating Windows AMIs, Azure images, or VMware templates.

Plugin manifests1

packer/builders/.claude-plugin/plugin.json
{
  "name": "packer-builders",
  "version": "1.0.0",
  "description": "Packer builder skills for AWS, Azure, and Windows image creation.",
  "author": {
    "name": "HashiCorp",
    "url": "https://github.com/hashicorp"
  },
  "homepage": "https://developer.hashicorp.com/packer",
  "repository": "https://github.com/hashicorp/agent-skills",
  "license": "MPL-2.0",
  "keywords": [
    "packer",
    "aws",
    "azure",
    "windows",
    "ami",
    "image",
    "builder"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[packer-builders on Agent Plugins Marketplace](https://pluginsmp.com/plugins/packer-builders)