Back to projects
Active Started Oct 2025

claude-code-debugger

Remembers difficult bugs so you only fix them once

I noticed Claude Code would struggle to fix similar difficult bugs that came up in a project. So i built this to log issue, cause, and resolution for difficult bugs. Claude Code scores a bug and if it’s above a certain difficulty level it checks the file memory for prior data. If it’s a new bug, then it tracks root cause and logs the new bug in the file for future use.