·osgrep-reference
</>

osgrep-reference

用于 osgrep 语义代码搜索的综合 CLI 参考和搜索策略。用于详细的 CLI 选项、索引管理命令、搜索策略指南(架构查询与目标查询)以及故障排除。补充了处理守护进程生命周期的 osgrep 插件。

28安装·1热度·@tdimino

安装

$npx skills add https://github.com/tdimino/claude-code-minoan --skill osgrep-reference

如何安装 osgrep-reference

通过命令行快速安装 osgrep-reference AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/tdimino/claude-code-minoan --skill osgrep-reference
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:tdimino/claude-code-minoan。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-03-01
更新时间
2026-03-10

Browse more skills from tdimino/claude-code-minoan

快速解答

什么是 osgrep-reference?

用于 osgrep 语义代码搜索的综合 CLI 参考和搜索策略。用于详细的 CLI 选项、索引管理命令、搜索策略指南(架构查询与目标查询)以及故障排除。补充了处理守护进程生命周期的 osgrep 插件。 来源:tdimino/claude-code-minoan。

如何安装 osgrep-reference?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tdimino/claude-code-minoan --skill osgrep-reference 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/tdimino/claude-code-minoan