Agent Skills
› szw321127/repowise
› pk-init
pk-init
GitHub用于初始化本地项目的知识目录结构,生成 Obsidian 入口文件及日志,并建议后续技能。
触发场景
用户希望初始化项目知识体系
需要创建 .project-knowledge/ 目录
安装
npx skills add szw321127/repowise --skill pk-init -g -y
SKILL.md
Frontmatter
{
"name": "pk-init",
"description": "Use when the user wants to initialize `.project-knowledge\/` for the current local project."
}
PK Init
Treat this skill as the primary plugin entrypoint for project knowledge initialization.
Required Behavior
- Determine the target project root from an explicit user path; otherwise use the current working directory.
- Read only local code and local docs.
- Do not modify business code while initializing knowledge.
- Resolve
../../scripts/pk-init.mjsrelative to thisSKILL.mdfile, not relative to the target project. - The wrapper delegates to
init-project-knowledge.mjs. - Report the result in Chinese and include the project root, the
.project-knowledge/path, Obsidian entry files (index.md,log.md,_views/), and suggested next skillspk-statusandpk-graph.
版本历史
- fa4164e 当前 2026-07-24 16:07


