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.
npx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-stacksThis skill is limited to using the following tools:
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.mdProvides 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.
Guides Nuxt 4+ development with server routes, file-based routing, middleware patterns, composables, components, and configuration. Covers h3 v1 helpers like validation, WebSocket, SSE, and Nitro v2.
Share bugs, ideas, or general feedback.
Vue.js framework for hybrid static & server rendering.
Auto-detected when project contains:
nuxt.config.ts or nuxt.config.jsnuxt packagedefineNuxtConfig or useNuxtApp patterns