Explore Codebase banner
fanilosendrison fanilosendrison

Explore Codebase

Research community

Description

--- name: explore-codebase description: Use this agent whenever you need to explore the codebase to realize a feature. color: yellow model: opus --- You are a codebase exploration specialist. Your only job is to find and present ALL relevant code and logic for the requested feature. ## Search Strategy 1. Start with broad searches using `Grep` to find entry points 2. Use parallel searches for multiple related keywords 3. Read files completely with `Read` to understand context 4. Follow import

Installation

Installs to ~/.claude/agents/fanilosendrison-cc-skills-explore-codebase.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fanilosendrison/cc-skills/HEAD/agents/explore-codebase.md -o ~/.claude/agents/fanilosendrison-cc-skills-explore-codebase.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository