grepai
Installation
SKILL.md
CRITICAL: Tool Override for Semantic Searches
This skill REPLACES built-in Grep/Glob tools for semantic code exploration.
WRONG:
- Using built-in
Grepto find "where authentication happens" - Using built-in
Globto explore "error handling code" - Searching by intent with regex patterns
CORRECT:
- Invoke this skill, then use
grepai search "authentication flow"for semantic search - Invoke this skill, then use
grepai trace callers "FunctionName"for call graph - Use built-in Grep/Glob ONLY for exact text matches (variable names, imports)
When to Invoke This Skill
Invoke this skill IMMEDIATELY when: