You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{q: '会拖慢我的 AI 吗?会上传代码吗?',a: '不会。skill 是按需触发的纯 Markdown,零运行时、不联网、不上传任何代码或数据,全程在本地。'},
@@ -193,7 +193,7 @@ const T = {
193
193
en: {
194
194
htmlLang: 'en',
195
195
title: 'superpowers-zh · Battle-tested AI coding skills (CN-enhanced)',
196
-
desc: 'Full Chinese localization of superpowers (250k+ ⭐) plus 4 China-native skills. One npx command installs systematic workflow methodology into 20 AI coding tools.',
196
+
desc: 'Full Chinese localization of superpowers (250k+ ⭐) plus 4 China-native skills. One npx command installs systematic workflow methodology into 22 AI coding tools.',
heroH1: 'Give your AI coding tools<br>superpowers that <span class="grad">actually ship</span>',
@@ -220,7 +220,7 @@ const T = {
220
220
skDetail: 'Read docs →',
221
221
tagCn: 'China-native',
222
222
ucTitle: 'Typical use cases',ucSub: 'Each scenario is backed by a set of cooperating skills.',
223
-
toolsTitle: 'One skill set, 20 tools',toolsSub: 'Switch tools without switching habits — the methodology follows you.',
223
+
toolsTitle: 'One skill set, 22 tools',toolsSub: 'Switch tools without switching habits — the methodology follows you.',
224
224
faqTitle: 'FAQ',
225
225
bookTitle: 'Pair it with the methodology for 2× efficiency',
226
226
bookDesc: '"AI Coding in Practice · The Three-Volume Methodology" — full tutorials for 10 AI coding tools plus real-world pitfalls. Online book + PDF, free forever.',
@@ -244,7 +244,7 @@ const T = {
244
244
detailSource: 'View source on GitHub ↗',
245
245
features: [
246
246
{icon: '🧠',t: '20 battle-tested methods',d: 'Not prompt templates — workflow methodology hardened by cross-session adversarial testing, from brainstorming to TDD, debugging and review.'},
247
-
{icon: '🔌',t: 'Works in 20 tools',d: 'One skill set for Claude Code / Cursor / Codex / Gemini CLI / Windsurf and more. Switch tools, keep your habits.'},
247
+
{icon: '🔌',t: 'Works in 22 tools',d: 'One skill set for Claude Code / Cursor / Codex / Gemini CLI / Windsurf and more. Switch tools, keep your habits.'},
248
248
{icon: '⚡',t: 'One-command install',d: 'npx superpowers-zh auto-detects your tool and installs. Zero config; restart to take effect.'},
249
249
{icon: '🇨🇳',t: 'China-native skills',d: 'Chinese code-review phrasing, commit conventions, doc typography, and domestic Git platforms (Gitee/Coding/JiHu) — not in upstream.'},
250
250
{icon: '📖',t: 'Fully localized upstream',d: 'Tracks obra/superpowers (250k+ ⭐); every core skill localized into native Chinese — calibrated, not machine-translated.'},
@@ -266,8 +266,8 @@ const T = {
266
266
],
267
267
faq: [
268
268
{q: 'Is superpowers-zh free?',a: 'Completely free. MIT-licensed open source, forever, with no paywall or subscription.'},
269
-
{q: 'Which AI coding tools are supported?',a: '20 tools: Claude Code, Cursor, Windsurf, Codex CLI, Gemini CLI, Kiro, Trae, Qoder, CodeBuddy (Tencent), CodeArts (Huawei), Aider, OpenCode, Qwen Code, Antigravity, DeerFlow, VS Code (Copilot), Copilot CLI, Hermes Agent, Claw Code, OpenClaw.'},
270
-
{q: 'What makes superpowers-zh unique?',a: 'A fully localized, battle-tested methodology framework for Chinese developers: brainstorming, planning, TDD, debugging, and code-review skills, plus 4 China-native skills (code review / Git workflow / docs / commit conventions), adapted for 20 AI coding tools. MIT-licensed and free forever.'},
269
+
{q: 'Which AI coding tools are supported?',a: '22 tools: Claude Code, Cursor, Windsurf, Codex CLI, Gemini CLI, Kiro, Trae, Qoder, CodeBuddy (Tencent), CodeArts (Huawei), Aider, OpenCode, Qwen Code, Antigravity, DeerFlow, VS Code (Copilot), Copilot CLI, Hermes Agent, Claw Code, OpenClaw, Cline, Kilo Code.'},
270
+
{q: 'What makes superpowers-zh unique?',a: 'A fully localized, battle-tested methodology framework for Chinese developers: brainstorming, planning, TDD, debugging, and code-review skills, plus 4 China-native skills (code review / Git workflow / docs / commit conventions), adapted for 22 AI coding tools. MIT-licensed and free forever.'},
271
271
{q: 'How does it take effect after install?',a: 'npx installs skill files into your tool\'s directory (e.g. .claude/skills/). After restarting your AI tool, it auto-triggers the right skill at the right moment — no manual invocation needed.'},
272
272
{q: 'Can I install once for all projects? (global install)',a: 'Yes. npx superpowers-zh --global installs into the tool\'s user-level directory (e.g. ~/.claude/skills), shared across all projects; you only re-install once to update. Project-level takes precedence, global is the fallback — they coexist. Tools with global support (all verified load paths per each tool\'s docs): Claude Code / Codex CLI / Qoder / Windsurf / Qwen Code / OpenClaw / OpenCode; other tools (incl. Gemini / Antigravity, which have their own global methods) should be installed per-project or via their docs.'},
273
273
{q: 'Will it slow my AI down or upload my code?',a: 'No. Skills are on-demand Markdown: zero runtime, no network, no code or data upload — everything stays local.'},
0 commit comments