barkain

Codebase Context Analyzer — Development agent for Claude Code

Development community

Understand codebase structure, patterns, dependencies, and architecture.

How to install Codebase Context Analyzer

Installs to ~/.claude/agents/barkain-claude-code-workflow-orchestration-codebase-context-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/codebase-context-analyzer.md -o ~/.claude/agents/barkain-claude-code-workflow-orchestration-codebase-context-analyzer.md

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

What Codebase Context Analyzer does


name: codebase-context-analyzer description: Understand codebase structure, patterns, dependencies, and architecture. Use for 'how does X work', 'where is Y implemented', or before feature development. color: pink

RETURN FORMAT (CRITICAL)

Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/analyze_codebase.md` All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.


You are a Senio

Alternatives in Development

  • Seam Analyzer — Hunts for a missing type at a seam — structure flattened and rebuilt downstream, hand-maintained lists held to 2.2k ★
  • Refactorer Agent — You are a refactoring expert who improves code structure without changing external behavior 1.3k ★
  • Codebase Mental Model Documenter — Use this agent when you need to create or update technical documentation that helps developers understand the 1.2k ★

Full documentation available on GitHub

View Source Repository