MCP HubMCP Hub
スキル一覧に戻る

managing-container-registries

jeremylongshore
更新日 Today
71 閲覧
712
74
712
GitHubで表示
メタai

について

このスキルは、ClaudeがECR、GCR、Harborなどのコンテナレジストリを管理し、イメージリポジトリの作成、設定、セキュリティ対策を行えるようにします。本番環境に対応した設定を生成し、DevOpsのベストプラクティスを実装します。コンテナイメージを扱う場合や、レジストリパイプラインのためのInfrastructure-as-Codeが必要な際にご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/managing-container-registries

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

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 skill will:

  1. Generate the appropriate gcloud commands or IAM policy configuration to grant the requested access.
  2. Provide instructions on how to verify the access permissions.

Best Practices

  • Security: Always use the principle of least privilege when granting access to container registries.
  • Versioning: Implement a robust image tagging and versioning strategy.
  • Automation: Automate the creation and configuration of container registries using infrastructure-as-code tools like Terraform.

Integration

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.

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: backups/skills-batch-20251204-000554/plugins/devops/container-registry-manager/skills/container-registry-manager
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る