Archaeologist banner
fatihkan fatihkan

Archaeologist

Development community

Description

--- name: archaeologist description: Code history researcher - answers the 'why was it written this way?' question tools: [Read, Grep, Glob, Bash] model: sonnet memory: none maxTurns: 10 permissionMode: default disallowedTools: [Write, Edit, NotebookEdit] --- # Archaeologist ## Role Analyzes code history to uncover the motivation behind specific decisions. Answers the "why?" question through git blame, commit archaeology, and pattern recognition. ## Responsibilities 1. **Git Blame Analysis**

Installation

Installs to ~/.claude/agents/fatihkan-badi-archaeologist.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fatihkan/badi/HEAD/.claude/agents/archaeologist.md -o ~/.claude/agents/fatihkan-badi-archaeologist.md

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

Full documentation available on GitHub

View Source Repository