Agent Skills
› szw321127/repowise
› pk-graph
pk-graph
GitHub用于从项目知识目录重建图结构文件,生成数据、索引及可视化HTML。
Trigger Scenarios
用户需要重建项目知识图谱
调用 pk-graph.mjs 脚本
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


