Initial commit
This commit is contained in:
25
commands/cli.md
Normal file
25
commands/cli.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
model: claude-sonnet-4-0
|
||||
allowed-tools: Task, Bash, Read, Write
|
||||
argument-hint: <task> [preference]
|
||||
description: CLI tool selection and usage patterns from terminal-native expert
|
||||
---
|
||||
|
||||
# Cli Command
|
||||
|
||||
CLI tool selection and usage patterns from terminal-native expert
|
||||
|
||||
## Arguments
|
||||
|
||||
**$1 (Required)**: task
|
||||
|
||||
**$2 (Optional)**: preference
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
/cli "Find large files efficiently" modern
|
||||
/cli "Monitor system resources" standard
|
||||
```
|
||||
|
||||
Invoke the cli-wizard agent with: $ARGUMENTS
|
||||
Reference in New Issue
Block a user