AI SummaryAce-tool is a semantic code search and prompt enhancement utility that helps developers quickly understand codebases and locate functionality using natural language queries. It's valuable for teams working with large or unfamiliar code repositories who need context-aware search beyond exact text matching.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "ace-tool" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/ace-tool-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ace-tool-skill/SKILL.md "https://raw.githubusercontent.com/Dwsy/ace-tool-skill/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Semantic code search tool. Use `ace search "query"` for codebase search, `ace enhance "history+prompt"` for prompt enhancement. Prefer `rg` for exact matches.
包装器
ace 是 Bash 包装器(/usr/local/bin/ace),调用 client.ts。详见 WRAPPER.md 和 COMPARISON.md。
使用
`bash ace search "Where is auth?" ace s "auth" # 简写 ace enhance "Add login page" ace e "Add login" # 简写
直接调用
bun ~/.pi/agent/skills/ace-tool/client.ts search "query" `
1. Codebase Search (`search`)
语义搜索 - 代码库搜索的首选工具 • 何时使用:需要理解代码库、查找功能、基于自然语言描述定位代码 • 使用案例: • 不知道具体文件位置 • 需要高层信息 • 搜索代码/类/函数优先使用此工具 • 编辑前规则:编辑任何文件前,先用此工具收集上下文
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster