lightweight-explorer
Installation
SKILL.md
Lightweight Explorer
核心理念
探索任务 = 只读 + 快速 + 低成本
不修改任何文件。探索的目标是收集信息并报告,不是做改动。
搜索策略
不知道位置时 → 广搜
# 文件模式搜索
find . -name "*.ts" -path "*/auth/*" | head -20
# 内容搜索
grep -rn "pattern" src/ --include="*.ts" | head -30
Related skills
More from chenmijiang/cmj_skills
git-commit
Generate git commit messages from staged changes following Conventional Commits. Use when user wants to commit, asks for help writing commit messages, or invokes /commit command.
4humanizer-zh
|
2universal-translator
Use when translating documents between languages while preserving style, tone, and cultural context - analyze source style first, then adapt target language naturally
1