From f5-stacks
Provides Nuxt.js patterns for SSR/SSG/hybrid rendering, data fetching, file-based routing, Pinia state, performance optimization, auth middleware, and Vitest testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/f5-stacks:nuxtThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Vue.js framework for hybrid static & server rendering.
architecture/auto-imports.mdarchitecture/layers.mdarchitecture/project-structure.mddata-fetching/caching.mddata-fetching/server-routes.mddata-fetching/useAsyncData.mddata-fetching/useFetch.mddeployment/edge.mddeployment/nitro.mddeployment/vercel.mdmodules/nuxt-content.mdmodules/nuxt-modules.mdmodules/nuxt-ui.mdrendering/client-only.mdrendering/hybrid-rendering.mdrendering/islands.mdrendering/universal-rendering.mdrouting/file-based-routing.mdrouting/layouts.mdrouting/middleware.mdVue.js framework for hybrid static & server rendering.
Auto-detected when project contains:
nuxt.config.ts or nuxt.config.jsnuxt packagedefineNuxtConfig or useNuxtApp patternsnpx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-stacksGuides Nuxt 4+ development with server routes, file-based routing, middleware, composables, and configuration. Covers h3 v1 and nitropack v2 patterns. Updated for v4.3+.
Provides Next.js patterns for App Router/Pages Router, rendering (SSR/SSG/ISR, server/client components), data fetching/caching, dynamic routing/middleware, performance (images/fonts/bundles), NextAuth, and Jest/Playwright testing.
Standardizes Nuxt 3 project conventions: pages, layouts, SSR/SSG/SPA rendering, data fetching with useFetch/useAsyncData, route middleware, plugins, modules, and server routes.