---
title: "onmax&#x2F;nuxt-skills skills · skilld"
canonical_url: "https://skilld.dev/gh/onmax/nuxt-skills"
last_updated: "2026-08-04T11:15:11.009Z"
meta:
  description: "Vue, Nuxt, and NuxtHub skills for AI coding assistants."
  "og:description": "Vue, Nuxt, and NuxtHub skills for AI coding assistants."
  "og:title": "onmax/nuxt-skills skills"
  "twitter:description": "Vue, Nuxt, and NuxtHub skills for AI coding assistants."
  "twitter:title": "onmax/nuxt-skills skills"
---

`

[All skills](https://skilld.dev/skills)

[![onmax avatar](https://github.com/onmax.png)onmax profile](https://skilld.dev/gh/onmax)

# **onmax/nuxt-skills**

Vue, Nuxt, and NuxtHub skills for AI coding assistants.

main Updated last week [GitHub](https://github.com/onmax/nuxt-skills)

## Repository statistics

- Indexed skills

  **22**
- Skill groups

  **2**
- GitHub stars

  **696**
- Forks

  **35**

## Skills

22 total

Sort skills

[<h3>**/nuxt-i18n**</h3>Internationalize Nuxt applications with @nuxtjs/i18n. Use when configuring locales or browser detection, translating messages or routes, building locale switchers, handling fallbacks, lazy-loading messages, or adding locale SEO. /nuxt-i18n](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-i18n)

Updated 2 weeks ago

[<h3>**/nuxt**</h3>Nuxt application development and maintenance. Use for project structure, pages and routing, data fetching, SSR-safe state, middleware, plugins, server routes, runtime config, route rules, layers, built-in components, hydration, upgrades, and testing. /nuxt](https://skilld.dev/gh/onmax/nuxt-skills/nuxt)

Updated 2 weeks ago

[<h3>**/nuxt-content**</h3>Build typed, content-driven Nuxt applications with @nuxt/content. Use when working with content.config.ts, collections, queryCollection, Markdown or MDC rendering, content databases, hooks, custom sources, search, or Content v2 migrations. /nuxt-content](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-content)

Updated 2 weeks ago

[<h3>**/nuxt-studio**</h3>Configure and operate the self-hosted Nuxt Studio editor for Nuxt Content. Use when working with nuxt-studio installation, editor customization, OAuth or custom authentication, media, drafts, Git publishing, or production deployment. /nuxt-studio](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-studio)

Updated 2 weeks ago

[<h3>**/phaser-best-practices**</h3>Builds and refactors Phaser 3 browser games. Use for creating a new Phaser project, adding scenes, entities, physics, UI, tilemaps, animations, input, audio, camera, or for fixing Phaser-specific bugs and performance problems. /phaser-best-practices](https://skilld.dev/gh/onmax/nuxt-skills/phaser-best-practices)

Updated 4 months ago

[<h3>**/writing-web-documentation**</h3>Write, rewrite, review, and organize developer-facing documentation for web software projects. Use when creating or improving README files, docs homepages, quickstarts, tutorials, how-to guides, API/reference pages, conceptual explanations, migration guides, or troubleshooting content for frontend, backend, full-stack, SDK, API, or framework-based web products. This skill applies strong information architecture, task-first page structure, clear voice, runnable examples, version and prerequisite hygiene, accessibility rules, and docs-as-code maintenance habits. Do not use it for marketing copy, legal text, or non-technical customer-support articles. /writing-web-documentation](https://skilld.dev/gh/onmax/nuxt-skills/writing-web-documentation)

Updated 4 months ago

[<h3>**/document-writer**</h3>Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense), content structure patterns, and MDC component usage. Overrides brevity rules for proper grammar. Use nuxt-content for MDC syntax, nuxt-ui for component props. /document-writer](https://skilld.dev/gh/onmax/nuxt-skills/document-writer)

Updated 5 months ago

[<h3>**/nuxt-ui**</h3>Use when building styled UI with @nuxt/ui v4 components - create forms with validation, implement data tables with sorting, build modal dialogs and overlays, configure Tailwind Variants theming. Use vue skill for raw component patterns, reka-ui for headless primitives. /nuxt-ui](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-ui)

Updated 5 months ago

[<h3>**/pnpm**</h3>Use when managing Node.js dependencies with pnpm - install packages, configure monorepo workspaces, set up pnpm catalogs, resolve dependency conflicts with overrides, patch third-party packages, and configure CI pipelines for pnpm projects /pnpm](https://skilld.dev/gh/onmax/nuxt-skills/pnpm)

Updated 5 months ago

[<h3>**/ts-library**</h3>Use when authoring TypeScript libraries or npm packages - covers project setup, package.json exports, build tooling (tsdown/unbuild), API design patterns, type inference tricks, testing, and publishing to npm. Use when bundling, configuring dual CJS/ESM output, or setting up release workflows. /ts-library](https://skilld.dev/gh/onmax/nuxt-skills/ts-library)

Updated 5 months ago

[<h3>**/vitest**</h3>Use when writing unit/integration tests for Vite projects - configure vitest.config.ts, write test suites with describe/it, create mock implementations with vi.fn and vi.mock, set up code coverage thresholds, and run tests in parallel /vitest](https://skilld.dev/gh/onmax/nuxt-skills/vitest)

Updated 5 months ago

[<h3>**/vue**</h3>Use when editing .vue files, creating Vue 3 components, writing composables, or testing Vue code - provides Composition API patterns, props/emits best practices, VueUse integration, and reactive destructuring guidance /vue](https://skilld.dev/gh/onmax/nuxt-skills/vue)

Updated 5 months ago

[<h3>**/vueuse**</h3>Use when working with VueUse composables - track mouse position with useMouse, manage localStorage with useStorage, detect network status with useNetwork, debounce values with refDebounced, and access browser APIs reactively. Check VueUse before writing custom composables - most patterns already implemented. /vueuse](https://skilld.dev/gh/onmax/nuxt-skills/vueuse)

Updated 5 months ago

[<h3>**/tresjs**</h3>Use when building 3D scenes with TresJS (Vue Three.js) - provides TresCanvas, composables (useTres, useLoop), Cientos helpers (OrbitControls, useGLTF, Environment), and post-processing effects /tresjs](https://skilld.dev/gh/onmax/nuxt-skills/tresjs)

Updated 6 months ago

[<h3>**/reka-ui**</h3>Use when building with Reka UI (headless Vue components) - provides component API, accessibility patterns, composition (asChild), controlled/uncontrolled state, virtualization, and styling integration. Formerly Radix Vue. /reka-ui](https://skilld.dev/gh/onmax/nuxt-skills/reka-ui)

Updated 6 months ago

[<h3>**/vite**</h3>Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite. /vite](https://skilld.dev/gh/onmax/nuxt-skills/vite)

Updated 6 months ago

[<h3>**/tsdown**</h3>Use when bundling TypeScript libraries - provides tsdown configuration, dual ESM/CJS output, .d.ts generation, package validation, and plugin authoring /tsdown](https://skilld.dev/gh/onmax/nuxt-skills/tsdown)

Updated 6 months ago

[<h3>**/nuxthub**</h3>Use when building NuxtHub v0.10.6 applications - provides database (Drizzle ORM with sqlite/postgresql/mysql), KV storage, blob storage, and cache APIs. Covers configuration, schema definition, migrations, multi-cloud deployment (Cloudflare, Vercel), and the new hub:db, hub:kv, hub:blob virtual module imports. /nuxthub](https://skilld.dev/gh/onmax/nuxt-skills/nuxthub)

Updated 6 months ago

[<h3>**/nuxt-better-auth**</h3>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. /nuxt-better-auth](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-better-auth)

Updated 6 months ago

[<h3>**/motion**</h3>Use when adding animations with Motion Vue (motion-v) - provides motion component API, gesture animations, scroll-linked effects, layout transitions, and composables for Vue 3/Nuxt /motion](https://skilld.dev/gh/onmax/nuxt-skills/motion)

Updated 6 months ago

[<h3>**/nuxt-modules**</h3>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. /nuxt-modules](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-modules)

Updated 6 months ago

[<h3>**/nuxt-seo**</h3>Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data. /nuxt-seo](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-seo)

Updated 6 months ago