dev-debugging
Installation
SKILL.md
Automatic Skill Chaining
IMPORTANT: After completing debugging work, automatically invoke these skills:
- After fixing a bug → Use
Skill(qa-testing)to verify the fix with proper tests - If canvas issues → Use
Skill(vue-flow-debug)for specialized Vue Flow debugging - If Supabase issues → Use
Skill(supabase-debugger)for database/auth debugging
When to Defer to Specialized Skills
| Issue Type | Use This Skill Instead |
|---|---|
| Canvas/Vue Flow issues | Skill(vue-flow-debug) |
| Supabase/Auth problems | Skill(supabase-debugger) |
| Port/server conflicts | Skill(ops-port-manager) |
Use THIS skill for: general Vue reactivity, Pinia state bugs, task store CRUD, keyboard shortcuts, memory leaks, performance issues, cross-cutting bugs spanning multiple systems.