Generate production-ready docker-compose from project structure.
Generate production-ready Docker Compose configurations from your project structure with optimized multi-stage builds, health checks, and service orchestration.
claude skill install docker-compose-gen
# Generate docker-compose.yml from project structure
/docker-compose-gen
# Generate with specific database and cache services
/docker-compose-gen --with postgres redis
Analyzes your project's package manifests, framework detection, and port configurations to generate appropriate Docker Compose services. Creates optimized Dockerfiles with multi-stage builds for each service. Wires up networking, volumes, and dependency ordering automatically.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.