What problem does it solve? Setting up a Nuxt 4 project with a clean, scalable structure requires many manual decisions about directories, components, routing, SEO, and configuration. This Skill standardizes Nuxt 4 project creation and maintenance by scaffolding a proven section composition architecture and enforcing consistent conventions. ## Core Features & Use Cases - Project Scaffolding: Creates a Nuxt 4 app with app/ directory structure, layouts, pages, UI primitives, content sections, constants, and a health-check server API route via bundled bootstrap scripts. - Section Composition Architecture: Organizes pages as three layers—reusable components, page-specific content sections in app/content/<page>/, and route pages that assemble sections with SEO/meta handling. - Maintenance & Verification: Handles package manager detection from lockfiles, Nuxt config updates, plugin warning diagnosis, runtime smoke testing in a sandbox, and build verification. - Use Case: Ask the AI to create a new Nuxt 4 marketing site; it scaffolds the project, generates HomeHero/HomeFeature/HomeContact sections, wires up SEO, and verifies the build. ## Quick Start Use the nuxt4-creater skill to create a new Nuxt 4 project called my-site with the default section composition architecture and verify it builds.