plugins marketplace
← All plugins

packer-hcp

v1.0.0

HCP Packer registry integration for tracking and managing image metadata.

Claude Code1 skill

by HashiCorpMPL-2.0790updated 5 days ago

Source

git clone https://github.com/hashicorp/agent-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is packer/hcp/ inside the repository.

Layout

packer/hcp/
├── .claude-plugin/plugin.json
└── skills/push-to-registry/SKILL.md

Skills1

push-to-registryskills/push-to-registry/SKILL.md

Push Packer build metadata to HCP Packer registry for tracking and managing image lifecycle. Use when integrating Packer builds with HCP Packer for version control and governance.

Manifests1

packer/hcp/.claude-plugin/plugin.json
{
  "name": "packer-hcp",
  "version": "1.0.0",
  "description": "HCP Packer registry integration for tracking and managing image metadata.",
  "author": {
    "name": "HashiCorp",
    "url": "https://github.com/hashicorp"
  },
  "homepage": "https://developer.hashicorp.com/hcp/docs/packer",
  "repository": "https://github.com/hashicorp/agent-skills",
  "license": "MPL-2.0",
  "keywords": [
    "packer",
    "hcp-packer",
    "registry",
    "metadata",
    "image-tracking"
  ]
}