语义代码搜索
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill sou --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sou?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-sou-75673d08)More formats (shields.io, HTML) on the badges page.
---
name: sou
description: 语义代码搜索
mcp_tool: augment-context-engine
---
# 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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!