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


