Debugging-first guidance for professional Docker development across CLI, Compose, Docker Desktop, and Rancher Desktop.
Clone this repository to your Claude skills directory:
cd ~/.claude/skills
git clone https://github.com/SpillwaveSolutions/developing-with-docker-agentic-skill.gitThis skill activates when you ask Claude to:
- Debug Docker
- Troubleshoot containers
- Fix Docker networking
- Resolve volume permissions
- Handle Docker Compose issues
- Explain cross-platform runtime behavior
- Explain Docker runtime architecture
/docker-triage- Structured debugging triage/docker-compose-debug- Compose startup and dependency issues/docker-network-check- Networking and host reachability
docker-troubleshoot-watcher- Proactively suggests debugging steps when Docker issues appear
- Explain Docker architecture (CLI, dockerd, containerd, runc, shim) and why it matters
- Distinguish Linux-native behavior from macOS/Windows VM and WSL2 boundaries
- Provide reliable CLI/Compose command recipes for state inspection and debugging
- Diagnose performance issues tied to file sharing (VirtioFS, 9P) and build context size
- Apply pragmatic networking guidance for host-to-container and container-to-host access
developing-with-docker-agentic-skill/
βββ .claude-plugin/
β βββ marketplace.json
β βββ plugin.json
βββ skills/
β βββ developing-with-docker/
β βββ SKILL.md
β βββ references/
β βββ guide-advanced-debugging.md
β βββ guide-cli-debugging.md
β βββ guide-foundations.md
β βββ guide-installation-connectivity.md
β βββ guide-networking-compose-ops.md
β βββ guide-rancher-migration.md
βββ commands/
β βββ docker-compose-debug.md
β βββ docker-network-check.md
β βββ docker-triage.md
βββ agents/
β βββ docker-troubleshoot-watcher.md
βββ README.md
βββ .gitignore
MIT License.
Rick Hightower (rick@spillwave.com)