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:

  1. Scan before generating — Read package.json, pyproject.toml, requirements.txt, etc. before proposing services
  2. Check for existing files — Read existing docker-compose.yml or Dockerfile before overwriting
  3. Validate images — Only use well-known official images; do not invent image tags
  4. No secrets in files — Never put secrets, passwords, or API keys in compose files; use env_file
  5. Check .dockerignore — If it exists, read it before suggesting changes

Workflow

Phase 1: Scan Project

Installs
6
GitHub Stars
4
First Seen
Mar 26, 2026
docker-init — mgiovani/cc-arsenal