Debugging-first guidance for professional Docker development across CLI, Compose, Docker Desktop, and Rancher Desktop. Use when asked to "debug Docker", "troubleshoot containers", "fix Docker networking", "resolve volume permissions", or "Docker Compose issues", and when explaining cross-platform runtime behavior (Linux, macOS, Windows/WSL2) or Docker runtime architecture.
/plugin marketplace add SpillwaveSolutions/developing-with-docker-agentic-skill/plugin install spillwavesolutions-developing-with-docker@SpillwaveSolutions/developing-with-docker-agentic-skillThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/guide-advanced-debugging.mdreferences/guide-cli-debugging.mdreferences/guide-foundations.mdreferences/guide-installation-connectivity.mdreferences/guide-networking-compose-ops.mdreferences/guide-rancher-migration.mdProvide deterministic, debugging-first guidance for Docker CLI and Compose, focusing on root causes that vary by platform and runtime. Prefer concise, actionable checks and commands, and reference the corpus for deeper explanations.
references/guide-foundations.mdreferences/guide-installation-connectivity.mdreferences/guide-cli-debugging.mdreferences/guide-advanced-debugging.mdreferences/guide-networking-compose-ops.mddocker context ls and current context.docker inspect --format queries for exit codes, mounts, log path, and PID.exec in entrypoint scripts.host.docker.internal, localhost vs 0.0.0.0, Desktop proxying.docker context lsdocker inspect --format (exit code, mounts, PID)Example Output:
references/guide-foundations.mdreferences/guide-installation-connectivity.mdreferences/guide-cli-debugging.mdreferences/guide-advanced-debugging.mdreferences/guide-networking-compose-ops.mdreferences/guide-rancher-migration.mdThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.