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 Grep to find "where authentication happens"
  • Using built-in Glob to 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:

Installs
Repository
smithery/ai
First Seen
grepai — smithery/ai