docker-compose-control
Installation
SKILL.md
docker-compose-control
Use this skill when the task requires managing a local stack with docker compose
instead of PM2, especially when services are already defined in one or more
compose files and should be started, stopped, rebuilt, or inspected together.
Use This Skill When
- The user asks to start, stop, restart, rebuild, or inspect a Docker Compose stack
- A repo already has
docker-compose.yml,compose.yml, or environment-specific compose files - The stack should be managed as containers, not as separate PM2 processes
- You need
docker compose up,down,restart,ps,logs, orexec - The user explicitly wants Docker Compose instead of PM2