codebase-locator

Installation
SKILL.md

Codebase Locator

Find and document file locations in the codebase.

When to Use

  • Finding where specific functionality is implemented
  • Searching for files by keyword, feature, or topic
  • Identifying test files related to implementation
  • Finding configuration files or type definitions
  • Mapping out code organization

Search Strategy

Initial Broad Search

  1. Grep for keywords related to the feature
  2. Glob for file patterns
  3. Combine multiple approaches
Installs
32
GitHub Stars
12
First Seen
Feb 21, 2026
codebase-locator — d-o-hub/rust-self-learning-memory