before-file-search
Installation
SKILL.md
Before File Search
STOP: You're about to use grep or glob.
Use codebase-locator Instead
The codebase-locator agent is specifically designed for finding files and components. It's more efficient and comprehensive than grep/glob.
Instead of:
Grep(pattern="authentication", ...)
Glob(pattern="**/auth*.js")