Agent Skills
› szw321127/repowise
› pk-status
pk-status
GitHub用于读取并汇总项目知识状态,包括项目名称、稳定与孵化节点数、最近会话及推荐选项。
触发场景
用户希望查看项目知识整体状态
需要获取项目知识节点的统计摘要
安装
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.
版本历史
- fa4164e 当前 2026-07-24 16:08


