Agent Skills
› szw321127/repowise
› pk-graph
pk-graph
GitHub用于从项目知识目录重建图结构文件的插件入口,支持指定项目根路径或知识目录,调用脚本生成图数据及索引文件。
Trigger Scenarios
用户希望重新构建项目图谱
需要更新项目知识关联关系
Install
npx skills add szw321127/repowise --skill pk-graph -g -y
SKILL.md
Frontmatter
{
"name": "pk-graph",
"description": "Use when the user wants to rebuild graph artifacts from `.project-knowledge\/`."
}
PK Graph
Treat this skill as the primary plugin entrypoint for graph rebuilding.
Required Behavior
- Accept either a project root or a
.project-knowledge/directory. - Resolve
../../scripts/pk-graph.mjsrelative to thisSKILL.mdfile. - The wrapper delegates to
build-project-graph-data.mjs. - Report the generated files in Chinese, especially
graph-data.json,graph-index.json,knowledge-graph.html, and refreshed Obsidian files underindex.mdand_views/.
Version History
- fa4164e Current 2026-07-24 16:07


