USE when fixing errors, crashes, test failures, or performance issues through systematic debugging and bug fixing.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install git-fg-execute-plugins-execute@Git-Fg/thecattoolkitThis skill is limited to using the following tools:
Fix bugs using the Scientific Method (Hypothesis → Test → Fix), not guesswork.
CRITICAL: Read security checklist below before modifying code.
Debugging often involves temporary fixes, logging sensitive data, or bypassing validation. Ensure you don't inadvertently create security issues.
npm run test
node --version
git status
Read the full stack trace and the relevant source file:
Formulate 2 plausible theories:
user object is null because fetch failed"Add logs or create a reproduction script to prove one hypothesis TRUE. Do not fix yet. Prove it first.
Before executing any code modifications:
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.