Covers the fundamentals you need to scaffold, configure, and route a Nuxt 4 project. Includes concrete patterns for nuxt.config.ts setup, the new app directory structure, file-based routing with dynamic params, SEO meta helpers like useHead and useSeoMeta, and error boundaries. The runtime config section is solid on the server-only versus public split, which trips people up constantly. Also flags the supply chain security angle on nuxi init, which is rare to see documented. Load the advanced routing or plugin references when you need middleware chains or custom router options, but this covers the 80% case cleanly.
npx skills add https://github.com/secondsky/claude-skills --skill nuxt-core