What problem does it solve? Containerizing applications for development, production, and CI/CD requires writing optimized Dockerfiles, orchestration configs, and deployment scripts from scratch, which is error-prone and time-consuming. This Skill provides ready-to-use templates, management scripts, and deployment guides so you can containerize Next.js, React, and Node.js applications without deep Docker expertise. ## Core Features & Use Cases - Dockerfile Generation: Multi-stage production builds (~85% smaller images), development builds with hot reload, and Nginx static export variants. - Container Management Scripts: Bash scripts for building, running, pushing to registries (Docker Hub, ECR, GCR, ACR), and cleaning up Docker resources with dry-run support. - Orchestration & Deployment Guides: Reference documentation covering Docker Compose, Kubernetes, AWS ECS, Google Cloud Run, Azure Container Instances, and Digital Ocean App Platform. - Use Case: You need to deploy a Next.js app to production. Copy the production Dockerfile and .dockerignore, build with docker-build.sh, push to your registry with docker-push.sh, then follow the Kubernetes or ECS section of the orchestration guide to deploy. ## Quick Start Ask the AI to containerize your Next.js application for production and generate the Dockerfile, docker-compose setup, and build scripts.