nuxt

Installation
SKILL.md

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.

Start here

  1. Inspect 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.
  2. Open only the reference that owns the task.
  3. Prefer the smallest Nuxt primitive that preserves SSR, hydration, and generated types.
  4. Run nuxt prepare after config, module, alias, or generated-type changes, then verify the affected runtime path.

Reference map

Installs
7.4K
GitHub Stars
700
First Seen
Jan 19, 2026
nuxt — onmax/nuxt-skills