Back to tags
Tag

Agent Skills with tag: nuxt

17 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

nuxt-architecture

Foundational architecture for Nuxt 4 + Vue 3 + Nuxt UI applications. Use when starting new projects, understanding project structure, or making architectural decisions about directory organization, technology choices, and pattern selection.

nuxtvue3nuxt4project-structure
leeovery
leeovery
1

nuxt-components

Vue component patterns with Composition API and script setup. Use when creating components, understanding script setup order convention, organizing component directories, or implementing component patterns like slideovers, modals, and tables.

vuecomposition-apicomponent-patternsnuxt
leeovery
leeovery
1

nuxt-pages

File-based routing with page patterns for lists, details, and navigation. Use when creating pages, defining page meta (permissions, layouts), implementing list/detail patterns, or setting up breadcrumbs and headers.

nuxtroutingfile-based-routingpage-meta
leeovery
leeovery
1

nuxt-features

Feature module pattern organizing domain logic into queries, mutations, and actions. Use when implementing data fetching with filters, API mutations with loading states, business logic with UI feedback, or organizing domain-specific code.

feature-modulesdomain-driven-designdata-fetchingstate-management
leeovery
leeovery
1

nuxt-errors

Error handling with error classes, handlers, and interceptors. Use when handling API errors, displaying validation errors, configuring error handlers, or implementing error interceptors.

error-handlingapivalidation-errorsinterceptors
leeovery
leeovery
1

nuxt-composables

Creating custom Vue composables with proper patterns. Use when building reusable stateful logic, shared state management, or encapsulating feature-specific behavior.

vuenuxtcomposition-apistate-management
leeovery
leeovery
1

nuxt-enums

TypeScript enum pattern with Castable interface for model integration. Use when creating enums with behavior methods (colors, labels), defining fixed value sets, or integrating enums with the model casting system.

typescriptenumsmodelscasting
leeovery
leeovery
1

nuxt-layers

Working with Nuxt layers (base, nuxt-ui, x-ui) that provide shared functionality. Use when understanding layer architecture, importing from layers, extending layer functionality, or creating new layers.

nuxtlayer-architecturefrontend-frameworkmodular-design
leeovery
leeovery
1

nuxt-tables

Table components with column builder pattern and XTable. Use when creating data tables, defining columns with custom cells, implementing row actions, or building reusable table configurations.

vuenuxtdata-tablestable-components
leeovery
leeovery
1

nuxt-config

Nuxt and app configuration files. Use when configuring nuxt.config.ts, app.config.ts, environment variables, runtime config, or understanding how configuration flows through the application.

nuxttypescriptenvironment-variablesruntime-config
leeovery
leeovery
1

nuxt-repositories

Repository pattern for API access with automatic model hydration. Use when creating repositories for API resources, configuring model hydration, adding custom API methods, or registering repositories in app config.

repository-patternapimodel-hydrationnuxt
leeovery
leeovery
1

vue-nuxt

Master Nuxt.js - SSR, SSG, Nitro Server, Modules, Auto-imports, Deployment

nuxtvuessrstatic-site-generator
pluginagentmarketplace
pluginagentmarketplace
1

nuxt-better-auth

Use when implementing auth in Nuxt apps with @onmax/nuxt-better-auth - provides useUserSession composable, server auth helpers, route protection, and Better Auth plugins integration.

authenticationnuxtsession-persistenceauthorization
onmax
onmax
351

nuxt-ui

Use when building styled UI with @nuxt/ui v4 components (Button, Modal, Form, Table, etc.) - provides ready-to-use components with Tailwind Variants theming. Use vue skill for raw component patterns, reka-ui for headless primitives.

nuxtvuetailwindtheming
onmax
onmax
351

nuxt

Use when working on Nuxt 4+ projects - provides server routes, file-based routing, middleware patterns, Nuxt-specific composables, and configuration with latest docs. Covers h3 v1 helpers (validation, WebSocket, SSE) and nitropack v2 patterns.

nuxtvuenodejsrouting
onmax
onmax
351

nuxt-modules

Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions (components, composables, plugins), (4) Server extensions (API routes, middleware), (5) Releasing/publishing modules to npm, (6) Setting up CI/CD workflows for modules. Provides defineNuxtModule patterns, Kit utilities, hooks, E2E testing, and release automation.

nuxtnodejsnpmci-cd
onmax
onmax
351

nuxt-content

Use when working with Nuxt Content v3 - provides collections (local/remote/API sources), queryCollection API, MDC rendering, database configuration, NuxtStudio integration, hooks, i18n patterns, and LLMs integration

nuxtnuxt-contentmarkdowni18n
onmax
onmax
351