nuxt-strata
Installation
SKILL.md
Nuxt Skill Index
This file keeps the highest-frequency Nuxt decisions in context. Use it to avoid generic Vue fallbacks, then route into the right Nuxt pack, Vue guidance, or module delta skill.
Activation Flow
- Explore the project first: inspect the real page, component, route, server handler, collection, or module surface you are changing.
- Use the routing sections in this file and load the smallest matching Nuxt pack.
- If the remaining work is mainly Vue component, composable, reactivity, or SFC work, open Vue Best Practices.
- If module authoring is part of the task, load Module Authoring Conventions before changing
defineNuxtModule, runtime extensions, hooks, or release scaffolding. - If an installed module owns the problem, open its entry under references/modules.
- Apply module guidance as delta-only rules inside that module's APIs, config, runtime behavior, and owned files.