20 battle-tested methods
Not prompt templates — workflow methodology hardened by cross-session adversarial testing, from brainstorming to TDD, debugging and review.
20 battle-tested workflow skills — from brainstorming to TDD, systematic debugging to code review.
One command auto-detects your tool and installs.
$ npx superpowers-zhNot another prompt-template pack — real engineering methodology that makes AI work properly.
Not prompt templates — workflow methodology hardened by cross-session adversarial testing, from brainstorming to TDD, debugging and review.
One skill set for Claude Code / Cursor / Codex / Gemini CLI / Windsurf and more. Switch tools, keep your habits.
npx superpowers-zh auto-detects your tool and installs. Zero config; restart to take effect.
Chinese code-review phrasing, commit conventions, doc typography, and domestic Git platforms (Gitee/Coding/JiHu) — not in upstream.
Tracks obra/superpowers (233k+ ⭐); every core skill localized into native Chinese — calibrated, not machine-translated.
Pure Markdown skills. No external deps, no network, no code upload. Triggered on demand with zero runtime cost.
Skills chain together; the AI triggers the right methodology at the right moment.
You: Add bulk export to the users module
AI: Sure, implementing… (starts coding)
export async function exportUsers() { … }
You: Wait — wrong format, no paging,
it OOMs on large data…You: Add bulk export to the users module
AI: First, the requirements — what format?
What data volume? Paging/streaming?
Permission checks? (triggers brainstorming)
→ plan → TDD → verify → reviewFor most tools npx superpowers-zh auto-detects the project and installs; otherwise pass --tool.
npx superpowers-zhClick any card for the full operating doc.
using-superpowers
The bootstrap skill — establishes how to discover and invoke skills at the start of every conversation.
Read docs →brainstorming
Explore intent, requirements and design before any creative work — feature, component or behavior change.
Read docs →dispatching-parallel-agents
Fan out 2+ independent tasks with no shared state or ordering dependency.
Read docs →executing-plans
Execute a written plan in a separate session with review checkpoints.
Read docs →subagent-driven-development
Run a plan of independent tasks within the current session via subagents.
Read docs →workflow-runner
Run agency-orchestrator YAML workflows directly using the current session LLM — no API key.
Read docs →writing-plans
Turn a spec into a step-by-step implementation plan before writing any code.
Read docs →systematic-debugging
Reproduce and locate the root cause before proposing any fix.
Read docs →test-driven-development
Write the test before the implementation, for every feature and bug fix.
Read docs →verification-before-completion
Run verification and back every claim with evidence before saying it is done.
Read docs →receiving-code-review
Apply review feedback with technical rigor — verify, don't blindly comply.
Read docs →requesting-code-review
Validate work against requirements before merging or shipping.
Read docs →finishing-a-development-branch
Wrap up finished work via structured merge / PR / cleanup options.
Read docs →using-git-worktrees
Start isolated feature work in a dedicated git worktree.
Read docs →mcp-builder
Methodology for building production-grade MCP servers that connect AI to external tools.
Read docs →writing-skills
Create, edit and validate skills before deploying them.
Read docs →chinese-code-review
Chinese review phrasing, severity tiers, and common anti-patterns in domestic teams.
Read docs →chinese-commit-conventions
Conventional Commits adapted for Chinese, with commitlint / husky / changelog templates.
Read docs →chinese-documentation
CN/EN spacing, punctuation, term preservation and Chinese typography conventions.
Read docs →chinese-git-workflow
Gitee / Coding.net / JiHu GitLab / CNB access, credentials, CI and mirror sync.
Read docs →No matching skills.
Each scenario is backed by a set of cooperating skills.
brainstorming → writing-plans → TDDAI questions the requirements, writes a plan, then builds test-first — instead of dumping code immediately.
systematic-debuggingForces reproduce-and-locate-root-cause before any fix — no more "guess and tweak" loops.
verification-before-completion → code-reviewMust run verification with evidence, then a review pass, before claiming "done".
chinese-commit-conventions → chinese-code-reviewChinese commit conventions + tiered review phrasing, wired for Gitee / Coding / JiHu GitLab.
Switch tools without switching habits — the methodology follows you.
"AI Coding in Practice · The Three-Volume Methodology" — full tutorials for 10 AI coding tools plus real-world pitfalls. Online book + PDF, free forever.
Read free ↗
🙏 Want to appear here? Contact [email protected]
One command installs 20 battle-tested skills into your tool. Free, open-source, zero-dependency.
$ npx superpowers-zh