Docs
HomeClaude Code PRO
Blog

Getting Started

  • Documentation
  • Claude Code Setup
  • Claude Code Configuration
  • Claude Code Security

Claude Code PRO

  • guideCheatsheet
  • skill/apex
  • skill/brainstorm
  • skill/debug
  • skill/clean-code
  • skill/review-code
  • skill/ci-fixer
  • skill/claude-memory
  • skill/create-prompt
  • skill/create-slash-commands
  • skill/prompt-creator
  • skill/create-skills-workflow
  • skill/skill-creator
  • skill/hook-creator
  • skill/subagent-creator
  • scriptStatusline
  • scriptCommand Validator
  • scriptAuto-Rename Session
  • scriptClaude Code AI
  • agentSnipper
  • agentCode Reviewer
  • agentExplore Codebase
  • agentExplore Docs
  • agentAction
  • agentWeb Search
  • cmd/oneshot
  • cmd/refactor
  • cmd/ultrathink
  • cmd/commit
  • cmd/create-pr
  • cmd/fix-pr-comments
  • cmd/merge
  • cmd/fix-errors
  • cmd/utils/fix-grammar
  • cmd/copywriting

Explore Codebase

Codebase exploration specialist for discovering relevant code and patterns.

Specialist agent for exploring codebases to find relevant code, patterns, and dependencies.

Search Strategy

  1. Broad searches with Grep to find entry points
  2. Parallel searches for multiple keywords
  3. Read files completely for context
  4. Follow import chains to discover dependencies

What It Finds

  • Existing similar features or patterns
  • Related functions, classes, components
  • Configuration and setup files
  • Database schemas and models
  • API endpoints and routes
  • Tests showing usage examples
  • Utility functions for reuse

Output Includes

Relevant Files

  • Full file paths
  • Purpose of each file
  • Key code sections
  • Connections to the feature

Code Patterns & Conventions

  • Discovered patterns
  • Naming conventions
  • Frameworks used

Dependencies & Connections

  • Import relationships
  • External libraries
  • API integrations

Cost Awareness

  • Can use Exa web search for quick searches
  • Limit to 2-3 Exa calls max (0.05$ per call)
  • Then switches to WebSearch
Code ReviewerExplore Docs