Agent Skills
› szw321127/repowise
› pk-serve
pk-serve
GitHub作为本地知识图谱预览服务器的主要插件入口,自动定位项目根目录并启动服务脚本,最终返回中文格式的预览访问地址。
Trigger Scenarios
需要本地预览项目知识图谱
启动本地预览服务器
Install
npx skills add szw321127/repowise --skill pk-serve -g -y
SKILL.md
Frontmatter
{
"name": "pk-serve",
"description": "Use when the user wants a local preview server for the project knowledge graph."
}
PK Serve
Treat this skill as the primary plugin entrypoint for local graph preview.
Required Behavior
- Determine the target project root from an explicit path; otherwise use the current working directory.
- Resolve
../../scripts/pk-serve.mjsrelative to thisSKILL.mdfile. - The wrapper delegates to
serve-project-knowledge.mjs. - Report the preview URL in Chinese after the server starts.
Version History
- fa4164e Current 2026-07-24 16:08


