plugins marketplace
← All plugins

container-registry-manager

v1.24.0

Manage container registries (ECR, GCR, Harbor)

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/container-registry-manager/ inside the repository.

Layout

plugins/devops/container-registry-manager/
├── .claude-plugin/plugin.json
└── skills/managing-container-registries/SKILL.md

Skills1

managing-container-registriesskills/managing-container-registries/SKILL.md

Execute use when you need to work with containerization. This skill provides container management and orchestration with comprehensive guidance and automation. Trigger with phrases like "containerize app", "manage containers", or "orchestrate deployment".

Manifests1

plugins/devops/container-registry-manager/.claude-plugin/plugin.json
{
  "name": "container-registry-manager",
  "version": "1.24.0",
  "description": "Manage container registries (ECR, GCR, Harbor)",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "registry",
    "containers",
    "docker",
    "ecr",
    "gcr",
    "devops",
    "agent-skills"
  ]
}