Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development best practices and common gotchas, use `vue-best-practices`. - Tracing unexpected re-renders and state updates → See [reactivity-debugging-hooks](https://github.com/vuejs-ai/skills/blob/main/skills/vue-debug-guides/reference/reactivity-debugging-hooks.md) - Async operations overwriting with stale data → See [watch-async-cleanup](https://github.com/vuejs-ai/skills/blob/main/ski
vue-best-practices.