No Debug

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".

logicleap-labs 6aa6c58 4.2 KB Updated

File contents

logicleap-labs/claude-plugins/tree/main/plugins/no-debug/skills/no-debug commit 6aa6c587d5

Frequently asked questions

npx skillmds@latest add logicleap-labs/no-debug