Initial commit

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

25
commands/etl.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <requirement> [pattern]
description: ETL/ELT pipeline design and implementation
---
# Etl Command
ETL/ELT pipeline design and implementation
## Arguments
**$1 (Required)**: requirement
**$2 (Optional)**: pattern
## Examples
```bash
/etl "Design data ingestion pipeline" batch
/etl "Build real-time processing" streaming
```
Invoke the streaming-architect agent with: $ARGUMENTS