devops
FREE
Docker Compose AI
Generate docker-compose.yml files from your project structure and dependencies
●
INSTALL
sv install cloudnative/docker-compose-ai
Requires the sv CLI. Installs to your project automatically.
.cursor/skills/docker-compose-ai/SKILL.md
Download and place the SKILL.md file into your .cursor/skills/docker-compose-ai/ directory.
curl -sL https://skillvault.md/api/packages/cloudnative/docker-compose-ai/download -o docker-compose-ai.zip
Downloads the package as a zip archive to your current directory.
https://skillvault.md/api/packages/cloudnative/docker-compose-ai/download
Download the zip, extract, and copy the relevant files into your project.
●
WHAT'S INSIDE
SKILL: compose-genSKILL: service-linkSKILL: health-checkCLAUDE.MD
●
COMPATIBILITY
Claude CodeCursorCodexCopilotGemini CLI
●
DESCRIPTION
Docker Compose AI
Point it at your project and get a production-ready docker-compose.yml with all your services, volumes, networks, and health checks configured.
Skills
- compose-gen — scans your project for Dockerfiles, package.json, requirements.txt, go.mod, etc., and generates a complete compose file
- service-link — auto-configures service dependencies, environment variables, and networking between containers
- health-check — adds appropriate health checks based on service type (HTTP, TCP, command)
Supported Stacks
- Node.js + PostgreSQL + Redis
- Python/Django + Celery + RabbitMQ
- Go + MySQL + Elasticsearch
- Any custom Dockerfile-based service
bash
sv install cloudnative/docker-compose-ai
●
VERSION HISTORY
No version history available.
●
REVIEWS
No reviews yet. Be the first to review this package.