🎯

nuxt-modules

🎯Skill

from onmax/nuxt-skills

VibeIndex|
What it does
|

Guide for creating Nuxt modules that extend framework functionality, covering defineNuxtModule patterns, Kit utilities, hooks, E2E testing, and release automation for both published npm and local project modules.

Overview

nuxt-modules is a Claude Code skill that provides guidance for creating Nuxt modules, covering both published npm modules and local project modules. It includes patterns for defineNuxtModule, Kit utilities, hooks, end-to-end testing, and release automation, making it a comprehensive reference for the full Nuxt module development lifecycle.

Key Features

  • Published npm module patterns: Guidance for creating and publishing Nuxt modules as npm packages with @nuxtjs/ or nuxt- prefixes.
  • Local project modules: Patterns for building modules in the local modules/ directory for project-specific functionality.
  • Runtime and server extensions: Covers creating components, composables, plugins, API routes, and middleware within Nuxt modules.
  • defineNuxtModule and Kit utilities: Provides patterns for using Nuxt's official module authoring APIs and utility functions.
  • CI/CD and release automation: Includes workflows for testing, publishing, and maintaining Nuxt modules with automated pipelines.

Who is this for?

This skill is designed for Nuxt.js developers who are building custom modules, whether for open-source distribution via npm or for internal project use. It is especially valuable for developers who want to extend Nuxt's functionality with well-structured modules that follow official best practices.

πŸ“¦

Same repository

onmax/nuxt-skills(38 items)

nuxt-modules

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add onmax/nuxt-skills --skill nuxt-modules
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add onmax/nuxt-skills --skill nuxt-modules
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/nuxt-modules/SKILL.md

SKILL.md

770Installs
496
-
Last UpdatedJan 29, 2026

More from this repository10

🎯
reka-ui🎯Skill

Agent skills for Nuxt.js development, providing AI assistants with specialized knowledge for building Nuxt applications and modules.

🎯
nuxt🎯Skill

Progressive guidance for Nuxt 4+ projects (v4.3+) providing server routes, file-based routing, middleware patterns, Nuxt-specific composables, h3 v1 helpers (validation, WebSocket, SSE), and nitropack v2 patterns.

🎯
vue🎯Skill

Agent skills for Nuxt.js development, providing AI assistants with specialized knowledge for building Nuxt applications and modules.

🎯
nuxt-ui🎯Skill

Component library skill for Vue 3 and Nuxt 4+ built on Reka UI, Tailwind CSS v4, and Tailwind Variants, covering @nuxt/ui v4 components like Button, Modal, Form, Table with theming, validation, and composables.

🎯
vueuse🎯Skill

Agent skills for Nuxt.js development, providing AI assistants with specialized knowledge for building Nuxt applications and modules.

🎯
motion🎯Skill

Animation library skill for Vue 3 and Nuxt providing Motion Vue (motion-v) component API, gesture animations, scroll-linked effects, layout transitions, and spring physics with minimal bundle size.

🎯
ts-library🎯Skill

Patterns for authoring high-quality TypeScript libraries covering project setup, package exports (dual CJS/ESM), build tooling (tsdown/unbuild), API design patterns, type inference, testing with vitest, and release workflows.

🎯
document-writer🎯Skill

Writing guidance for blog posts and documentation following Nuxt ecosystem patterns, covering active voice style, content structure, and MDC component usage while overriding brevity rules for proper grammar.

🎯
nuxt-seo🎯Skill

Nuxt SEO meta-module covering robots.txt, sitemap.xml generation, dynamic OG image creation, JSON-LD structured data (schema.org), breadcrumbs, and canonical URL configuration.

🎯
nuxt-content🎯Skill

Agent skills for Nuxt.js development, providing AI assistants with specialized knowledge for building Nuxt applications and modules.