This is a systematic debugging framework that walks you through a five-step process: classify the error type, parse key information, match against known patterns, analyze root cause, then resolve and prevent. It works across languages and frameworks, which is useful if you jump between stacks or maintain polyglot codebases. The structured approach is probably overkill for simple typos but shines when you're staring at a cryptic stack trace at 2am. It comes from davila7's template collection that has 27.7k stars, so the methodology has been battle-tested. Think of it as a checklist that stops you from randomly changing things until the error goes away.
npx -y skills add davila7/claude-code-templates --skill "Error Resolver" --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
JamieMason/syncpack
awslabs/agent-plugins
github/awesome-copilot
addyosmani/agent-skills