What problem does it solve?
Nuxt 4+ development can be complex with rapidly evolving patterns and conventions. This Skill provides up-to-date guidance, best practices, and common pitfalls to help developers build robust applications efficiently, reducing time spent on documentation lookup and debugging.
Core Features & Use Cases
- Progressive Guidance: Access specific, up-to-date documentation on server routes, file-based routing, middleware, plugins, and Nuxt-specific composables.
- Best Practices & Conventions: Learn and apply the latest Nuxt 4+ patterns, avoiding outdated approaches and common mistakes.
- Use Case: When implementing a new API endpoint, quickly get guidance on
defineEventHandler and getRouterParam with code examples, ensuring you follow the latest Nuxt 4+ server patterns.
Quick Start
I am working on a Nuxt 4+ project. I need to create a new API endpoint in the server/api/ directory. Provide me with the best practices and code examples for defining a GET endpoint with a dynamic parameter.