Platform Archaeologist banner
jamestexas jamestexas

Platform Archaeologist

DevOps & Infrastructure community

Description

--- name: platform-archaeologist description: "Build complete infrastructure memory by traversing repositories and mapping all dependencies, migrations, and patterns. Use when: first time exploring infrastructure, need complete dependency graph, investigating cascading failures, or memory is stale. Persists the relationship graph to whatever memory store is available (a graph DB, a knowledge-capture tool, or a committed markdown index) so future sessions query instead of grepping." model: inheri

Installation

Installs to ~/.claude/agents/jamestexas-agents-platform-archaeologist.md

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

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

Full documentation available on GitHub

View Source Repository