Docker Debugger
Skill ПровереноDebug Docker containers, fix Dockerfile issues, optimize images, and troubleshoot docker-compose. Use when having Docker problems, container issues, or optimizing Docker builds.
This skill offers a collection of diagnostic commands, common issue resolutions, and best practices for debugging Docker containers, fixing Dockerfiles, optimizing images, and troubleshooting docker-compose configurations. It provides practical, ready-to-use examples for various Docker-related problems.
Documentation
- info:Configuration & parameter referenceWhile the instructions provide useful diagnostic commands and common fixes, there is no explicit documentation of any configurable parameters or default behaviors.
Code Execution
- warning:ValidationWhile the provided commands are standard Docker commands, there is no explicit validation or sanitization of input arguments (e.g., container IDs, image names) beyond what Docker itself enforces.
- warning:Error HandlingThe skill provides diagnostic commands but does not explicitly define how errors from these commands should be handled, categorized, or reported back to the agent in a structured way.
Practical Utility
- info:Edge casesWhile common Docker issues are addressed, specific failure modes and recovery steps for each diagnostic command are not explicitly detailed beyond general advice.
Установка
npx skills add onewave-ai/claude-skillsЗапускает Vercel skills CLI (skills.sh) через npx — нужны локальный Node.js и хотя бы один установленный совместимый со skills агент (Claude Code, Cursor, Codex, …). Предполагается, что репозиторий соответствует формату agentskills.io.
Похожие расширения
Debugger
98Systematic debugging and root cause analysis for identifying and fixing software issues. Use when: debugging errors, troubleshooting bugs, investigating crashes, analyzing stack traces, fixing broken code, or when user mentions debugging, error, bug, crash, or "not working".
OpenClaw Config
98Manage OpenClaw bot configuration - channels, agents, security, and autopilot settings
Sandbox Agent
95Deploy, configure, and integrate Sandbox Agent - a universal API for orchestrating AI coding agents (Claude Code, Codex, OpenCode, Amp) in sandboxed environments. Use when setting up sandbox-agent server locally or in cloud sandboxes (E2B, Daytona, Docker), creating and managing agent sessions via SDK or API, streaming agent events and handling human-in-the-loop interactions, building chat UIs for coding agents, or understanding the universal schema for agent responses.
Shannon Skill
98Autonomous AI pentester for web apps and APIs. Run white-box security assessments with Shannon — analyzes source code, identifies attack vectors, and executes real exploits to prove vulnerabilities. Triggered by 'shannon', 'pentest', 'security audit', 'vuln scan'.
Devcontainer Diagnostic
98Diagnose devcontainer configuration problems and guide development environment setup. This skill should be used when the user asks to 'set up devcontainer', 'fix container startup', 'configure VS Code dev container', 'Codespaces setup', or has Docker development environment issues. Keywords: devcontainer, docker, VS Code, Codespaces, container, development environment, Dockerfile.