Root-cause a bug before touching a fix: reproduce, isolate, form and test a hypothesis, confirm the cause, then fix and verify. Stops guess-driven patching. For persistent, intermittent, or "already tried a few things" bugs. Trigger phrases: "debug", "root cause", "why is this failing", "intermittent bug", "can't reproduce", "still broken"
$npx -y skills add byerlikaya/claude-starter-kit --skill systematic-debuggingInstalls into the current project.
Run `npx skills use "https://github.com/byerlikaya/claude-starter-kit" --skill "byerlikaya/claude-starter-kit/systematic-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/byerlikaya/claude-starter-kit" that are relevant to the current task. Run `npx skills add "https://github.com/byerlikaya/claude-starter-kit"` and select the relevant skills, then follow their instructions.