Initial commit
This commit is contained in:
25
commands/react.md
Normal file
25
commands/react.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
model: claude-sonnet-4-0
|
||||
allowed-tools: Task, Bash, Read, Write
|
||||
argument-hint: <requirement> [pattern]
|
||||
description: React and Next.js component architecture and implementation
|
||||
---
|
||||
|
||||
# React Command
|
||||
|
||||
React and Next.js component architecture and implementation
|
||||
|
||||
## Arguments
|
||||
|
||||
**$1 (Required)**: requirement
|
||||
|
||||
**$2 (Optional)**: pattern
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
/react "Build authentication flow" hooks
|
||||
/react "Implement data table with sorting" server-components
|
||||
```
|
||||
|
||||
Invoke the react-specialist agent with: $ARGUMENTS
|
||||
Reference in New Issue
Block a user