Files
superpowers-zh/docs/README.qwen.md
jiangnan c2ab9e653b feat: add Windsurf, Gemini CLI, Aider, OpenCode, Qwen Code support — 14 tools total
- Add 5 new tool targets to installer (bin/superpowers-zh.js)
- Gemini CLI detects GEMINI.md to avoid conflict with Antigravity
- Aider detects .aider/ directory for broader compatibility
- Add installation docs for Windsurf, Gemini CLI, Aider, Qwen Code
- Update README with full 14-tool support table and usage guide
- Fix skills count: 20 (14 translated + 6 Chinese-original incl. workflow-runner)
- Fix OpenClaw doc linking to wrong upstream repo
- Align gemini-extension.json name/version with package.json
- Add docs/ to package.json files array for npm installs
- Add install script validation step to CI
2026-03-26 22:33:15 +08:00

62 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Superpowers 中文版 — Qwen Code 安装指南
在 [Qwen Code](https://tongyi.aliyun.com/qianwen) (通义灵码) 中使用 superpowers-zh 的完整指南。
## 自动安装
```bash
cd /your/project
npx superpowers-zh
```
安装脚本会自动检测 `.qwen/` 目录并将 skills 复制到 `.qwen/skills/` 目录。
## 手动安装
```bash
git clone https://github.com/jnMetaCode/superpowers-zh.git
cp -r superpowers-zh/skills /your/project/.qwen/skills
```
或全局安装:
```bash
mkdir -p ~/.qwen/skills
cp -r superpowers-zh/skills/* ~/.qwen/skills/
```
## Skill 加载优先级
| 位置 | 优先级 | 说明 |
|------|--------|------|
| `.qwen/skills/` | 最高 | 项目级,仅当前项目 |
| `~/.qwen/skills/` | 中 | 用户级,所有项目共享 |
## 使用
安装完成后重启 Qwen Codeskills 会自动生效。
在 Qwen Code 中可以通过以下方式调用 skills
```
请使用 brainstorming skill 来分析这个需求
```
```
按照 test-driven-development skill 的方法来实现这个功能
```
## 故障排查
### Skills 未生效
1. 确认 `.qwen/skills/` 目录存在且包含 skill 文件夹
2. 每个 skill 需要包含有效 YAML frontmatter 的 `SKILL.md` 文件
3. 重启 Qwen Code 或刷新会话
## 获取帮助
- 提交 Issuehttps://github.com/jnMetaCode/superpowers-zh/issues
- 项目主页https://github.com/jnMetaCode/superpowers-zh
- 通义灵码文档https://tongyi.aliyun.com/lingma