dockerfile-skill
Originally fromzjy365/seakills
Installation
SKILL.md
Dockerfile Generator Skill
Overview
This skill generates production-ready Dockerfiles through a 4-phase process:
- Deep Analysis - Understand project structure, workspace, migrations, and build complexity
- Generate - Create Dockerfile with migration handling and build optimization
- Build & Fix - Validate through actual build, fix errors iteratively
- Runtime Validation - Verify migrations ran, app works, database populated