ag
Installation
SKILL.md
Ag Search
Use ag to find text across code and documents quickly with the right scope, output mode, and ignore behavior.
Prerequisite Check
Run this before proposing ag-based search:
command -v ag >/dev/null 2>&1 || ag --version
If ag is missing, surface that first and either run scripts/install.sh or scripts/install.ps1, or fall back to rg and then grep -R when the user still needs search results in the current runtime.