About
This skill serves as an elite architectural guide for modernizing Nuxt.js applications. It systematically identifies and resolves technical debt by applying Single Responsibility Principles (SRP), DRY logic extraction, and modern Vue Composition API patterns. From optimizing complex data fetching with useFetch and useAsyncData to organizing Nitro server routes and Nuxt Layers, this skill ensures your codebase is type-safe, performance-optimized, and follows the latest modular standards. It is particularly useful for breaking down monolithic components into reusable composables and ensuring SSR-safe state management with Pinia or useState.