Superpowers ZH

v1.0.0Coding Agentsstable

🦸 AI 编程超能力 · 中文增强版 — superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skills,让 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI 等 16 款 AI 编程工具真正会干活

agent-skillsagentic-codingai-codingchineseclaude-code
Share:
3,691
Stars
0
Downloads
0
Weekly
0/5

What is Superpowers ZH?

Superpowers ZH is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🦸 ai 编程超能力 · 中文增强版 — superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skills,让 claude code / copilot cli / hermes agent / cursor / windsurf / kiro / gemini cli 等 16 款 ai 编程工具真正会干活

🦸 AI 编程超能力 · 中文增强版 — superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skills,让 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI 等 16 款 AI 编程工具真正会干活

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 🦸 AI 编程超能力 · 中文增强版 — superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skil

Use Cases

Access 116k+ open-source AI coding skills in Chinese.
Enhance Claude Code, Copilot, and other AI tools with 6 original skills.
jnMetaCode

Maintainer

LicenseMIT
Languageshell
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx superpowers-zh

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Superpowers ZH

Superpowers ZH is a Chinese-enhanced distribution of the open-source superpowers skills collection for AI coding tools, adding a complete Chinese translation of the original 14 skills plus 6 original China-specific skills covering Chinese code review standards, Git workflow conventions, documentation norms, and MCP server building. It works with 18 AI coding tools including Claude Code, Cursor, Windsurf, Kiro, Gemini CLI, and Copilot CLI by installing skill definition files into each tool's configuration directory. Teams working in Chinese-language environments use it to give AI coding assistants culturally and linguistically appropriate behavior without manually configuring each tool.

Prerequisites

  • Node.js 18 or later installed (for the npx installer)
  • At least one supported AI coding tool: Claude Code, Cursor, Windsurf, Kiro, Gemini CLI, Copilot CLI, or similar
  • Git installed
  • A project directory where you want to install the skills (not the home directory ~)
1

Navigate to your project directory

Run the installer from within a specific project directory. Installing in the home directory (~) is not recommended without the --force flag.

cd /your/project
2

Run the npx installer

Execute the superpowers-zh installer via npx. It will detect which AI tools are configured in your project and install the appropriate skill files into the correct directories.

npx superpowers-zh
3

Specify a tool explicitly (optional)

If you want to install skills for a specific tool rather than letting the installer auto-detect, use the --tool flag with the tool name.

npx superpowers-zh --tool cursor
# or
npx superpowers-zh --tool claude
4

Verify the installed skill files

Check that the skill files were created in the correct location for your AI tool. Each tool has its own directory structure.

# Claude Code / Copilot CLI:
ls .claude/skills/

# Cursor:
ls .cursor/skills/

# Kiro:
ls .kiro/steering/
5

Use a skill in your AI tool

Invoke skills by name or let the AI tool use them automatically when the task matches. In Claude Code, reference skills explicitly in your prompts or system instructions.

6

Update or uninstall

Use the @latest tag to update to the newest version of the skills, or pass --uninstall to remove all installed skill files.

npx superpowers-zh@latest
# or uninstall:
npx superpowers-zh@latest --uninstall

Superpowers ZH Examples

Claude Desktop / Claude Code configuration

Superpowers ZH installs skill files directly into your project's .claude/skills/ directory. No MCP server config is required — Claude Code reads skills from the local directory automatically.

# No mcpServers entry needed.
# After running: npx superpowers-zh
# Verify with:
# ls .claude/skills/
#
# Expected output:
# chinese-code-review.md  chinese-git-workflow.md
# tdd.md  systematic-debugging.md  code-review.md  ...

Prompts to try

After installing, use these prompts in Claude Code or your chosen AI coding tool to invoke the Chinese-enhanced skills.

- "请用中文代码审查规范检查这个 Pull Request" (Review this PR using Chinese code review standards)
- "按照中文 Git 工作流规范,帮我整理这个分支的提交" (Organize commits according to Chinese Git workflow conventions)
- "用中文文档标准为这个模块生成 API 文档" (Generate API docs following Chinese documentation standards)
- "系统性地调试这个认证失败的问题" (Systematically debug this authentication failure)
- "在提交代码前,先帮我验证功能是否正确" (Verify functionality before committing code)

Troubleshooting Superpowers ZH

Installer refuses to run in the home directory

The installer blocks installation in ~ by default to avoid polluting your home directory. Either navigate into a specific project directory first, or use: npx superpowers-zh --force

Skills are installed but the AI tool does not use them

Confirm the skill files are in the directory the tool reads. For Claude Code, they must be in .claude/skills/ within your project root. Restart or reload the AI tool after installation. Some tools require explicit skill invocation by name.

Wrong tool directory was chosen during auto-detection

Use the --tool flag to specify the target tool explicitly: npx superpowers-zh --tool cursor. Run npx superpowers-zh --help to see the full list of supported tool names.

Frequently Asked Questions about Superpowers ZH

What is Superpowers ZH?

Superpowers ZH is a Model Context Protocol (MCP) server that 🦸 ai 编程超能力 · 中文增强版 — superpowers(116k+ ⭐)完整汉化 + 6 个中国原创 skills,让 claude code / copilot cli / hermes agent / cursor / windsurf / kiro / gemini cli 等 16 款 ai 编程工具真正会干活 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Superpowers ZH?

Follow the installation instructions on the Superpowers ZH GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Superpowers ZH?

Superpowers ZH works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Superpowers ZH free to use?

Yes, Superpowers ZH is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "superpowers-zh": { "command": "npx", "args": ["-y", "superpowers-zh"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Superpowers ZH?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides