ace-tool
Installation
SKILL.md
Ace Tool
Quick start
Goal: use semantic repository search to answer “where is this implemented?” before falling back to exact text search or editing.
Primary entry point:
mcp__ace_tool__search_context
Reference notes: skills/ace-tool/references/ace-tool.md
When to use it
- You do not know which files contain the logic.
- You need cross-file context for a feature, bug, workflow, or subsystem.
- You want similar implementations or existing patterns before editing.
- You need a broad map of tests, handlers, services, or integration points.