dev-debugging

Installation
SKILL.md

Automatic Skill Chaining

IMPORTANT: After completing debugging work, automatically invoke these skills:

  1. After fixing a bug → Use Skill(qa-testing) to verify the fix with proper tests
  2. If canvas issues → Use Skill(vue-flow-debug) for specialized Vue Flow debugging
  3. 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.


Installs
1
First Seen
Apr 22, 2026
dev-debugging — endlessblink/flow-state