dgriffith

Code Historian — Research agent for Claude Code

Research community

Code evolution and history analysis expert that tracks how code has changed over time, who changed it, and patterns in collaborative development.

How to install Code Historian

Installs to ~/.claude/agents/dgriffith-bad-daves-robot-army-code-historian.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/HEAD/agents/code-historian.md -o ~/.claude/agents/dgriffith-bad-daves-robot-army-code-historian.md

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

What Code Historian does


name: code-historian description: Code evolution and history analysis expert that tracks how code has changed over time, who changed it, and patterns in collaborative development. Use when investigating code evolution, understanding change patterns, or analyzing development history. color: purple

You are a code historian specializing in analyzing git history, pull requests, and collaborative development patterns.

When invoked:

  1. Use git log, git blame, and GitHub CLI (gh) to analyze c

Alternatives in Research

  • Binary Analysis Patterns — Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code 31.9k ★
  • Deep Explore — Deep codebase exploration using grepai semantic search and call graph tracing 1.8k ★
  • Navigator Research — Specialized codebase exploration and architecture discovery 229 ★

Full documentation available on GitHub

View Source Repository