Agent skill
sou
语义代码搜索,augment-context-engine
Install this agent skill to your Project
npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/claude/config-agent_v7.2/.claude/skills/sou
SKILL.md
Sou Skill (Augment)
语义代码搜索,R1阶段首选工具。
优先级
1. sou (augment) — 语义搜索,首选
2. grep — 精确文本匹配
3. read_file — 最后手段
调用方式
// 语义搜索
sou.search("用户认证逻辑")
sou.search("订单状态流转")
// 关键词搜索
sou.search("handleSubmit")
使用场景
| 场景 | 搜索示例 |
|---|---|
| 理解业务逻辑 | sou.search("订单状态流转") |
| 定位功能代码 | sou.search("用户登录处理") |
| 查找模式 | sou.search("错误处理方式") |
最佳实践
// ✅ 好
sou.search("用户注册验证逻辑")
sou.search("支付回调处理")
// ❌ 差
sou.search("function") // 太泛
sou.search("const") // 无意义
降级
sou不可用时:
grep -r "关键词" --include="*.ts" ./src
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-teams
Path D 并行编排 — 子代理分工 + Agent Teams 协作。需要 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
tdd
Path 分级 TDD 策略
context7
E 阶段按需拉取库文档 — 用 ctx7 获取准确 API 信息
knowledge
跨会话经验管理 — 在 .ai_state 内沉淀和复用项目经验
code-quality
Rev 阶段 Plugin 编排顺序
verification
V 阶段 Path 分级验证清单
Didn't find tool you were looking for?