Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:51 +08:00
commit ce6744c596
14 changed files with 664 additions and 0 deletions

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