ace-search
星标12
分支0
更新时间2026年7月7日 01:31
Search the current codebase with ACE Tool when semantic or broad project context retrieval is useful.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Search the current codebase with ACE Tool when semantic or broad project context retrieval is useful.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Enhance a user prompt with ACE Tool when the latest request explicitly asks for prompt enhancement or contains -enhance / -enhancer.
Run release build for ace-tool-windows (npm run release or cargo build --release), detect warnings/errors, and iteratively fix until 0 warnings/0 errors. Use when user requests release check, clean warnings, or production build verification.
| name | ace-search |
| description | Search the current codebase with ACE Tool when semantic or broad project context retrieval is useful. |
Use this skill when the user needs project-wide context, does not know exact file locations, or asks ACE Tool to search the codebase.
scripts/ace-search.ps1 from the plugin root.$pluginRoot = Resolve-Path (Join-Path $PSScriptRoot "..\..")
& (Join-Path $pluginRoot "scripts\ace-search.ps1") `
-ProjectRoot "F:\path\to\project" `
-Query "Where is the authentication flow implemented? Keywords: auth login token"
<project>/.ace-tool/config.json or ~/.ace-tool/config.json for provider/token/model settings instead of MCP configuration.