nuxt-ui-integration

Verify Nuxt UI 4 component props, slots, and events via MCP-first workflow.

Updated Aug 29, 2025
One-click install
npx skills add https://github.com/teocrafters/public-talk-planner --skill nuxt-ui-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-ui-integration
Source: https://github.com/teocrafters/public-talk-planner/tree/main/.claude/skills/nuxt-ui-integration
Command: npx skills add https://github.com/teocrafters/public-talk-planner --skill nuxt-ui-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies correct Nuxt UI 4 component usage with MCP-first workflow to prevent API misuse, naming errors, and integration pitfalls.

Core Features & Use Cases

  • MCP-first component API verification to confirm props, slots, and events.
  • Enforces correct Nuxt UI component names and patterns (e.g., UModal, UDropdownMenu, UFormField).
  • Use Case: Validate API, slots, and events when integrating a Nuxt UI component before coding.

Quick Start

Run the MCP-first workflow to verify Nuxt UI components before implementation.

Frequently Asked Questions about nuxt-ui-integration

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

FAQPage Schema
How do I verify Nuxt UI 4 component props, events, and slots before coding?

To verify Nuxt UI 4 component props, events, and slots, use an MCP-first workflow to validate component APIs before implementation. This prevents API misuse and naming errors by checking accurate component patterns like UModal and UDropdownMenu against defined guidance resources.

What is the MCP-first workflow for Nuxt UI integration?

The MCP-first workflow for Nuxt UI integration is a verification process that checks correct component API usage, naming conventions, and slot structures before implementation. It ensures proper event handlers and component patterns are validated against frontmatter and guidance resources.

How do I validate UModal and UDropdownMenu component patterns in Nuxt UI?

To validate UModal and UDropdownMenu component patterns in Nuxt UI, apply an MCP-first verification workflow that enforces correct component naming, slot structure, and proper event handlers. This confirms proper API usage across common integration scenarios before you write code.

Can I check Nuxt UI component API correctness without manual documentation lookup?

Yes, you can check Nuxt UI component API correctness without manual lookup by running an MCP-first verification workflow. This workflow automatically validates props, slots, and events as defined in the frontmatter and guidance resources to prevent integration pitfalls.

Why does my Nuxt UI 4 component integration fail with incorrect slot structures?

Your Nuxt UI 4 component integration may fail due to incorrect slot structures because the component API was not verified before coding. Using an MCP-first workflow enforces accurate slot structure and proper event handlers to prevent these naming and API misuse errors.

What's the best way to prevent API misuse when integrating Nuxt UI components?

The best way to prevent API misuse when integrating Nuxt UI components is to run an MCP-first verification workflow before implementation. This enforces accurate component naming, validates props and events, and ensures correct slot structures across common usage scenarios.