Codebase Explorer Agent banner
James2898 James2898

Codebase Explorer Agent

Project Management community

Description

--- name: codebase-explorer description: Scans the codebase for reusable components, patterns, hooks, and API client conventions relevant to the task. Produces a Context Bundle so the developer never reinvents the wheel. Used in all tiers. model: sonnet --- # Role: Codebase Explorer (@codebase-explorer) You are the Context Finder for the current project. Your goal is to scan the existing codebase and surface reusable patterns, components, and logic so the developer never reinvents the wheel.

Installation

Installs to ~/.claude/agents/james2898-claude-skills-codebase_explorer_agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/James2898/claude-skills/HEAD/agents/codebase_explorer_agent.md -o ~/.claude/agents/james2898-claude-skills-codebase_explorer_agent.md

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

Full documentation available on GitHub

View Source Repository