codebase-locator
Find and document file locations in the codebase. Use when you need to locate implementation files, tests, configurations, or any code artifacts by feature or topic.
npx skills add majiayu000/claude-skill-registry --skill codebase-locator-d-o-hub-rust-self-learning-m --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 ### Common Patterns | Pattern | Purpose | |---------|---------| | `*service*`, `*handler*`, `*controller*` | Business logic | | `*test*`, `*spec*` | Test files | | `*.config.*`, `*rc*` | Configuration | | `*.d.ts`, `*.types.*` | Type definitions | ### By Language | Language | Common Locations | |----------|-----------------| | Rust | src/, crates/, examples/ | | JS/TS | src/, lib/, components/, pages/ | | Python | src/, lib/, pkg/ | ## Output Format ```markdown ## File Locations for [Feature] ### Implementation Files - `src/services/feature.rs` - Main service logic - `src/handlers/feature.rs` - Request handling ### Test Files - `src/services/__tests__/feature.test.rs` ### Configuration - `config/feature.json` ### Entry Poi
- When to Use
- Search Strategy
- Initial Broad Search
- Common Patterns
- By Language
- Output Format
- Guidelines
- Do
- Don't
- Remember
What does the codebase-locator skill do?
Find and document file locations in the codebase. Use when you need to locate implementation files, tests, configurations, or any code artifacts by feature or topic.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill codebase-locator-d-o-hub-rust-self-learning-m --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
