什么是 local-knowledge?
通过 Terraphim 基于角色的搜索利用个人笔记和文档。 AI 代理可以搜索按领域(Rust、前端、架构)组织的开发人员本地知识 使用 terraphim-agent REPL 命令。 来源:terraphim/terraphim-skills。
通过 Terraphim 基于角色的搜索利用个人笔记和文档。 AI 代理可以搜索按领域(Rust、前端、架构)组织的开发人员本地知识 使用 terraphim-agent REPL 命令。
通过命令行快速安装 local-knowledge AI 技能到你的开发环境
来源:terraphim/terraphim-skills。
Use this skill when you need to search the developer's personal notes, documentation, or local knowledge base for context-specific information.
Terraphim enables AI coding agents to search local knowledge through role-based haystacks. Different roles have access to different knowledge domains:
| Terraphim Engineer | Architecture, system design | Local docs + Knowledge Graph | | Rust Engineer | Rust patterns, async, WASM | Local notes + Query.rs API | | Frontend Engineer | JavaScript, TypeScript, React | GrepApp (GitHub code search) |
通过 Terraphim 基于角色的搜索利用个人笔记和文档。 AI 代理可以搜索按领域(Rust、前端、架构)组织的开发人员本地知识 使用 terraphim-agent REPL 命令。 来源:terraphim/terraphim-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/terraphim/terraphim-skills --skill local-knowledge通过 Terraphim 基于角色的搜索利用个人笔记和文档。 AI 代理可以搜索按领域(Rust、前端、架构)组织的开发人员本地知识 使用 terraphim-agent REPL 命令。 来源:terraphim/terraphim-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/terraphim/terraphim-skills --skill local-knowledge 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/terraphim/terraphim-skills