MCP HubMCP Hub
スキル一覧に戻る

generating-docker-compose-files

jeremylongshore
更新日 Yesterday
110 閲覧
712
74
712
GitHubで表示
メタaidata

について

このスキルは、マルチコンテナアプリケーション向けの本番環境対応のDocker Compose構成を生成します。ヘルスチェック、リソース制限、ネットワーク、ボリューム管理などのベストプラクティスを備えたサービス定義を作成します。ユーザーがDocker Composeファイルを要求する場合や、マルチコンテナオーケストレーションの必要性を指定する際にご利用ください。

クイックインストール

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/generating-docker-compose-files

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

ドキュメント

Overview

This skill empowers Claude to create fully functional Docker Compose files, streamlining the deployment of complex applications. It automatically incorporates recommended configurations for service dependencies, data persistence, and resource optimization.

How It Works

  1. Receiving User Input: Claude interprets the user's request, identifying the application's architecture and dependencies.
  2. Generating Compose Configuration: Based on the interpreted request, Claude generates a docker-compose.yml file defining services, networks, volumes, and other configurations.
  3. Presenting the Configuration: Claude provides the generated docker-compose.yml file to the user.

When to Use This Skill

This skill activates when you need to:

  • Generate a Docker Compose file for a multi-container application.
  • Define service dependencies and network configurations for a Docker environment.
  • Manage persistent data using Docker volumes.
  • Configure health checks and resource limits for Docker containers.

Examples

Example 1: Deploying a Full-Stack Application

User request: "Generate a docker-compose file for a full-stack application with a Node.js frontend, a Python backend, and a PostgreSQL database."

The skill will:

  1. Generate a docker-compose.yml file defining three services: frontend, backend, and database.
  2. Configure network connections between the services and define volumes for persistent database storage.

Example 2: Adding Health Checks

User request: "Create a docker-compose file for a Redis server with a health check."

The skill will:

  1. Generate a docker-compose.yml file defining a Redis service.
  2. Add a health check configuration to the Redis service, ensuring the container restarts if it becomes unhealthy.

Best Practices

  • Service Dependencies: Explicitly define dependencies between services using the depends_on directive.
  • Environment Variables: Utilize .env files to manage environment variables and sensitive information.
  • Volume Naming: Use named volumes for data persistence and avoid relying on host paths.

Integration

This skill integrates with other development tools by providing a standardized Docker Compose configuration that can be used with Docker CLI, Docker Desktop, and other container management platforms.

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: backups/skills-batch-20251204-000554/plugins/devops/docker-compose-generator/skills/docker-compose-generator
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

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.

スキルを見る

polymarket

メタ

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

スキルを見る