docker-init
Installation
SKILL.md
Docker Init
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Generate production-ready docker-compose.yml and Dockerfile with auto-detected services, health checks, resource limits, and security hardening.
Anti-Hallucination Guidelines
CRITICAL: Only generate compose configs based on what the codebase actually uses:
- Scan before generating — Read
package.json,pyproject.toml,requirements.txt, etc. before proposing services - Check for existing files — Read existing
docker-compose.ymlorDockerfilebefore overwriting - Validate images — Only use well-known official images; do not invent image tags
- No secrets in files — Never put secrets, passwords, or API keys in compose files; use
env_file - Check .dockerignore — If it exists, read it before suggesting changes