docker-writer
Installation
SKILL.md
Docker Writer
Writing Dockerfiles isn't hard, but writing good ones is. Multi-stage builds, proper layer caching, small image sizes. Most people copy-paste from Stack Overflow and call it done. This tool scans your project, figures out what runtime and dependencies you're using, and generates a properly optimized Dockerfile. It handles the boring parts so you can focus on shipping.
One command. Zero config. Just works.
Quick Start
npx ai-dockerfile
What It Does
- Scans your project directory to detect language, framework, and dependencies
- Generates a Dockerfile with proper base images and build steps
- Supports optimized multi-stage builds with the --optimize flag
- Preview mode lets you review before writing any files
- Works with Node.js, Python, Go, and other common project types