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


