Compose
Skill KhaiTrang1995/agentic-awesome-kits/kits/devops/docker-kit/.claude/skills/compose
Generate docker-compose.yml — multi-service, network, volumes, healthcheck.From its SKILL.md
npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill composeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 179 tokens by cl100k_base, as published. Nobody here has run it
/compose — Generate Docker Compose
Input examples
/compose .NET API + Angular + SQL Server
/compose fullstack --with-db --with-redis
/compose monitoring stack --with-elk
Mandatory rules
- Compose file version 3.8+
- Every service has a healthcheck
- depends_on with condition
service_healthy - Segmented networks:
frontend,backend,monitoring - Named volumes for persistent data (db, logs)
- Environment variables via
.envfile, NEVER hardcoded - restart: unless-stopped for production
- Only expose the ports actually needed
Output
docker-compose.yml
docker-compose.dev.yml (dev override)
.env.example
References
- @.claude/rules/docker-conventions.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.