This gives Claude solid Vue 3 fundamentals with a focus on Composition API patterns. You get ref/reactive for state, computed properties, watchers, and the script setup syntax that's become standard. The examples cover props with TypeScript, event emits, v-model bindings, and practical patterns like writable computeds and deep watchers. It's aimed at interactive UIs and SPAs with Vue Router and Pinia mentioned but not deeply covered. The progressive disclosure helps Claude know when to pull this in without overwhelming context. If you're building anything beyond static pages with Vue, this gives Claude enough rope to write idiomatic component code without inventing its own reactivity system.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill vue