ace-tool
This tool provides semantic, fuzzy search over the codebase. It is designed for high-level understanding and exploration when exact file names, symbols, or locations are unknown. It interprets natural language queries and retrieves conceptually relevant code rather than exact string matches. IMPORTANT: When an exact identifier, symbol name, or literal string is known, ALWAYS prefer using rg (ripgrep) for precise and exhaustive matching. Use this tool only when semantic understanding is required or when rg is insufficient.
Installation and usage
This tool provides semantic, fuzzy search over the codebase. It is designed for high-level understanding and exploration when exact file names, symbols, or locations are unknown. It interprets natural language queries and retrieves conceptually relevant code rather than exact string matches. IMPORTANT: When an exact identifier, symbol name, or literal string is known, ALWAYS prefer using rg (ripgrep) for precise and exhaustive matching. Use this tool only when semantic understanding is required or when rg is insufficient.
بعد التثبيت، يمكنك استخدام هذه المهارة بتشغيل الأمر التالي في الطرفية:
skills use ace-tool