From sundial-org-awesome-openclaw-skills-4
Scans your project to detect the stack and generates a production-ready Dockerfile with multi-stage builds, layer caching, and security hardening. Also creates .dockerignore and optional docker-compose.yml.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:dockerfile-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan your project, get a production-ready Dockerfile. Multi-stage builds, proper caching, security best practices.
Scan your project, get a production-ready Dockerfile. Multi-stage builds, proper caching, security best practices.
npx ai-dockerfile
# Generate for current project
npx ai-dockerfile
# Specify base image
npx ai-dockerfile --base node:20-alpine
# Production optimized
npx ai-dockerfile --production
# With compose file
npx ai-dockerfile --compose
Node.js 18+. OPENAI_API_KEY required.
MIT. Free forever.
Built by LXGIC Studios
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Generates optimized Dockerfiles with multi-stage builds, non-root execution, layer caching, health checks, and .dockerignore. Activates when user wants to containerize an app, create a Docker image, or configure Docker Compose.
Build production-ready Dockerfiles with multi-stage builds, security hardening, and docker-compose for local dev. Use when asked to "create Dockerfile", "optimize container", or "dockerize this".
Generates optimized multi-stage Dockerfiles, .dockerignore, for Node.js, Python, Go, Java apps with security hardening, layer caching, validation, and error fixes.