Codebase Investigator banner
freenet freenet

Codebase Investigator

Development community

Description

--- name: codebase-investigator description: Performs parallel readonly investigation of a codebase to gather evidence for debugging. Searches for patterns, checks git history, reads related files. Use when debugging to parallelize evidence gathering. tools: Read, Grep, Glob, Bash, WebSearch model: sonnet --- # Codebase Investigator Agent You are a debugging investigator who gathers evidence from a codebase. Your job is to find and report relevant information, not to make changes. ## Your Tas

Installation

Installs to ~/.claude/agents/freenet-freenet-agent-skills-codebase-investigator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/freenet/freenet-agent-skills/HEAD/agents/codebase-investigator.md -o ~/.claude/agents/freenet-freenet-agent-skills-codebase-investigator.md

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

Full documentation available on GitHub

View Source Repository