OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add onmax/nuxt-skills --skill nuxt
Nuxt application development and maintenance. Use for project structure, pages and routing, data fetching, SSR-safe state, middleware, plugins, server routes, runtime config, route rules, layers, built-in components, hydration, upgrades, and testing.
npx skills add onmax/nuxt-skills --skill nuxt
Use Nuxt-owned primitives for Nuxt lifecycle, rendering, routing, and server behavior. Hand module-specific behavior to the matching module skill instead of reproducing its API here.
package.json, the lockfile, nuxt.config.*, and the directory layout before choosing an API. Nuxt features move, so verify the installed version instead of assuming the latest release.nuxt prepare after config, module, alias, or generated-type changes, then verify the affected runtime path.nuxt-modules skill for authoring or publishing a Nuxt module.useFetch integrates the request with Nuxt's SSR payload, while useSeoMeta participates in Nuxt's head lifecycle. Reach for lower-level primitives only when the task needs behavior these do not provide.