docker-development-env
Installation
SKILL.md
Docker Development Environment
Trigger
Use this skill when:
- Setting up a local development stack with Docker
- Configuring hot reload / live code reload in containers
- Creating dev vs production Dockerfiles or multi-stage builds
- Running database containers (Postgres, MySQL, Redis, MongoDB) for development
- Setting up VS Code or Cursor devcontainers
- Managing environment variables across dev and prod
- Debugging applications running inside containers
- Creating docker-compose files for full-stack development