Generates production-ready Docker configurations when you're containerizing a project with React/Vite frontends, .NET backends, or Python FastAPI/Django apps. Creates multi-stage Dockerfiles, docker-compose setups, nginx configs, and proper .dockerignore files with security baked in (non-root users, pinned versions, health checks). The templates cover the common full-stack patterns and handle version detection automatically. It won't actually build or run anything, just scaffolds the infrastructure. Good fit if you want consistent Docker setups across projects without copying and tweaking old compose files every time.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-731-docker-generator