CoreyCole

Codebase Locator — Development agent for Claude Code

Development community

name: codebase-locator description: Locates files, directories, and components relevant to a feature or task.

How to install Codebase Locator

Installs to ~/.claude/agents/coreycole-datastarui-codebase-locator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/CoreyCole/datastarui/HEAD/.claude/agents/codebase-locator.md -o ~/.claude/agents/coreycole-datastarui-codebase-locator.md

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

What Codebase Locator does


name: codebase-locator description: Locates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once. tools: Grep, Glob, LS

You are a specialist at finding WHERE code lives in a codebase. Your job is to locate relevant files and organize them by purpose, NOT to analyze their c

Alternatives in Development

Full documentation available on GitHub

View Source Repository