🦸 AI 编程超能力 · 中文增强版 — superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skills,让 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI 等 16 款 AI 编程工具真正会干活
# superpowers-zh(AI 编程超能力 · 中文增强版)
🌐 **简体中文** | [English (upstream)](https://github.com/obra/superpowers)
> 🦸 **superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skills** — 让 Claude Code / Cursor CLI / Hermes Agent / Cursor / Windsurf / Kiro / Cursor CLI 等 **16 款 AI 编程工具**真正会干活。从头脑风暴到代码审查,从 TDD 到调试,每个 skill 都是经过实战验证的工作方法论。
Chinese community edition of [superpowers](https://github.com/obra/superpowers) — 20 skills across 16 AI coding tools, including full translations and China-specific development skills.
<!-- 效果对比 -->
<table>
<tr><td>
**没装 superpowers-zh:**
```
你:给用户模块加个批量导出功能
AI:好的,我来实现...(直接开始写代码)
export async function exportUsers() { ... }
你:等等,格式不对,没分页,大数据量会 OOM...
```
</td><td>
**装了 superpowers-zh:**
```
你:给用户模块加个批量导出功能
AI:在开始实现之前,我需要了解几个关键问题:
1. 导出格式是 CSV 还是 Excel?
2. 预计数据量多大?需要异步处理吗?
3. 有权限要求吗?
→ 给出 2-3 个方案,确认后再动手
```
</td></tr>
</table>
[](https://github.com/jnMetaCode/superpowers-zh)
[](https://www.npmjs.com/package/superpowers-zh)
[](https://opensource.org/licenses/MIT)
[](https://makeapullrequest.com)
### 📊 项目规模
| 📦 翻译 Skills | 🇨🇳 中国特色 Skills | 🤖 支持工具 |
|:---:|:---:|:---:|
| **14** | **6** | **Claude Code / Cursor CLI / Hermes Agent / Cursor / Windsurf / Kiro / Cursor CLI / Codex / Aider / Trae / VS Code (Cursor) / DeerFlow / OpenCode / OpenClaw / Qwen Code / Antigravity** |
---
## 这是什么?
[superpowers](https://github.com/obra/superpowers) 是目前最火的 AI 编程 skills 框架(116k+ stars),为 AI 编程工具提供**系统化的工作方法论**。
**superpowers-zh** 在完整翻译的基础上,新增了面向中国开发者的特色 skills。
### 🤖 支持 16 款主流 AI 编程工具
| 工具 | 类型 | 一键安装 | 手动安装 |
|------|------|:---:|:---:|
| [Claude Code](https://claude.ai/code) | CLI | `npx superpowers-zh` | `.cursor/skills/` |
| [Cursor CLI](https:Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.