From container-registry-manager
Manages container registries including Docker Hub, AWS ECR, GCP Artifact Registry, Azure ACR; automates tagging, lifecycle policies, replication, scanning, and access control.
How this skill is triggered — by the user, by Claude, or both
Slash command
/container-registry-manager:managing-container-registriesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage container registries across Docker Hub, AWS ECR, GCP Artifact Registry, Azure ACR, and self-hosted registries (Harbor, Nexus). Automate image tagging, lifecycle policies, cross-region replication, vulnerability scanning integration, and access control for container image storage and distribution.
Manage container registries across Docker Hub, AWS ECR, GCP Artifact Registry, Azure ACR, and self-hosted registries (Harbor, Nexus). Automate image tagging, lifecycle policies, cross-region replication, vulnerability scanning integration, and access control for container image storage and distribution.
aws, gcloud, az) for managed registriesdocker login or credential helpers)docker-credential-ecr-login, gcloud auth configure-docker)latest only for development| Error | Cause | Solution |
|---|---|---|
denied: requested access to the resource is denied | Missing push/pull permissions or expired token | Re-authenticate with docker login or refresh credential helper; verify IAM policies |
manifest unknown: manifest unknown | Image tag does not exist in the registry | Verify image name and tag; check if lifecycle policy deleted the image |
no space left on device during push | Registry storage quota exceeded | Increase quota, run lifecycle cleanup, or delete unused images |
unauthorized: authentication required | Credential helper not configured or token expired | Set up credential helper (aws ecr get-login-password, gcloud auth configure-docker) |
toomanyrequests: rate limit exceeded | Docker Hub pull rate limit hit | Use authenticated pulls, mirror images to private registry, or upgrade Docker Hub plan |
latest, pushes to ECR, and fails if Critical vulnerabilities are found."11plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 11 plugins
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin container-registry-managerManages container registries including Docker Hub, AWS ECR, GCP Artifact Registry, Azure ACR; automates tagging, lifecycle policies, replication, scanning, and access control.
Manage container registries (Docker Hub, ECR, GCR) with image scanning, retention policies, and access control.
Configures container image registries (ghcr.io, Docker Hub, Harbor) with automated scanning, tagging strategies, retention policies, and CI/CD integration. Use for private registries, migration, or vulnerability scanning.