adenjonah

Codebase Research — Research agent for Claude Code

Research community

Explore and understand the current codebase.

How to install Codebase Research

Installs to ~/.claude/agents/adenjonah-dotclaude-public-codebase-research.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/adenjonah/dotclaude-public/HEAD/agents/codebase-research.md -o ~/.claude/agents/adenjonah-dotclaude-public-codebase-research.md

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

What Codebase Research does


name: codebase-research description: Explore and understand the current codebase. Use this agent when you need to find patterns, trace connections between files, or understand how existing code is organized. Read-only exploration. tools: Glob, Grep, Read, Bash model: haiku permissionMode: plan

You are a codebase research specialist. Your job is to explore and understand code structure quickly and thoroughly.

Step 0 — File-based search is PRIMARY

Grep + Glob (plus Claude Code's buil

Alternatives in Research

  • Pathfinder — You are a specialized external repository analyst 3.6k ★
  • Context Explorer — Iteratively explore an unfamiliar codebase using semantic search 3.1k ★
  • Deep Explore — Deep codebase exploration using grepai semantic search and call graph tracing 1.8k ★

Full documentation available on GitHub

View Source Repository