aif-dockerize
Installation
SKILL.md
Dockerize — Docker Configuration Generator
Analyze a project and generate a complete, production-grade Docker setup: multi-stage Dockerfile, Docker Compose for development and production, .dockerignore, and a security audit of the result.
Three modes based on what exists:
| What exists | Mode | Action |
|---|---|---|
| Nothing | generate |
Create everything from scratch with interactive setup |
| Only local Docker (no production files) | enhance |
Audit & improve local, then create production config |
| Full Docker setup (local + prod) | audit |
Audit everything against checklist, fix gaps |
Step 0: Load Project Context
Read the project description if available: