github.com/popey/nuxt-skills
Skill | Added | Review |
|---|---|---|
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. | 94 94 Quality 93% Does it follow best practices? Impact — No eval scenarios have been run Reviewed: Version: 6b12458 | |
tsdown Use when bundling TypeScript libraries - provides tsdown configuration, dual ESM/CJS output, .d.ts generation, package validation, and plugin authoring | 100 100 Quality 100% Does it follow best practices? Impact — No eval scenarios have been run Reviewed: Version: 6b12458 | |
ts-library 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. | 99 99 1.92x Agent success vs baseline Quality 100% Does it follow best practices? Impact 98% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
tresjs Use when building 3D scenes with TresJS (Vue Three.js) - provides TresCanvas, composables (useTres, useLoop), Cientos helpers (OrbitControls, useGLTF, Environment), and post-processing effects | 100 100 Quality 100% Does it follow best practices? Impact — No eval scenarios have been run Reviewed: Version: 6b12458 | |
reka-ui 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. | 99 99 2.69x Agent success vs baseline Quality 100% Does it follow best practices? Impact 97% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
vueuse 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. | 100 100 Quality 100% Does it follow best practices? Impact — No eval scenarios have been run Reviewed: Version: 6b12458 | |
vite 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. | 95 95 1.72x Agent success vs baseline Quality 93% Does it follow best practices? Impact 100% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
nuxt-ui 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. | 100 100 1.16x Agent success vs baseline Quality 100% Does it follow best practices? Impact 100% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
vue 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 | 99 99 1.36x Agent success vs baseline Quality 100% Does it follow best practices? Impact 97% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
nuxthub 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. | 99 99 1.18x Agent success vs baseline Quality 100% Does it follow best practices? Impact 96% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
vitest 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 | 95 95 1.50x Agent success vs baseline Quality 100% Does it follow best practices? Impact 78% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
nuxt-seo Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data. | 94 94 2.38x Agent success vs baseline Quality 93% Does it follow best practices? Impact 93% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
nuxt-content Use when working with Nuxt Content v3, markdown content, or CMS features in Nuxt - provides collections (local/remote/API sources), queryCollection API, MDC rendering, database configuration, NuxtStudio integration, hooks, i18n patterns, and LLMs integration | 100 100 Quality 100% Does it follow best practices? Impact — No eval scenarios have been run Reviewed: Version: 6b12458 | |
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. | 94 94 1.25x Agent success vs baseline Quality 92% Does it follow best practices? Impact 94% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
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. Updated for Nuxt 4.3+. | 100 100 Quality 100% Does it follow best practices? Impact — No eval scenarios have been run Reviewed: Version: 6b12458 | |
motion 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 | 97 97 9.77x Agent success vs baseline Quality 100% Does it follow best practices? Impact 88% Average score across 3 eval scenarios Reviewed: Version: 6b12458 | |
pnpm 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 | 100 100 Quality 100% Does it follow best practices? Impact — No eval scenarios have been run Reviewed: Version: 6b12458 | |
document-writer 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. | 100 100 Quality 100% Does it follow best practices? Impact — No eval scenarios have been run Reviewed: Version: 6b12458 |