🐞
QualityPython

Node Inspect Debugger

by HezaoHezao

Node Inspect Debugger is a Quality skill for Claude Code, published by HezaoHezao in poirot.

187 stars9 forkson HezaoHezao/poirotAdded 2026/08/12+50% in starsRepository updated 2026/07/28
agentagent-memoryagent-skillagent-skillsagentic-aiagentsai-agentai-agentsai-codingmemorymemory-systemmulti-agent
Install in seconds
Install Node Inspect Debugger
Copy Node Inspect Debugger into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/HezaoHezao/poirot/tree/master/poirot/backend/agents/skill/builtin_skills/software-development/node-inspect-debugger ~/.claude/skills/node-inspect-debugger

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/HezaoHezao/poirot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
poirot/backend/agents/skill/builtin_skills/software-development/node-inspect-debugger/SKILL.md in HezaoHezao/poirot
Installs to
~/.claude/skills/node-inspect-debugger
Collection
One of 37 skills cataloged from this repository
Category
Quality1354 skills

What Node Inspect Debugger does

Node Inspect Debugger drives Node.js's built-in inspector to set breakpoints, step through code, and evaluate expressions. Use it when logs are not enough or you need to inspect a running process, call stack, or profile.

Node Inspect Debugger is cataloged under Quality on DirSkills. Node Inspect Debugger comes from a repository tagged agent, agent-memory, agent-skill, agent-skills and agentic-ai.

Documentation

README

Node.js Inspect Debugger

Overview

When console.log isn't enough, drive Node's built-in V8 inspector programmatically from the terminal. Real breakpoints, step in/over/out, call-stack walking, scope dumps, and arbitrary expression evaluation.

Prefer node inspect first. It's always available and the REPL is fast.

When to Use

  • A Node test fails and you need to see intermediate state
  • A Node process crashes or behaves wrong and you want to inspect state
  • You need to inspect a value in a closure that console.log can't reach
  • Perf: attach to a running process to capture a CPU profile or heap snapshot

Don't use for: things console.log solves in under a minute.

Quick Reference: node inspect REPL

Launch paused on first line:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Node Inspect Debugger

  • What else does HezaoHezao publish alongside Node Inspect Debugger?

    Node Inspect Debugger is one of 37 skills that DirSkills catalogs from HezaoHezao/poirot, the repository it ships in. Its siblings there include Academic Paper Review, ArXiv Research and Architecture Diagram. Each one is a separate skill with its own page in this directory, installs the same way Node Inspect Debugger does, and is maintained by HezaoHezao in that same repository. The rest of the collection is listed on the HezaoHezao/poirot page.

  • How does Node Inspect Debugger compare to other Quality skills?

    Node Inspect Debugger ranks #1265 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Node Inspect Debugger against them. Open each page to compare what they document and how they install.