ace-search
✓当任务是只读代码库发现/搜索(查找/搜索/定位)时使用:查找文件、函数、类、调用站点、测试或“X 在哪里实现”问题;与 grep/rg 相比,更喜欢增强上下文引擎 MCP(增强上下文引擎)代码库检索。
SKILL.md
Use Augment Context Engine (ACE) semantic retrieval to quickly locate where things live in a codebase and explain how code is organized, without making edits.
Core principle: search semantically first; cite concrete file paths + symbols; iterate queries; stay read-only.
| “Where is X implemented?” / “How does X work?” | Use mcpaugment-context-enginecodebase-retrieval | | “Show me every occurrence of this exact string” | Use rg/grep (exact match) | | “Find definition/constructor of Foo” (exact symbol) | Use mcpaugment-context-enginecodebase-retrieval first; use rg only if you truly need exact-match enumeration |
当任务是只读代码库发现/搜索(查找/搜索/定位)时使用:查找文件、函数、类、调用站点、测试或“X 在哪里实现”问题;与 grep/rg 相比,更喜欢增强上下文引擎 MCP(增强上下文引擎)代码库检索。 来源:pandaddkai/panda-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/pandaddkai/panda-skills --skill ace-search- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 ace-search?
当任务是只读代码库发现/搜索(查找/搜索/定位)时使用:查找文件、函数、类、调用站点、测试或“X 在哪里实现”问题;与 grep/rg 相比,更喜欢增强上下文引擎 MCP(增强上下文引擎)代码库检索。 来源:pandaddkai/panda-skills。
如何安装 ace-search?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pandaddkai/panda-skills --skill ace-search 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/pandaddkai/panda-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01