dockerize-app
Installation
SKILL.md
Dockerize App
Create a tested docker-compose.yml that spins up the full application stack — services, databases, seed data — so any developer or agent can run the entire dev environment with a single command.
Workflow
Copy this checklist and track progress:
Task Progress:
- [ ] Step 1: Analyze the codebase
- [ ] Step 2: Create Dockerfiles
- [ ] Step 3: Create docker-compose.yml
- [ ] Step 4: Set up data seeding
- [ ] Step 5: Test the full stack
- [ ] Step 6: Update AGENTS.md