What problem does it solve? Setting up multi-container applications manually leads to inconsistent environments, missing health checks, exposed secrets, and configuration drift between development and staging. This Skill produces complete Docker Compose setups covering services, networks, volumes, and environment-specific overrides. ## Core Features & Use Cases - Multi-Service Orchestration: Defines web apps, databases, caches, workers, and reverse proxies with proper dependency ordering via health checks. - Environment Separation: Generates base, development override, and staging Compose files with distinct secrets handling and resource limits. - Supporting Artifacts: Produces multi-stage Dockerfiles, nginx configs, init SQL scripts, and .env templates alongside the Compose files. - Use Case: You are bootstrapping a Django application with PostgreSQL, Redis, Celery, and Nginx. Use this Skill to generate the full Compose stack with health-checked startup ordering, named volumes for data persistence, and a staging override that reads secrets from environment variables. ## Quick Start Ask the AI to create a Docker Compose setup for your application listing the services you need, such as a web app, PostgreSQL, Redis, and a background worker.