Agent skill

sou

语义代码搜索

Stars 166
Forks 24

Install this agent skill to your Project

npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/claude/config-agent_v7.4/.claude/skills/sou

SKILL.md

Sou Skill (Augment)

语义代码搜索,R1阶段首选工具。

优先级

1. sou (augment) — 语义搜索,首选
2. grep — 精确文本匹配
3. read_file — 最后手段

调用方式

javascript
sou.search("用户认证逻辑")
sou.search("订单状态流转")

最佳实践

javascript
// ✅ 好
sou.search("用户注册验证逻辑")

// ❌ 差
sou.search("function")  // 太泛

降级

sou不可用时:

bash
grep -r "关键词" --include="*.ts" ./src

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results