debug
Installation
SKILL.md
Remote Docker Debugger
Execute commands inside a Docker container from the host using the file-based command relay.
Read tools/debugger/CLAUDE.md for full usage details — it has the protocol and examples.
Quick Reference
# Check connection
bash tools/debugger/client.sh status
# Connect to server (user must start server.sh in Docker first)
bash tools/debugger/client.sh handshake
# Run a command
bash tools/debugger/client.sh run "<command>"