From container-registry-manager
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".
npx claudepluginhub flight505/skill-forge --plugin container-registry-managerThis skill is limited to using the following tools:
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.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
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."