nuxt

Configure Nuxt 4.3+ projects with server routes, middleware, and composables.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/daveio/syn-horse --skill nuxt-daveio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt
Source: https://github.com/daveio/syn-horse/tree/main/.agents/skills/nuxt
Command: npx skills add https://github.com/daveio/syn-horse --skill nuxt-daveio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt 4+ projects often require up-to-date server routes, file-based routing, middleware patterns, and composables, plus correct configuration with latest docs.

Core Features & Use Cases

  • Provides comprehensive guidance for setting up Nuxt 4+ projects, including server routes, file-based routing, middleware, and auto-imports.
  • Offers references to server, routing, middleware, Nuxt composables, and config patterns aligned with Nuxt 4.3+.
  • Real-world scenario: start a Nuxt 4.3+ app and apply the recommended project structure and patterns for production readiness.

Quick Start

Open the Nuxt skill and apply the latest Nuxt 4.3+ patterns to your project setup.

Frequently Asked Questions about nuxt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure server routes and file-based routing in Nuxt 4?

To configure server routes and file-based routing in Nuxt 4, apply the latest patterns for h3 v1 and nitropack v2. This provides structured guidance for API routes and pages using auto-imports aligned with official Nuxt 4.3+ documentation.

What is the recommended project structure for a production-ready Nuxt 4.3+ app?

The recommended project structure for a production-ready Nuxt 4.3+ app uses layers, auto-imports, and specific patterns for server routes and middleware. This structure aligns with official Nuxt documentation to ensure correct configuration.

Does this Nuxt 4 guidance cover h3 v1 and nitropack v2?

Yes, this guidance covers h3 v1 and nitropack v2. It applies specifically to Nuxt 4.3+ apps, providing references and patterns for server routes, composables, and modules that rely on these underlying technologies.

How do auto-imports work across API routes and pages in Nuxt 4?

Auto-imports in Nuxt 4 automatically expose composables and utilities across API routes, pages, and modules without manual import statements. This relies on the latest Nuxt 4.3+ configuration patterns and structured references.

When do I need to use layers in my Nuxt 4 project?

You need to use layers in a Nuxt 4 project to organize and reuse project structure, composables, and server routes across different parts of your application. This approach follows the production-ready patterns recommended for Nuxt 4.3+.