nuxt-modules

Create and configure Nuxt modules with runtime extensions, hooks, and release workflows.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/Guibibi/budgetpulse --skill nuxt-modules-guibibi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-modules
Source: https://github.com/Guibibi/budgetpulse/tree/main/.agents/skills/nuxt-modules
Command: npx skills add https://github.com/Guibibi/budgetpulse --skill nuxt-modules-guibibi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create, extend, test, and publish Nuxt modules without having to piece together scattered framework, runtime, and release guidance. It reduces setup mistakes for module anatomy, auto-imports, server routes, and CI/CD publishing workflows.

Core Features & Use Cases

  • Module Development Patterns: Define Nuxt modules with proper metadata, defaults, hooks, runtime injections, and compatibility settings.
  • Runtime Extensions: Add plugins, components, composables, server handlers, templates, and runtime config in a structured way.
  • Testing and Publishing: Set up E2E tests, validate module behavior with fixtures, and prepare npm release workflows and GitHub Actions.
  • Use Case: A developer building a local Nuxt module can use this Skill to wire up runtime utilities, verify the module in a test fixture, and publish it with CI when ready.

Quick Start

Ask the AI to help you design, implement, test, or publish a Nuxt module by describing the module behavior, runtime extensions, and release needs you want to add.

Frequently Asked Questions about nuxt-modules

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

FAQPage Schema
How do I create a Nuxt module with runtime extensions and hooks?

Creating a Nuxt module involves defining metadata, defaults, and hooks using Nuxt Kit patterns to register runtime extensions like plugins, components, composables, and server handlers within your application.

How do I set up E2E testing and fixtures for a Nuxt module?

Set up E2E testing for a Nuxt module by configuring a test fixture to validate module behavior and runtime extensions in an isolated environment before releasing.

What's the best way to publish an npm package for a Nuxt module using CI/CD?

Publish a Nuxt module via CI/CD by preparing npm release workflows and GitHub Actions using secure publishing practices to build and ship the package automatically.

Do I need explicit #imports usage when building Nuxt modules?

Explicit #imports usage is required when building Nuxt modules to ensure runtime extensions, composables, and server routes are properly resolved without auto-import setup mistakes.

Can I develop a local Nuxt module without publishing it to npm?

Develop a local Nuxt module by configuring runtime extensions, hooks, and defaults, then validate module behavior using E2E test fixtures before deciding to publish.

What are Nuxt Kit patterns and when do I need them for module development?

Nuxt Kit patterns are required APIs for module development that let you define metadata, defaults, hooks, and compatibility settings to extend the Nuxt runtime.