nuxt-modules

Build, test, and publish Nuxt modules with defineNuxtModule patterns.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/vito1317/security-one-waf-website --skill nuxt-modules-vito1317
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-modules
Source: https://github.com/vito1317/security-one-waf-website/tree/main/.tessl/tiles/onmax/nuxt-skills/skills/nuxt-modules
Command: npx skills add https://github.com/vito1317/security-one-waf-website --skill nuxt-modules-vito1317

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt module development and publishing guidelines to help teams build, test, and distribute Nuxt modules using a consistent approach.

Core Features & Use Cases

  • Module anatomy and defineNuxtModule patterns to extend Nuxt functionality
  • Kit utilities, hooks, and runtime/server integration for robust modules
  • E2E testing, publishing workflows, and CI/CD templates for reliable releases
  • Use cases include creating published npm modules (@nuxtjs/...), local modules, and custom runtime/server extensions

Quick Start

Create a new Nuxt module project, install dependencies, and run a local playground to try it.

Frequently Asked Questions about nuxt-modules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Nuxt module using defineNuxtModule?

Build a Nuxt module by using the defineNuxtModule pattern to extend Nuxt functionality. This approach enforces consistent module anatomy, allowing you to integrate Kit utilities, hooks, and runtime server extensions for robust module development.

What is the best way to test a Nuxt module before publishing?

Test a Nuxt module before publishing by using E2E testing workflows. This ensures reliable releases by validating module behavior and runtime integration within a local playground before distributing the module to npm.

How do I publish a Nuxt module to npm?

Publish a Nuxt module to npm by following established publishing workflows and CI/CD templates. This process ensures your module, built with defineNuxtModule and Nuxt Kit utilities, is reliably distributed for other developers to install.

Can I use Nuxt Kit utilities for local project modules?

Yes, you can use Nuxt Kit utilities for local project modules, published npm modules, and custom runtime server extensions. They provide hooks and integration capabilities to extend Nuxt app functionality consistently across different use cases.

Does Nuxt module development support custom server and runtime extensions?

Yes, Nuxt module development supports custom server and runtime extensions used in Nuxt apps. By leveraging defineNuxtModule and Nuxt Kit hooks, developers can build robust modules that integrate deeply with the server and runtime layers.