arch-nuxt is the Vitesse-style starter for Nuxt 4 : SSR, file-based routing, auto-imports, and an opinionated stack (Vite, UnoCSS, Pinia, VueUse, ColorMode, VitePWA). It provides a minimal, production-ready setup: structure, layouts, composables, Pinia store with HMR, server API, PWA config, and UnoCSS. Prefer Vite-powered Nuxt; do not consider webpack or other bundlers. The skill is based on vitesse-nuxt (arch-nuxt source), generated at 2026-01-30. Recommended practices: - Prefer Vite-powered Nuxt; skip webpack and other bundlers - Use Pinia for global/client state; use for SSR-shared state…