What problem does it solve?
Provides concise, version-aware guidance for developers working with Vue single-file components and code that imports "vue", reducing time spent debugging template, reactivity, and compatibility issues across Vue releases.
Core Features & Use Cases
- Context-aware debugging: Explains common runtime and compile-time errors in .vue files and recommends targeted fixes.
- Version & API notes: Highlights breaking changes, new APIs (e.g., Vapor Mode, useId, defineModel), and compatibility considerations for Vue 3.5/3.6.
- Best practices: Recommends patterns for reactivity, SFC script-setup usage, template refs, performance, and SSR hydration.
- Reference lookup: Maps actionable guidance to authoritative docs, changelogs, and discussion threads for deeper investigation.
- Use cases: Fast triage of template compilation errors, guiding refactors for new Vue features, or advising on mixing Vapor and VDOM components.
Quick Start
Open a .vue file and ask the skill to explain the error, propose a Vue 3.6-compatible fix, and list relevant docs.