一键导入
build-graph
内部技能——从 wiki 页面提取交叉引用,构建图谱数据。由 serve 技能自动调用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
内部技能——从 wiki 页面提取交叉引用,构建图谱数据。由 serve 技能自动调用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | build-graph |
| description | 内部技能——从 wiki 页面提取交叉引用,构建图谱数据。由 serve 技能自动调用。 |
| 参数 | 必填 | 默认值 | 说明 |
|---|---|---|---|
--kb-data-root <path> | 否 | data | 知识库数据根目录,所有路径基于此 |
从 {KB_DATA_ROOT}/wiki/ 下的 wiki 页面提取交叉引用,构建图谱数据。
node scripts/build-graph-data.mjs
输出: {KB_DATA_ROOT}/../site/public/graph.json + public/projects.json
Use when executing implementation plans with independent tasks in the current session
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when you have a spec or requirements for a multi-step task, before touching code