onmax/nuxt-skills

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

703Stars on the repository
23Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

document-writer

01

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 57 tokens

motion

02

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 39 tokens

nuxt-content

03

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 52 tokens

nuxt-i18n

04

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 51 tokens

nuxt-modules

05

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.…

703 +1 9d ago A 105 tokens

nuxt-seo

06

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data.

703 +1 9d ago A 40 tokens

nuxt-studio

07

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 50 tokens

nuxt-ui

08

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 58 tokens

nuxt

09

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 52 tokens

nuxthub

10

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 78 tokens

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 56 tokens

pnpm

12

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 48 tokens

reka-ui

13

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 47 tokens

tresjs

14

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

Use when building 3D scenes with TresJS (Vue Three.js) - provides TresCanvas, composables (useTres, useLoop), Cientos helpers (OrbitControls, useGLTF, Environment), and post-processing effects.

703 +1 9d ago A 50 tokens

ts-library

15

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 65 tokens

tsdown

16

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

Use when bundling TypeScript libraries - provides tsdown configuration, dual ESM/CJS output, .d.ts generation, package validation, and plugin authoring.

703 +1 9d ago A 35 tokens

vite

17

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 49 tokens

vitest

18

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 50 tokens

vue

19

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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.

703 +1 9d ago A 44 tokens

onmax/nuxt-skills

Skill Claude CodeCodex

Part of nuxt-skills

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…

703 +1 9d ago A 125 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: