From container-registry-manager
Manages container registries (ECR, GCR, Harbor) with configuration generation, access permissions, and best practices for secure image storage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/container-registry-manager:container-registry-managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to assist users in managing their container registries across various platforms like AWS ECR, Google GCR, and Harbor. It provides the ability to generate configurations, implement best practices, and ensure secure and scalable architectures for container image storage and management.
This skill empowers Claude to assist users in managing their container registries across various platforms like AWS ECR, Google GCR, and Harbor. It provides the ability to generate configurations, implement best practices, and ensure secure and scalable architectures for container image storage and management.
This skill activates when you need to:
User request: "Create an ECR repository named 'my-app-images' in the 'us-west-2' region."
The skill will:
User request: "Grant read-only access to the 'my-gcp-project' GCR repository to the 'dev-team' Google Cloud group."
The skill will:
gcloud commands or IAM policy configuration to grant the requested access.This skill integrates with other DevOps-related plugins to provide a seamless experience for managing containerized applications. It can be used in conjunction with plugins for CI/CD pipelines, infrastructure provisioning, and security scanning to build a complete DevOps workflow.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin container-registry-manager