Trigger when debugging something unexpected — a test failure, surprising behavior, production incident, or any situation where initial attempts aren't working. Prevents the common agent failure mode of trying random things when stuck. Use when "the first fix didn't work", "this is behaving unexpectedly", "I'm stuck", "why is this happening", or after 2+ failed attempts to fix something.
$npx -y skills add kastalien-research/thoughtbox --skill thoughtbox-debugInstalls into the current project.
Run `npx skills use "https://github.com/kastalien-research/thoughtbox" --skill "kastalien-research/thoughtbox/thoughtbox-debug"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kastalien-research/thoughtbox" that are relevant to the current task. Run `npx skills add "https://github.com/kastalien-research/thoughtbox"` and select the relevant skills, then follow their instructions.