For Nuxt
Project Spine for Nuxt
Nitro, auto-imports, modules — compiled into rules your agents won't misread.
Spine reads Nuxt project structure, Nitro server routes, modules, and auto-imports, and emits deterministic agent rules tied to real files.
What Spine detects in a Nuxt repo
- Nitro server routes + plugins
- Module set and their contracts
- Auto-import boundary
- Render mode (SSR, SPA, hybrid)
Get started
~ — spine inspect --repo .
$ npm install -g project-spine@next $ spine inspect --repo . ✓ detected Nuxt 3/4 $ spine compile --brief ./brief.md --repo . ✓ wrote AGENTS.md, CLAUDE.md, copilot-instructions.md
Templates that fit Nuxt
- saas-marketingContent-driven marketing site in Nuxt.
- app-dashboardAuthenticated Nuxt app with server routes.
Guardrails Spine compiles for Nuxt
- Server vs client boundaries documented
- Module usage surfaced as rules
- Render mode constraints codified
- Deployment target contract