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-stacksProvides Nuxt 4 conventions: directory structure, SSR/SPA/hybrid rendering, file-based routing, auto-imports, data fetching, server routes, and deployment.
Guides Nuxt 3.x full-stack Vue development: SSR, file-based routing, auto-imports, useFetch, server routes, modules, composables, state management, deployment, and best practices.
Guides Nuxt application development: project structure, pages, data fetching, SSR state, middleware, plugins, server routes, config, components, hydration, upgrades, and testing.