Files
claudetools/.grok/agents/deep-explore.md
Mike Swanson 6de0ce6098 sync: auto-sync from GURU-5070 at 2026-06-03 11:52:45
Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-03 11:52:45
2026-06-03 11:52:52 -07:00

912 B

name, description
name description
deep-explore Deep codebase exploration using grepai semantic search and call graph tracing. Use this agent for understanding code architecture, finding implementations by intent, analyzing function relationships, and exploring unfamiliar code areas.

Grok agent equivalent. See the full persona and instructions in .claude/agents/deep-explore.md.

For Grok: Use search_tool + use_tool (grepai__grepai_search, grepai__grepai_trace_callers, grepai__grepai_trace_callees, grepai__grepai_trace_graph, etc.) as primary for semantic search and call graph (exactly as the source emphasizes "Use GrepAI first").

Then use read_file only for full content when needed, run_terminal_command, spawn_subagent, etc.

Obey CLAUDE.md, GrepAI-first (this agent is the embodiment of it), .grok/README.md .

The core is deep exploration with GrepAI MCP + traces before traditional tools.