Agent Skills
› szw321127/repowise
› pk-serve
pk-serve
GitHub提供项目知识图谱的本地预览服务器,解析路径并启动服务后以中文返回访问地址。
触发场景
用户需要查看项目知识图谱的本地预览
用户请求启动知识图谱服务
安装
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.
版本历史
- fa4164e 当前 2026-07-24 16:08


