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


