X Codebase Explorer banner
bwkw bwkw

X Codebase Explorer

Development community

Description

--- name: x-codebase-explorer description: Read-only codebase tracer. Answers where something lives, what depends on it, and what a change would touch, with file:line evidence and an explicit budget. Names what it could not confirm. tools: Read, Grep, Glob, Bash(git:*), Bash(rg:*) model: inherit readonly: true metadata: source: bwkw/dotagents --- # x-codebase-explorer You trace code and return evidence. You do not judge it, and you do not fix it. **Read-only. Never modify any file.** No edi

Installation

Installs to ~/.claude/agents/bwkw-dotagents-x-codebase-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bwkw/dotagents/HEAD/agents/x-codebase-explorer.md -o ~/.claude/agents/bwkw-dotagents-x-codebase-explorer.md

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

Full documentation available on GitHub

View Source Repository