From 6bff7ec29c98d166b054c1feb6d18e1011596775 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?AI=E4=B8=8D=E6=AD=A2=E8=AF=AD?=
<12096460+jnMetaCode@users.noreply.github.com>
Date: Sat, 13 Jun 2026 06:11:46 +0800
Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E6=95=88=E6=9E=9C=E5=AF=B9?=
=?UTF-8?q?=E6=AF=94=E8=A1=A8=E7=A7=BB=E5=88=B0=E3=80=8C=E8=BF=99=E6=98=AF?=
=?UTF-8?q?=E4=BB=80=E4=B9=88=EF=BC=9F=E3=80=8D=E7=AB=A0=E8=8A=82=E4=B8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/README.md b/README.md
index e68c274..1f994bd 100644
--- a/README.md
+++ b/README.md
@@ -6,33 +6,6 @@
Chinese community edition of [superpowers](https://github.com/obra/superpowers) — 20 skills across 18 AI coding tools, including full translations and China-specific development skills.
-
-
-|
-
-**没装 superpowers-zh:**
-```
-你:给用户模块加个批量导出功能
-AI:好的,我来实现...(直接开始写代码)
- export async function exportUsers() { ... }
-你:等等,格式不对,没分页,大数据量会 OOM...
-```
-
- |
-
-**装了 superpowers-zh:**
-```
-你:给用户模块加个批量导出功能
-AI:在开始实现之前,我需要了解几个关键问题:
- 1. 导出格式是 CSV 还是 Excel?
- 2. 预计数据量多大?需要异步处理吗?
- 3. 有权限要求吗?
- → 给出 2-3 个方案,确认后再动手
-```
-
- |
-
-
[](https://github.com/jnMetaCode/superpowers-zh)
[](https://www.npmjs.com/package/superpowers-zh)
[](https://opensource.org/licenses/MIT)
@@ -69,6 +42,33 @@ AI:在开始实现之前,我需要了解几个关键问题:
**superpowers-zh** 在完整翻译的基础上,新增了面向中国开发者的特色 skills。
+
+
+|
+
+**没装 superpowers-zh:**
+```
+你:给用户模块加个批量导出功能
+AI:好的,我来实现...(直接开始写代码)
+ export async function exportUsers() { ... }
+你:等等,格式不对,没分页,大数据量会 OOM...
+```
+
+ |
+
+**装了 superpowers-zh:**
+```
+你:给用户模块加个批量导出功能
+AI:在开始实现之前,我需要了解几个关键问题:
+ 1. 导出格式是 CSV 还是 Excel?
+ 2. 预计数据量多大?需要异步处理吗?
+ 3. 有权限要求吗?
+ → 给出 2-3 个方案,确认后再动手
+```
+
+ |
+
+
### 🆚 与英文上游的区别(老被问,一次说清)
| 维度 | superpowers(英文上游) | superpowers-zh(中文增强版) |