hermes-agent/skills/software-development
Brooklyn Nicholson 8d2b08342c Add node-inspect-debugger and python-debugpy skills
Two new skills under skills/software-development/ for real breakpoint-driven
debugging from the terminal:

- node-inspect-debugger: node --inspect / --inspect-brk, node inspect REPL,
  CDP scripting via chrome-remote-interface, attaching to running Node
  processes (SIGUSR1), ui-tui-specific recipes, Vitest under debugger,
  CPU profiles + heap snapshots.

- python-debugpy: pdb quick reference, breakpoint() workflow, pytest --pdb
  (with xdist caveat for scripts/run_tests.sh), post-mortem, debugpy for
  remote/attach, remote-pdb as the agent-friendly alternative to DAP,
  recipes for tui_gateway/_SlashWorker/subprocess debugging.
2026-04-26 17:10:11 -05:00
..
node-inspect-debugger Add node-inspect-debugger and python-debugpy skills 2026-04-26 17:10:11 -05:00
plan fix: save /plan output in workspace (#1381) 2026-03-14 21:28:51 -07:00
python-debugpy Add node-inspect-debugger and python-debugpy skills 2026-04-26 17:10:11 -05:00
requesting-code-review refactor(skills): consolidate code verification skills into one (#4854) 2026-04-03 14:13:27 -07:00
subagent-driven-development refactor: enhance software-development skills with Hermes integration 2026-03-03 04:08:56 -08:00
systematic-debugging refactor: enhance software-development skills with Hermes integration 2026-03-03 04:08:56 -08:00
test-driven-development refactor: enhance software-development skills with Hermes integration 2026-03-03 04:08:56 -08:00
writing-plans refactor: enhance software-development skills with Hermes integration 2026-03-03 04:08:56 -08:00