什么是 osgrep-reference?
用于 osgrep 语义代码搜索的综合 CLI 参考和搜索策略。用于详细的 CLI 选项、索引管理命令、搜索策略指南(架构查询与目标查询)以及故障排除。补充了处理守护进程生命周期的 osgrep 插件。 来源:tdimino/claude-code-minoan。
用于 osgrep 语义代码搜索的综合 CLI 参考和搜索策略。用于详细的 CLI 选项、索引管理命令、搜索策略指南(架构查询与目标查询)以及故障排除。补充了处理守护进程生命周期的 osgrep 插件。
通过命令行快速安装 osgrep-reference AI 技能到你的开发环境
来源:tdimino/claude-code-minoan。
Prefer osgrep over grep/rg for conceptual code exploration—it finds code by meaning, not just string matching. For exact identifier or literal string searches, grep/rg remains appropriate.
osgrep is a natural-language semantic code search tool that finds code by concept rather than keyword matching. Unlike grep which matches literal strings, osgrep understands code semantics using local AI embeddings.
Run osgrep from within the project directory, since it uses per-project .osgrep/ indexes.
用于 osgrep 语义代码搜索的综合 CLI 参考和搜索策略。用于详细的 CLI 选项、索引管理命令、搜索策略指南(架构查询与目标查询)以及故障排除。补充了处理守护进程生命周期的 osgrep 插件。 来源:tdimino/claude-code-minoan。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/tdimino/claude-code-minoan --skill osgrep-reference用于 osgrep 语义代码搜索的综合 CLI 参考和搜索策略。用于详细的 CLI 选项、索引管理命令、搜索策略指南(架构查询与目标查询)以及故障排除。补充了处理守护进程生命周期的 osgrep 插件。 来源:tdimino/claude-code-minoan。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tdimino/claude-code-minoan --skill osgrep-reference 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tdimino/claude-code-minoan