agentsclimarketplace

Compose

Skill KhaiTrang1995/agentic-awesome-kits/kits/devops/docker-kit/.claude/skills/compose

A universal collection of reusable Loop Engineering kits for AI coding agents—not just prompts. Each kit combines Skills, Rules, Templates, workflows, and validation loops to help agents autonomously plan, execute, verify, fix, and improve engineering tasks.

Install
npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill compose

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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.
  • 7 stars7 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.

What its author says it does

Copied from the file, not written here

Generate docker-compose.yml — multi-service, network, volumes, healthcheck.

SKILL.md

0.9 KB, 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 .env file, 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.