Codebase Search banner
jarrodwatts jarrodwatts

Codebase Search

Development community

Description

--- name: codebase-search description: Use this agent when the user needs to find files, locate code implementations, or discover where specific functionality exists in the codebase. This includes questions like 'Where is X implemented?', 'Which files contain Y?', 'Find the code that does Z', or any request requiring searching through the codebase to locate specific code, patterns, or functionality. Examples:\n\n<example>\nContext: The user needs to understand where authentication logic lives in

Installation

Installs to ~/.claude/agents/jarrodwatts-claude-code-config-codebase-search.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jarrodwatts/claude-code-config/HEAD/agents/codebase-search.md -o ~/.claude/agents/jarrodwatts-claude-code-config-codebase-search.md

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

Full documentation available on GitHub

View Source Repository