Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Node Debug Inspector

    10

    Attach to a Node.js process through the V8 inspector protocol and drive breakpoints, stack walks, and variable dumps with zero extra dependencies. Use when a No

    Free

    1 installSecurity scanned
    Node Debug Inspector

    Node Debug Inspector

    Example session with this skill installed

    Attach to the process at 127.0.0.1:9333, set a breakpoint at line 41 of src/server.js, and dump the value of the 'config' object when hit.

    • Read your context and instructions
    • Compiled the node debug inspector

    Target attached. Breakpoint set at src/server.js:41.
    Pause event received.
    Evaluation result for 'config': { port: 8080, db: 'active', retries: 3 }.
    Resuming process.

    Connects securely to your tools. The creator never sees your data.

    About this skill

    The problem

    Print debugging fails when issues involve deep closures, unhandled promise rejections, or complex state that console.log cannot reach. Setting up a full IDE debugger often introduces too much friction or environment overhead for a quick probe.

    What it does

    • Attaches to running Node.js processes via the V8 Chrome DevTools Protocol (CDP).
    • Sets targeted breakpoints and conditional pauses without modifying source code.
    • Evaluates expressions directly within the local scope of a paused call frame.
    • Generates CPU profiles to identify performance bottlenecks in hot endpoints.
    • Walks call stacks to trace the origin of errors or hanging requests.

    Frameworks & tools

    Node.js (v22+ for native WebSocket support), Chrome DevTools Protocol (CDP), and curl.

    Why this beats prompting it yourself

    Manually constructing CDP JSON-RPC messages is error-prone and requires deep knowledge of the V8 inspector's internal methods. This skill automates the boilerplate for WebSocket handshakes and frame evaluation, providing immediate access to the process internals without manual protocol implementation.

    Use cases

    • Debug a hanging request by inspecting the state of unresolved promises.
    • Recover variable values from private closures during a production-like crash.
    • Verify execution paths in complex test suites without adding instrumentation.
    • Capture CPU profiles of specific functions to resolve latency spikes.

    Known limitations

    Requires the Node.js process to be started with the --inspect flag or triggered via SIGUSR1. Native WebSocket support requires Node.js 22 or higher for the probe script.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    1 install

    Downloaded by developers to date

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 25 days ago

    • Free to download with an account

    Listed25 days ago
    Updated20 days ago

    Frequently Asked Questions