什么是 codebase-locator?
在代码库中查找并记录文件位置。当您需要按功能或主题查找实现文件、测试、配置或任何代码工件时使用。 来源:d-o-hub/rust-self-learning-memory。
在代码库中查找并记录文件位置。当您需要按功能或主题查找实现文件、测试、配置或任何代码工件时使用。
通过命令行快速安装 codebase-locator AI 技能到你的开发环境
来源:d-o-hub/rust-self-learning-memory。
| service, handler, controller | Business logic | | test, spec | Test files | | .config., rc | Configuration | | .d.ts, .types. | Type definitions |
| Rust | src/, crates/, examples/ | | JS/TS | src/, lib/, components/, pages/ | | Python | src/, lib/, pkg/ |
✓ Search thoroughly using multiple patterns ✓ Group files logically by purpose ✓ Provide full paths from repo root ✓ Include file counts for directories
在代码库中查找并记录文件位置。当您需要按功能或主题查找实现文件、测试、配置或任何代码工件时使用。 来源:d-o-hub/rust-self-learning-memory。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill codebase-locator在代码库中查找并记录文件位置。当您需要按功能或主题查找实现文件、测试、配置或任何代码工件时使用。 来源:d-o-hub/rust-self-learning-memory。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill codebase-locator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/d-o-hub/rust-self-learning-memory