What problem does it solve?
This Skill helps you work confidently in Nuxt 4+ projects without relying on outdated routing, middleware, composable, or server patterns. It reduces implementation mistakes by aligning your code with current Nuxt conventions and the latest h3 and Nitro APIs.
Core Features & Use Cases
- Server routes and utilities: Create API endpoints, server middleware, validation logic, WebSocket handlers, and reusable server utilities.
- Routing and navigation: Build file-based pages, parent routes, route groups, typed navigation, and route metadata with modern Nuxt 4 structure.
- Middleware, plugins, and config: Set up auth guards, app plugins, runtime config, route rules, and other Nuxt-specific application behavior.
- Use case: When adding a protected dashboard, you can define the route structure, apply middleware, fetch data with Nuxt composables, and configure the app correctly in one workflow.
Quick Start
Use the nuxt skill to help me add a protected Nuxt 4 page with modern route middleware, typed navigation, and a server API endpoint.