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.