What problem does it solve? Debugging Vue 3 applications often involves subtle reactivity bugs, Composition API misuse, Pinia state inconsistencies, and Nuxt hydration mismatches that are hard to trace without deep framework knowledge. ## Core Features & Use Cases - Problem Playbooks: Step-by-step diagnosis and prioritized fixes (minimal, better, complete) for Composition API issues, reactivity bugs, lifecycle leaks, Pinia state management, component communication, SSR/Nuxt hydration, and template rendering. - Environment Detection: Shell commands to detect Vue version, build tool (Vite, Nuxt, Vue CLI), state management, and router setup before applying fixes. - Code Review Checklist: Framework-specific review criteria covering Composition API compliance, reactivity patterns, Pinia stores, component design, and performance. - Use Case: When a computed property stops updating or a Nuxt page throws a hydration mismatch, invoke this skill to run targeted grep diagnostics and receive a prioritized fix path with official documentation links. ## Quick Start Ask the assistant to use the vue-expert skill to diagnose why my Vue component's watcher is not triggering on a reactive object.