vue-debug-guides

$npx skills add vuejs-ai/skills --skill vue-debug-guides
SKILL.md

Vue Debug Guides

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 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.

Reactivity

Watchers

Components

Props & Emits

Templates

Template Refs

Forms & v-model

Events & Modifiers

Lifecycle

Slots

Provide/Inject

Attrs

Composables

Composition API

Async Components

Teleport

Suspense

SSR

SFC (Single File Components)

Plugins

App Configuration