Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:10 +08:00
commit 3b0a1ed0dd
14 changed files with 517 additions and 0 deletions

25
commands/trace.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <service> [focus]
description: Distributed tracing and performance bottleneck analysis
---
# Trace Command
Distributed tracing and performance bottleneck analysis
## Arguments
**$1 (Required)**: service
**$2 (Optional)**: focus
## Examples
```bash
/trace "checkout-service" latency
/trace "payment-api" bottlenecks
```
Invoke the performance-analyst agent with: $ARGUMENTS