A comprehensive rulebook covering Vue 3 Composition API patterns, component design, reactivity, and TypeScript integration. You'd reach for this during code reviews or when refactoring to ensure you're following idiomatic patterns like using `<script setup>`, picking `ref()` vs `reactive()` correctly, and structuring props with proper TypeScript types. What makes it solid is the Tailwind CSS and PrimeVue sections. The Tailwind guidance covers utility-first patterns and the common pitfall of class concatenation, while the PrimeVue rules are refreshingly opinionated: it tells you to use design tokens for customization and explicitly warns against PassThrough API abuse or wrapping components just to restyle them. Good for teams wanting consistent Vue codebases without bikeshedding every architectural decision.
npx skills add https://github.com/dedalus-erp-pas/foundation-skills --skill vue-best-practices