jnMetaCode/superpowers-zh
4,351 stars · Last commit 2026-05-24
🦸 AI 编程超能力 · 中文增强版 — superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skills,让 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI 等 16 款 AI 编程工具真正会干活
README preview
# superpowers-zh(AI 编程超能力 · 中文增强版)
🌐 **简体中文** | [English (upstream)](https://github.com/obra/superpowers)
> 🦸 **superpowers(159k+ ⭐)完整汉化 + 4 个中国原创 skills** — 让 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI / Qoder 等 **18 款 AI 编程工具**真正会干活。从头脑风暴到代码审查,从 TDD 到调试,每个 skill 都是经过实战验证的工作方法论。
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.
<!-- 效果对比 -->
<table>
<tr><td>
**没装 superpowers-zh:**
```
你:给用户模块加个批量导出功能
AI:好的,我来实现...(直接开始写代码)
export async function exportUsers() { ... }
你:等等,格式不对,没分页,大数据量会 OOM...
```