← ClaudeAtlas

nuxtlisted

This skill should be used when working on Nuxt projects (v3+). Use it for building Vue applications with Nuxt's file-based routing, server-side rendering, and auto-import features. Trigger when working with .vue or .ts files in Nuxt directories (pages/, server/, composables/, middleware/), nuxt.config.ts, or when the project contains a nuxt dependency in package.json. Also trigger for questions about Nuxt concepts like composables, auto-imports, server routes, SSR/SSG patterns, or file-based routing.
lttr/claude-marketplace · ★ 2 · Web & Frontend · score 75
Install: claude install-skill lttr/claude-marketplace
# Nuxt Development ## Overview This skill provides specialized guidance for developing Nuxt applications (v3+), including Vue best practices, Nuxt-specific conventions, ecosystem library knowledge, and access to up-to-date documentation. ## When to Use This Skill Trigger this skill when: - Working in a project with `nuxt` as a dependency in package.json - Creating or editing `.vue` single-file components - Working with `.ts` or `.tsx` files in Nuxt directories: `pages/`, `server/`, `composables/`, `middleware/`, `layouts/`, or `utils/` - Working with Nuxt-specific files: `nuxt.config.ts`, `app.vue`, or any file in Nuxt convention directories - Questions about Nuxt architecture, routing, or SSR/SSG patterns - User mentions Nuxt-specific concepts: composables, auto-imports, server routes, server API, middleware, file-based routing - Debugging Nuxt-specific issues or errors ## Documentation Access ### Official Nuxt Documentation Fetch up-to-date Nuxt documentation when needed: ``` https://nuxt.com/llms.txt ``` Fetch when: - Uncertain about current Nuxt API syntax or conventions - User asks about specific Nuxt features or modules - Working with recently released Nuxt features - Encountering Nuxt-specific errors or configuration issues - Need to verify patterns work with the specific Nuxt version in use ## Quick Reference ### Auto-Imported APIs (No Import Needed) Nuxt automatically imports these without explicit import statements: **Vue APIs:** `ref`, `reactive`, `c