Scaffold a new component using Nuxt UI v4 patterns with proper typing and composition
/plugin marketplace add secondsky/claude-skills/plugin install nuxt-ui-v4@claude-skills<component-type> <name> [--path <dir>]# Nuxt UI Component Scaffold Command Scaffold a new Vue component using Nuxt UI v4 patterns and components. ## Arguments - `<component-type>`: Type of component to scaffold: - `form` - Form with validation - `table` - Data table with sorting/pagination - `modal` - Modal dialog with form - `dashboard` - Dashboard layout - `chat` - AI chat interface - `page` - Page layout with hero/sections - `card` - Card with content slots - `dropdown` - Dropdown menu with actions - `<name>`: Component name in PascalCase (e.g., UserSettings) - `--path <dir>`: Output directory (default: c...