Nuxt auto-imports, file-based routing, server routes, data fetching (useFetch/useAsyncData), modules ecosystem, hybrid rendering, SEO with useHead, and auto-imported composables. Use when building Nuxt applications.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill nuxt --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nuxt?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-nuxt)More formats (shields.io, HTML) on the badges page.
---
name: nuxt
description: Nuxt auto-imports, file-based routing, server routes, data fetching (useFetch/useAsyncData), modules ecosystem, hybrid rendering, SEO with useHead, and auto-imported composables. Use when building Nuxt applications.
---
## nuxt
Nuxt simplifies Vue development with conventions and auto-imports.
### Core Concepts
- Auto-imports: components/, composables/, utils/ files are auto-imported
- File-based routing: pages/ directory mirrors routes automatically
- Hybrid rendering: SSR, SSG, SWR per page with route rules
### Common Patterns
- useFetch for data fetching with SSR support and deduplication
- useAsyncData for fine-grained control over fetch strategy
- server/ directory for API routes and middleware
### Best Practices
- Leverage auto-imports instead of manual imports
- Use Nuxt modules for auth, content, SEO, and more
- Configure routeRules for per-page rendering strategy
### Common Code Patterns
- useHead for per-page meta tags and SEO metadata
- pages/index.vue as home route, pages/[id].vue for dynamic routes
- Server routes in server/api/ return JSON automatically
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.