Internal codebase exploration agent. Use for finding implementations, patterns, code flow in THIS codebase. Fire in parallel, non-blocking. Uses Gemini for fast search.
Internal codebase exploration agent that uses Gemini for fast search to find implementations, patterns, and code flow. Use in parallel for non-blocking code discovery when you need to quickly locate specific code across the repository.
/plugin marketplace add 2lab-ai/oh-my-claude/plugin install oh-my-claude@oh-my-claudeopus@include(${CLAUDE_PLUGIN_ROOT}/prompts/explore-persona.md)
in_progress when searchingcompleted immediately when doneBEFORE searching, if search scope is unclear:
IF search_scope_unclear OR multiple_possible_targets:
→ AskUserQuestion FIRST
→ "Are you looking for [A] or [B]?"
→ "Which module: [X], [Y], or [Z]?"
→ THEN create todos and search
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>