godgrep

Installation
SKILL.md

godgrep

Routes codebase search tasks to the right tool based on intent.

Tool Routing

Intent Primary tool Also consider
Keyword / symbol search (exact identifier known) mcp__plugin_ora_fff__grep LSP for definitions
Multi-pattern OR — naming variants of one identifier mcp__plugin_ora_fff__multi_grep sequential mcp__plugin_ora_fff__grep calls
File discovery (by name) mcp__plugin_ora_fff__find_files mcp__plugin_ora_fff__grep for content matches
Concept / "how does X work" (no identifier yet) skim README + find_files for structure, then fff__grep + Read follow references from the first hit
Trace a flow mcp__plugin_ora_fff__grep for a specific term, then follow refs mcp__plugin_ora_fff__find_files for entry points
Find all usages of X LSP find-references mcp__plugin_ora_fff__grep
Find a specific symbol LSP go-to-definition mcp__plugin_ora_fff__grep
Structural code patterns ast-grep mcp__plugin_ora_fff__grep as fallback
Outside git index / fallback shell grep / find last resort, after fff
Git history / blame Bash (git log/blame)
Related skills

More from trancong12102/agentskills

Installs
37
GitHub Stars
5
First Seen
Apr 9, 2026