AI AGENT ADDONS

Vue Debug Guides

vuejs-ai/skills
Debugging
8,240installs

Vue 3 apps sometimes break with unexpected errors. You might see re-renders that happen too often or data that does not update correctly. These issues can be hard to find without the right help.

This skill gives you clear paths to fix common Vue 3 problems. It covers reactivity traps like missing .value and broken proxies. It also explains computed pitfalls and watcher mistakes that cause stale data or memory leaks.

You will also learn to handle component errors like missing child components or broken event listeners. For SS and hydration bugs, the guides show you exactly what to check. These tips help you debug faster and build more reliable Vue apps.

Add Vue Debug Guides skill to your workflow

Global

mkdir -p ~/.claude/skills/vue-debug-guides

Project

mkdir -p .claude/skills/vue-debug-guides

Source Repository

Stars
2,641
Forks
154
Watchers
2,641
License
MIT
Last Push
2 months ago
Created
6 months ago