managing-container-registries

Solid

This skill enables Claude to manage container registries, including ECR, GCR, and Harbor. It should be used when the user needs to create, configure, or manage container image registries. It helps generate production-ready configurations, implement best practices, and ensure a security-first approach. Use this skill when the user mentions terms like "container registry," "ECR," "GCR," "Harbor," "image repository," or requests assistance with managing container images. It's also helpful for generating configuration code for DevOps pipelines related to container registries.

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Overview 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. ## How It Works 1. **Receiving User Request**: Claude receives a request related to container registry management. 2. **Identifying Registry Type**: Claude identifies the specific container registry (ECR, GCR, Harbor, etc.) based on the user's input. 3. **Generating Configuration**: Claude generates the necessary configuration code and setup instructions based on the user's requirements and the identified registry. ## When to Use This Skill This skill activates when you need to: - Create a new container registry on ECR, GCR, or Harbor. - Configure access permissions for a container registry. - Generate deployment configurations for container images. ## Examples ### Example 1: Creating an ECR Repository User request: "Create an ECR repository named 'my-app-images' in the 'us-west-2' region." The skill will: 1. Generate the necessary AWS CLI commands or Terraform configuration to create the ECR repository. 2. Provide instructions on how to push container images to the newly created repository. ### Example 2: Configuring GCR Access User request: "Grant read-only access to the 'my-gcp-project' GCR repository to the 'dev-team' Google Cloud group." The...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

generating-docker-compose-files

This skill enables Claude to generate Docker Compose configurations for multi-container applications. It leverages best practices for production-ready deployments, including defining services, networks, volumes, health checks, and resource limits. Claude should use this skill when the user requests a Docker Compose file, specifies application architecture involving multiple containers, or mentions needs for container orchestration, environment variables, or persistent data management in a Docker environment. Trigger terms include "docker-compose", "docker compose file", "multi-container", "container orchestration", "docker environment", "service definition", "volume management", "network configuration", "health checks", "resource limits", and ".env files".

2,359 Updated today
jeremylongshore
AI & Automation Solid

managing-environment-configurations

This skill enables Claude to manage environment configurations and secrets across different deployments using the environment-config-manager plugin. It is invoked when the user needs to generate, update, or retrieve configuration settings for various environments (e.g., development, staging, production). Use this skill when the user explicitly mentions "environment configuration," "secrets management," "deployment configuration," or asks to "generate config files". It helps streamline DevOps workflows by providing production-ready configurations based on best practices.

2,359 Updated today
jeremylongshore
DevOps & Infrastructure Solid

azure-container-registry

Expert knowledge for Azure Container Registry development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when using ACR Tasks, geo-replication, Private Link, connected registries, or image signing with Notation, and other Azure Container Registry related development tasks. Not for Azure Container Apps (use azure-container-apps), Azure Container Instances (use azure-container-instances), Azure Kubernetes Service (AKS) (use azure-kubernetes-service), Azure Red Hat OpenShift (use azure-redhat-openshift).

604 Updated 3 days ago
MicrosoftDocs