This is a modular reference system for Vue 3 projects built around the Composition API. Instead of loading everything at once, you pull in only the reference files you need for your current task: component patterns when working on .vue files, composable guidelines when building use* functions, testing docs when writing specs. It covers the practical stuff like reactive destructuring with defineProps, typed emits, VueUse integration, and common gotchas with vue-tsc. The skill explicitly defers to specialized skills for Nuxt-specific patterns, so it's really focused on core Vue 3 work. Smart for keeping your context window clean while still having solid patterns on hand when you need them.
npx skills add https://github.com/onmax/nuxt-skills --skill vue