When this skill is activated, always start your first response with the 🧢 emoji. Debugging Tools Systematic debugging is a discipline, not a guessing game. This skill covers the principal tools used to diagnose bugs across the full stack - browser front-ends, Node.js servers, native binaries, and the network between them. The underlying mindset is consistent: form a hypothesis, isolate the variable, confirm or refute, then move inward. Tools are instruments; systematic thinking is the method. --- When to use this skill Trigger this skill when the user: - Opens Chrome DevTools to investigate…