Nuxt 3
CommunityRefactor Nuxt 3 apps safely, fast
System Documentation
What problem does it solve?
Nuxt 3 codebases often drift into inconsistent folder usage, scattered business logic, and risky refactors where pages, components, and server routes blur responsibilities. This Skill creates a consistent architecture so an agent can reorganize code without breaking SSR behavior, auto-import conventions, or error handling.
Core Features & Use Cases
- Enforces a Nuxt-specific folder contract: routes in
pages/, UI components incomponents/, reusable logic incomposables/, and server endpoints inserver/api/. - Standardizes safe data flow: pages stay declarative, composables wrap
useFetch/useAsyncData, and server routes delegate business logic toserver/utils/. - Hardens SSR, errors, and security: uses
createError()/error.vuepatterns, validates config via Nitro, and keeps secrets out ofruntimeConfig.public. - Pinia state guidance: global/shared state goes to
stores/, while local UI state remains in composables.
Quick Start
Give your AI agent the instruction: “Analyze my Nuxt 3 repository and produce a phased refactor plan that moves data fetching into composables, moves business logic into server utilities, and aligns folder responsibilities with the Nuxt 3 architecture rules.”
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Nuxt 3 Download link: https://github.com/Levironexe/architect/archive/main.zip#nuxt-3 Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.