bun-debug

Installation
SKILL.md

/bun:debug

Launch a script with Bun's debugger enabled for interactive debugging.

Parameters

  • file (required): Script file to debug
  • --brk: Break at first line (for fast-exiting scripts)
  • --wait: Wait for debugger to attach before running
  • --port=<port>: Use specific port (default: auto-assigned)

Execution

Standard debug (opens debug URL):

bun --inspect $FILE
Installs
51
GitHub Stars
36
First Seen
Feb 9, 2026
bun-debug — laurigates/claude-plugins