check-nuxt-ui-v4

Detect Nuxt UI v3 syntax patterns in Markdown and suggest v4 replacements.

2|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/sakamotchi/sql-query-build --skill check-nuxt-ui-v4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-nuxt-ui-v4
Source: https://github.com/sakamotchi/sql-query-build/tree/main/.claude/skills/check-nuxt-ui-v4
Command: npx skills add https://github.com/sakamotchi/sql-query-build --skill check-nuxt-ui-v4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill scans Markdown documents within a project to detect Nuxt UI v3 syntax and guides migration to v4, helping maintain consistency and future compatibility.

Core Features & Use Cases

  • Detects v3 component names like UFormGroup and updates to v4 equivalents.
  • Flags attribute names such as options and v-bind:options and replaces with items as needed.
  • Provides migration guidance and references for common Nuxt UI v4 usage in docs.

Quick Start

Run a migration scan on your docs to apply v4 fixes.

Frequently Asked Questions about check-nuxt-ui-v4

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

FAQPage Schema
How do I migrate Nuxt UI v3 components to v4 in my documentation?

To migrate Nuxt UI v3 components to v4, scan your Markdown documents to detect v3 syntax patterns and apply automated replacements. This process identifies specific component names and attributes, returning structured results with suggested v4 updates for consistent styling.

What Nuxt UI v3 patterns need fixing when upgrading to v4?

Common Nuxt UI v3 patterns requiring migration include updating UFormGroup to UFormField, replacing the :options or v-bind:options attribute with :items, and migrating UButtonGroup syntax. Pattern detection scans for these specific syntaxes to provide structured replacement guidance.

Can I automatically detect and fix Nuxt UI v3 syntax in markdown files?

Yes, you can automatically detect and fix Nuxt UI v3 syntax in markdown files. The automated pattern detection scans documents under directories like docs/working, flags outdated v3 component names and attributes, and provides suggested v4 replacements for consistent documentation styling.

Does the Nuxt UI v4 migration check work on any markdown source?

The Nuxt UI v4 migration check is applicable to markdown sources within your project, specifically targeting documentation under docs/working. It scans these markdown documents to identify v3 component patterns and returns structured migration guidance for v4 compatibility.

What's the best way to update UFormGroup and options attributes for Nuxt UI v4?

The best way to update UFormGroup and options attributes for Nuxt UI v4 is using automated pattern detection. It identifies UFormGroup for replacement with UFormField, flags :options attributes for conversion to :items, and returns structured results with suggested replacements across your documentation.

Why does my Nuxt UI documentation still show v3 component patterns after upgrading?

Nuxt UI documentation still shows v3 component patterns after upgrading because markdown files require separate migration checks. Scanning documents under docs/working detects outdated syntax like UFormGroup and :options attributes, providing structured results with suggested v4 replacements to fix inconsistencies.