nuxt

Locate and document Skill units with SKILL.md YAML frontmatter.

Updated May 8, 2026
One-click install
npx skills add https://github.com/ryanpastorizadev-bit/woosoo-grillpad --skill nuxt-ryanpastorizadev-bit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nuxt
Source: https://github.com/ryanpastorizadev-bit/woosoo-grillpad/tree/main/.agents/skills/nuxt
Command: npx skills add https://github.com/ryanpastorizadev-bit/woosoo-grillpad --skill nuxt-ryanpastorizadev-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt is a comprehensive framework for building universal Vue apps with server-side rendering, auto-imports, and file-based routing, and this Skill unit consolidates its key concepts for quick reference.

Core Features & Use Cases

  • SSR-ready Vue app development with file-based routing and Nitro server engine.
  • Module ecosystem, server routes, data fetching patterns, and deployment flexibility.
  • Use cases include architecture walkthroughs, onboarding new team members, and rapid prototyping of Nuxt apps.

Quick Start

Use the Nuxt Skill to quickly understand core concepts and to scaffold a starter Nuxt project using the default template.

Frequently Asked Questions about nuxt

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

FAQPage Schema
How do I build a Vue app with server-side rendering?▼

Server-side rendering in Vue apps is handled by Nuxt, which provides the Nitro server engine, auto-imports, and file-based routing to build universal applications.

What is file-based routing in Nuxt?▼

File-based routing in Nuxt is a core feature that automatically maps your application's directory structure to routes, simplifying navigation setup without explicit route configuration.

How do I scaffold a starter Nuxt project?▼

To scaffold a starter Nuxt project, use the Nuxt Skill to quickly understand core concepts and generate a starter application using the default template for rapid prototyping.

Does the Nitro server engine support server routes?▼

Yes, the Nitro server engine supports server routes, enabling flexible deployment options and server-side data fetching patterns within your universal Vue application architecture.

How does Nuxt handle data fetching patterns?▼

Nuxt handles data fetching patterns through its module ecosystem and server routes, providing structured approaches for retrieving data during server-side rendering and client-side navigation.

When do I need auto-imports in a Vue application?▼

You need auto-imports in a Vue application when using Nuxt to automatically import components, composables, and utilities, reducing manual import statements and streamlining development.