Debugger Detective Skill This skill uses claudemem's context command for debugging and root cause analysis. Why Claudemem Works Better for Debugging | Task | claudemem | Native Tools | |------|-----------|--------------| | Trace backwards | shows call chain | Manual tracing | | Trace forwards | shows dependencies | Manual tracing | | Full context | gives both directions | Multiple reads | | Root cause | Call chain reveals origin | Trial and error | Primary commands: - - Full call chain (callers + callees) - - Trace back to error source - - Trace forward from failure point Debugger Detective S…