AgentSkillsCN

Docker Compose

Docker Compose

SKILL.md

Docker Compose Skill

Use when

  • Adding or modifying compose services
  • Networking/volumes/env wiring
  • Local dev ergonomics and debugging

Operating checklist

  • Keep service names stable and descriptive.
  • Make env vars explicit; document required vars.
  • Document volumes and network intent.
  • Add healthchecks when they materially improve reliability.

Done criteria

  • docker compose config validates
  • Local run instructions updated (if needed)