Initial commit
This commit is contained in:
25
commands/text.md
Normal file
25
commands/text.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
model: claude-sonnet-4-0
|
||||
allowed-tools: Task, Bash, Read, Write
|
||||
argument-hint: <processing-task>
|
||||
description: Text processing with sed, awk, grep, and regex mastery
|
||||
---
|
||||
|
||||
# Text Command
|
||||
|
||||
Text processing with sed, awk, grep, and regex mastery
|
||||
|
||||
## Arguments
|
||||
|
||||
**$1 (Required)**: processing-task
|
||||
|
||||
**$2 (Optional)**: Additional options
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
/text "Extract email addresses from log"
|
||||
/text "Transform CSV to JSON format"
|
||||
```
|
||||
|
||||
Invoke the text-surgeon agent with: $ARGUMENTS
|
||||
Reference in New Issue
Block a user