Use during active debugging when you have a hypothesis to test or need to instrument a running system. Activate for keywords like "debug", "instrument", "log", "trace", "breakpoint", "what's happening at runtime", "production behavior". Pair to investigate-root-cause for the doing-it phase. Always record what you observed -- never debug entirely "in your head" without leaving evidence behind.
$npx -y skills add duthaho/claudekit --skill evidence-driven-debuggingInstalls into the current project.
Run `npx skills use "https://github.com/duthaho/claudekit" --skill "duthaho/claudekit/evidence-driven-debugging"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/duthaho/claudekit" that are relevant to the current task. Run `npx skills add "https://github.com/duthaho/claudekit"` and select the relevant skills, then follow their instructions.