MANDATORY before declaring code "done", "ready", or ending a turn after writing or debugging a function/handler/module. Use whenever you added a debug print while working something out — console.log, debugger, pdb.set_trace(), breakpoint(), binding.pry, byebug, dd()/var_dump()/print_r(), dbg!(), a "print('here')" or "console.log('DEBUG', x)". Forces you to strip the debug noise before shipping, and to reach for a real logger when you actually need persistent logs. Triggers on "let me add a log to see", "just debugging", "temporary print", "I'll remove this later", "console.log to check", "drop a breakpoint".
$npx -y skills add logicleap-labs/claude-plugins --skill no-debugInstalls into the current project.
Run `npx skills use "https://github.com/logicleap-labs/claude-plugins" --skill "logicleap-labs/claude-plugins/no-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/logicleap-labs/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/logicleap-labs/claude-plugins"` and select the relevant skills, then follow their instructions.