Agent Skills
› szw321127/repowise
› pk-graph
pk-graph
GitHub用于从项目知识目录重建图 artifacts 的核心插件入口,支持指定项目根或知识目录,执行脚本并生成图数据及索引文件。
Trigger Scenarios
用户希望重建基于 .project-knowledge/ 的图结构
需要生成 graph-data.json 和 knowledge-graph.html
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


