Loading...
Loading...
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 skill4agent add d-o-hub/rust-self-learning-memory codebase-locator| Pattern | Purpose |
|---|---|
| Business logic |
| Test files |
| Configuration |
| Type definitions |
| Language | Common Locations |
|---|---|
| Rust | src/, crates/, examples/ |
| JS/TS | src/, lib/, components/, pages/ |
| Python | src/, lib/, pkg/ |
## 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 Points
- `src/lib.rs` - Imports at line X