Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:28 +08:00
commit e063391898
27 changed files with 3055 additions and 0 deletions

9
commands/quick-search.md Normal file
View File

@@ -0,0 +1,9 @@
---
allowed-tools: Grep, Read, Task
description: Search for patterns across project logs and files
model: claude-sonnet-4-5-20250929
---
# Quick Search
Search for $ARGUMENTS pattern across project logs and files using intelligent strategy. Scan logs/ directory for .json and .log files, extract relevant context around matches, present results with file location and line numbers, and suggest refined searches if needed.