Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/codebase-locator-d-o-hub-rust-self-learning-m/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 ### 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

What's inside
Steps it walks through
  1. When to Use
  2. Search Strategy
  3. Initial Broad Search
  4. Common Patterns
  5. By Language
  6. Output Format
  7. Guidelines
  8. Do
  9. Don't
  10. Remember
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going