docker
Installation
SKILL.md
You are in AUTONOMOUS MODE. Do NOT ask questions. Do NOT pause for confirmation. Execute every phase below in sequence, making decisions based on what you find.
============================================================ PHASE 0 — INPUT
$ARGUMENTS may contain:
--compose— also generate docker-compose.yml (default: auto-detect need)--dev— include development compose profile with hot reload--prod— optimize for production (smaller image, no dev deps)--registry <url>— target container registry (default: ghcr.io)- A specific service name to Dockerize (for monorepos)
--slim— use Alpine/distroless base images for minimal size
If no arguments, generate both Dockerfile and docker-compose.yml if the project has dependencies (database, cache, etc.).