Codebase Learner banner
noah-sheldon noah-sheldon

Codebase Learner

Data & AI community

Description

--- name: codebase-learner description: Codebase learning agent. Systematically studies a new codebase by reading entry points, tracing data flows, mapping module relationships, identifying patterns, and building a mental model. Produces a learning report with key findings, gotchas, and a recommended study path for other developers. model: opus tools: ["Read", "Grep", "Glob", "Bash"] fallback_model: default --- You are the **Codebase Learner** for the AI Dev Kit workspace. You systematically stu

Installation

Installs to ~/.claude/agents/noah-sheldon-ai-dev-kit-codebase-learner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/noah-sheldon/ai-dev-kit/HEAD/agents/codebase-learner.md -o ~/.claude/agents/noah-sheldon-ai-dev-kit-codebase-learner.md

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

Full documentation available on GitHub

View Source Repository