Solid reference for keeping Nuxt 3/4 projects clean and performant. Covers 40+ rules across eight categories, from critical data fetching patterns (useFetch keys, lazy loading, transform functions) to auto-import organization that won't bite you later. The barrel export and type location rules alone will save headaches if you're scaling a codebase. Each rule includes wrong/right examples, which beats vague advice. Prioritized by impact, so you know what actually matters versus nice-to-haves. Use it when writing components, setting up API routes, or reviewing PRs where someone used raw fetch in a component. Built by vinayakkulkarni, who clearly spent time in Nuxt codebases that grew messy.
npx skills add https://github.com/vinayakkulkarni/vue-nuxt-best-practices --skill nuxt-best-practices