Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:00 +08:00
commit 63352f11e8
12 changed files with 370 additions and 0 deletions

25
commands/ui.md Normal file
View 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