Download for macOS
Skill

nuxt

@antfu Updated 2026-06-23

Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.

agent-skillsskills

Install

git clone https://github.com/antfu/skills /tmp/skills && ln -s /tmp/skills/skills/nuxt ~/.claude/skills/nuxt

From README

Core | Topic | Description | Reference | |-------|-------------|-----------| | Directory Structure | Nuxt 4 app/ srcDir, shared/, aliases, conventions | core-directory-structure | | Configuration | nuxt.config.ts, app.config.ts, aliases, compatibilityVersion, experimental | core-config | | CLI Commands | Dev server, build, generate, preview, and utility commands | core-cli | | Routing | File-based routing, dynamic routes, named views, layout props, middleware | core-routing | | Data Fetching | useFetch, useAsyncData, $fetch, createUseFetch factories, caching | core-data-fetching | | Modules | Creating and using Nuxt modules, Nuxt Kit utilities | core-modules | | Deployment | Platform-agnostic deployment with Nitro, Vercel, Netlify, Cloudflare | core-deployment | Features | Topic | Description | Reference | |-------|-------------|-----------| | Composables Auto-imports | Vue/Nuxt composables, custom composables, shared/, useAnnouncer | features-composables | | Components Auto-imports...