Files
superpowers-zh/docs
jiangnan c86b269718 docs: README 新增 Copilot CLI / Hermes Agent 支持说明,工具数更新为 16
- 标题、工具表格、手动安装、配置文件、页脚等 9 处 14→16
- 工具表格新增 Copilot CLI 和 Hermes Agent 两行
- 新增 docs/README.hermes.md 详细安装指南
- 详细安装指南链接列表补充 Hermes Agent
2026-04-13 22:21:58 +08:00
..

Superpowers 中文版 — Windsurf 安装指南

Windsurf 中使用 superpowers-zh 的完整指南。

自动安装

cd /your/project
npx superpowers-zh

安装脚本会自动检测 .windsurf/ 目录并将 skills 复制到 .windsurf/skills/ 目录。

手动安装

git clone https://github.com/jnMetaCode/superpowers-zh.git
cp -r superpowers-zh/skills /your/project/.windsurf/skills

或全局安装:

cp -r superpowers-zh/skills ~/.windsurf/skills

Skill 加载优先级

位置 优先级 说明
.windsurf/skills/ 最高 项目级,仅当前项目
~/.windsurf/skills/ 用户级,所有项目共享

使用

安装完成后重启 Windsurfskills 会自动生效。

也可以在 .windsurfrules 文件中引用 skills 目录:

请参考 .windsurf/skills/ 目录中的 SKILL.md 文件作为工作方法论。

故障排查

Skills 未生效

  1. 确认 .windsurf/skills/ 目录存在且包含 skill 文件夹
  2. 每个 skill 需要包含有效 YAML frontmatter 的 SKILL.md 文件
  3. 重启 Windsurf

获取帮助