Agent Skills
› szw321127/repowise
› pk-status
pk-status
GitHub用于读取项目知识状态摘要的只读技能。通过解析脚本获取项目标题、稳定节点数、孵化中节点数及近期会话等信息,并以中文格式返回结果,帮助用户快速了解当前项目知识库的健康状况和动态。
Trigger Scenarios
用户希望查看项目知识状态的只读摘要
需要检查项目知识库的健康度或节点统计信息
Install
npx skills add szw321127/repowise --skill pk-status -g -y
SKILL.md
Frontmatter
{
"name": "pk-status",
"description": "Use when the user wants a read-only summary of the current project knowledge state."
}
PK Status
Treat this skill as the primary plugin entrypoint for project knowledge status inspection.
Required Behavior
- Accept either a project root or a
.project-knowledge/directory. - Resolve
../../scripts/pk-status.mjsrelative to thisSKILL.mdfile. - The wrapper delegates to
status-report.mjs. - Return the summary in Chinese, including project title, stable node count, incubating node count, recent sessions, and recommended options when available.
Version History
- fa4164e Current 2026-07-24 16:08


