by jnMetaCode
AI 编程超能力中文版 — superpowers 完整汉化 + 中国特色 skills(Gitee/Coding 工作流、中文排版、MCP 构建)
# Add to your Claude Code skills
git clone https://github.com/jnMetaCode/superpowers-zh🌐 简体中文 | English (upstream)
让你的 AI 编程助手真正会干活 — 从头脑风暴到代码审查,从 TDD 到调试,每个 skill 都是经过实战验证的工作方法论。
Chinese community edition of superpowers, including full translations and China-specific development skills.
| 📦 翻译 Skills | 🇨🇳 中国特色 Skills | 🤖 支持工具 | |:---:|:---:|:---:| | 14 | 5 | Claude Code / Cursor / Codex / Kiro / DeerFlow / Trae / Antigravity / VS Code / Gemini |
superpowers 是目前最火的 AI 编程 skills 框架(99k+ stars),为 Claude Code、Cursor 等 AI 编程工具提供系统化的工作方法论。
superpowers-zh 在完整翻译的基础上,新增了面向中国开发者的特色 skills:
| Skill | 用途 | |-------|------| | 头脑风暴 (brainstorming) | 需求分析 → 设计规格,不写代码先想清楚 | | 编写计划 (writing-plans) | 把规格拆成可执行的实施步骤 | | 执行计划 (executing-plans) | 按计划逐步实施,每步验证 | | (test-driven-development) | 严格 TDD:先写测试,再写代码 | | (systematic-debugging) | 四阶段调试法:定位→分析→假设→修复 | | (requesting-code-review) | 派遣审查 agent 检查代码质量 | | (receiving-code-review) | 技术严谨地处理审查反馈,拒绝敷衍 | | (verification-before-completion) | 证据先行——声称完成前必须跑验证 | | (dispatching-parallel-agents) | 多任务并发执行 | | (subagent-driven-development) | 每个任务一个 agent,两轮审查 | | (using-git-worktrees) | 隔离式特性开发 | | (finishing-a-development-branch) | 合并/PR/保留/丢弃四选一 | | (writing-skills) | 创建新 skill 的方法论 | | (using-superpowers) | 元技能:如何调用和优先使用 skills |
No comments yet. Be the first to share your thoughts!
| Skill | 用途 | 上游有吗? | |-------|------|:---:| | 中文代码审查 (chinese-code-review) | 符合国内团队文化的代码审查规范 | 无 | | 中文 Git 工作流 (chinese-git-workflow) | 适配 Gitee/Coding/极狐 GitLab | 无 | | 中文技术文档 (chinese-documentation) | 中文排版规范、中英混排、告别机翻味 | 无 | | 中文提交规范 (chinese-commit-conventions) | 适配国内团队的 commit message 规范 | 无 | | MCP 服务器构建 (mcp-builder) | 构建生产级 MCP 工具,扩展 AI 能力边界 | 无 |
cd /your/project
npx superpowers-zh
# 克隆仓库
git clone https://github.com/jnMetaCode/superpowers-zh.git
# 复制 skills 到你的项目(选择你使用的工具)
cp -r superpowers-zh/skills /your/project/.claude/skills # Claude Code
cp -r superpowers-zh/skills /your/project/.cursor/skills # Cursor
cp -r superpowers-zh/skills /your/project/.codex/skills # Codex CLI
cp -r superpow...