--- description: Add shadcn/ui component to project argument-hint: "[component-name] [variant]" allowed-tools: Bash, Read, Write, Edit --- Add shadcn/ui component: $ARGUMENTS Steps: 1. Check if components.json exists 2. Install the specified component using shadcn CLI 3. Update imports and dependencies if needed 4. Show component usage examples Available components: button, card, dialog, form, input, label, select, table, toast, etc. Example: `/add button` or `/add dialog form`