·code-context-finder
</>

code-context-finder

89jobrien/steve

编码时自动从知识图和代码关系中找到相关上下文。检测上下文何时会有所帮助(新文件、不熟悉的代码、架构决策)并显示相关实体、先前决策和代码依赖性。

13安装·0热度·@89jobrien

安装

$npx skills add https://github.com/89jobrien/steve --skill code-context-finder

SKILL.md

Find and surface relevant context while coding by combining knowledge graph search with code relationship analysis. Uses smart detection to identify when additional context would be helpful, then retrieves:

| Opening unfamiliar file | Knowledge graph for file/module context, code for imports/dependencies | | Working on new feature | Prior decisions, related concepts, similar implementations | | Debugging errors | Related issues, error patterns, affected components | | Refactoring code | Dependent files, callers/callees, test coverage |

| Making architectural decisions | Past ADRs, related design docs, established patterns | | Touching config/infra files | Related deployments, environment notes, past issues |

编码时自动从知识图和代码关系中找到相关上下文。检测上下文何时会有所帮助(新文件、不熟悉的代码、架构决策)并显示相关实体、先前决策和代码依赖性。 来源:89jobrien/steve。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/89jobrien/steve --skill code-context-finder
分类
</>开发工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 code-context-finder?

编码时自动从知识图和代码关系中找到相关上下文。检测上下文何时会有所帮助(新文件、不熟悉的代码、架构决策)并显示相关实体、先前决策和代码依赖性。 来源:89jobrien/steve。

如何安装 code-context-finder?

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

这个 Skill 的源码在哪?

https://github.com/89jobrien/steve