A solid reference for writing performant Vue 3 code, organized into 45 rules across eight categories from critical reactivity patterns down to advanced techniques. It covers the usual suspects like ref versus reactive, async components, and script setup syntax, plus less obvious wins like v-memo for expensive lists and shallow refs for large objects. Each rule includes before/after examples and performance impact notes. Most useful when you're refactoring existing code or reviewing pull requests, since it gives you specific patterns to look for rather than vague advice. The prioritization helps you focus on what actually matters instead of bikeshedding template syntax.
npx skills add https://github.com/eva813/vue3-skills --skill vue3-best-practices