This handles the standard Docker debugging workflow: checking container status, tailing logs, exec'ing into running containers, and inspecting resource usage. You'd reach for it when containers won't start, crash unexpectedly, or hit resource limits. The quick start covers the essential commands you actually use (docker ps, logs, inspect, exec, stats), which is 90% of container debugging in practice. It includes reference guides for common issues and optimization patterns. Honestly, if you work with containers regularly, you probably have most of these commands memorized already, but having them organized in one place with a structured troubleshooting approach is solid for onboarding teammates or when you hit something unfamiliar.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill container-debugging