agent/claude/code
Snider 547a29dfd1
feat: Add /core:debug skill for systematic debugging (#62)
Adds a new skill, `/core:debug`, to provide a structured workflow for debugging issues. The skill is defined in `claude/code/commands/debug.md` and follows the systematic protocol outlined in the original request.

The debugging protocol includes the following steps:
1.  Reproduce
2.  Isolate
3.  Hypothesize
4.  Test Hypotheses
5.  Fix
6.  Verify
2026-02-02 07:11:33 +00:00
..
.claude-plugin refactor: extract data collection into separate 'collect' plugin 2026-02-02 00:00:50 +00:00
commands feat: Add /core:debug skill for systematic debugging (#62) 2026-02-02 07:11:33 +00:00
hooks refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
scripts refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
skills feat(code): add skills from core-claude 2026-02-02 04:56:13 +00:00
hooks.json refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00