jeremylongshore

docker-compose-generator

@jeremylongshore/docker-compose-generator
jeremylongshore
1,004
122 forks
Updated 1/18/2026
View on GitHub

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".

Installation

$skills install @jeremylongshore/docker-compose-generator
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skills-batch-20251204-000554/plugins/devops/docker-compose-generator/skills/docker-compose-generator/SKILL.md
Branchmain
Scoped Name@jeremylongshore/docker-compose-generator

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: generating-docker-compose-files description: | 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". allowed-tools: Read, Write, Edit, Grep, Glob, Bash version: 1.0.0

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.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.