Initial commit
This commit is contained in:
25
commands/ui.md
Normal file
25
commands/ui.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
model: claude-sonnet-4-0
|
||||
allowed-tools: Task, Bash, Read, Write
|
||||
argument-hint: <component-need> [approach]
|
||||
description: Component design, styling, and design system implementation
|
||||
---
|
||||
|
||||
# Ui Command
|
||||
|
||||
Component design, styling, and design system implementation
|
||||
|
||||
## Arguments
|
||||
|
||||
**$1 (Required)**: component-need
|
||||
|
||||
**$2 (Optional)**: approach
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
/ui "Design button component variants" design-system
|
||||
/ui "Create responsive navigation" mobile-first
|
||||
```
|
||||
|
||||
Invoke the component-architect agent with: $ARGUMENTS
|
||||
Reference in New Issue
Block a user