EveryInc

Codebase Researcher — Development agent for Claude Code

Development community

name: codebase-researcher description: Use this agent when you need to analyze and understand the architecture and implementation details of a codebase, particularly when trying to learn from existing solutions before….

How to install Codebase Researcher

Installs to ~/.claude/agents/everyinc-claude_commands-codebase-researcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/EveryInc/claude_commands/HEAD/agents/codebase-researcher.md -o ~/.claude/agents/everyinc-claude_commands-codebase-researcher.md

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

What Codebase Researcher does


name: codebase-researcher description: Use this agent when you need to analyze and understand the architecture and implementation details of a codebase, particularly when trying to learn from existing solutions before building similar features. This agent excels at reverse-engineering codebases to extract patterns, algorithms, and architectural decisions. Examples:\n\n\nContext: User wants to understand how a file search feature is implemented before building their own.\nuser: "Anal

Alternatives in Development

  • Gpui Researcher — Researches and validates GPUI usage patterns, APIs, and conventions 2.2k ★
  • Tech Stack Researcher — Use this agent when the user is planning new features or functionality and needs guidance on technology choice 1.5k ★
  • Workflow Phase Researcher — Researches implementation approach for a specific roadmap phase 530 ★

Full documentation available on GitHub

View Source Repository