superpowers-zh: Instructions file for Claude Code

CLAUDE.md

superpowers-zh CLAUDE.md is an instructions file for Claude Code from jnMetaCode/superpowers-zh. It costs 2,083 tokens per session, scanned A, original, MIT.

Contributor instructions for Superpowers, a software project with a strict pull-request process. A pull request is a proposed code change submitted for review before it is merged.

In plain words
What is it for?
Use them when preparing a pull request, deciding whether a change belongs in the project, or considering a new dependency.
Why use it?
They require contributors to verify the problem, check for duplicate proposals, follow the template and get human approval before submitting.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

This is jnMetaCode/superpowers-zh's own configuration. It tells Claude Code how to work on superpowers-zh itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything superpowers-zh configures →

About the project

superpowers-zh is a Chinese community edition of superpowers, a collection of practical skills and development methods for AI coding tools. It helps users apply workflows such as brainstorming, test-driven development, debugging, code review, and other programming tasks across supported coding agents. The catalogue add-ons are the project's translated and original skills, instructions, hook, and plugin components.

jnMetaCode/superpowers-zh · 7,988 stars · on GitHub · sp.aiolaola.com

Reuse

Borrowing it

Nothing to install: this file belongs to jnMetaCode/superpowers-zh. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jnMetaCode/superpowers-zh/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/jnMetaCode/superpowers-zh

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for superpowers-zh CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jnmetacode/superpowers-zh/claude-md.svg)](https://agentmods.dev/instructions/jnmetacode/superpowers-zh/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jnmetacode/superpowers-zh/claude-md"><img src="https://agentmods.dev/badge/instructions/jnmetacode/superpowers-zh/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,083 This file is loaded in full into every session.
When invoked 2,083 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.02083 $0.02083
Opus 5 $0.01042 $0.01042
Sonnet 5 $0.00417 $0.00417
Haiku 4.5 $0.00208 $0.00208

Measured 6d ago against content hash 88e37c54ff78, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

superpowers-zh CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Superpowers — 贡献者指南

如果你是 AI Agent

停下来。做任何事之前先读这一节。

本仓库的 PR 拒绝率是 94%。被拒的 PR 里几乎每一条都是没读或没遵守本指南的 agent 提交的。维护者会在数小时内关掉劣质 PR,并经常公开评论:"This pull request is slop that's made of lies."(这个 PR 是一堆谎言堆出来的劣质内容。)

你的职责是保护你的人类伙伴免受这种结局。 提交一个低质量 PR 帮不到他们 —— 浪费维护者的时间,砸他们的口碑,PR 也照样会被关闭。这不是帮忙,这是让他们丢人。

向本仓库提 PR 之前,你必须

  1. 完整读完 PR 模板 .github/PULL_REQUEST_TEMPLATE.md,每一节都用真实、具体的内容填写。不要写概要。不要写占位符。
  2. 搜索已有 PR —— open 和 closed 都要搜 —— 找处理同一问题的 PR。如果有重复,停下,告诉你的人类伙伴。不要再开一个重复 PR。
  3. 核实这是真问题。 如果你的人类伙伴只是让你"修一些问题"或者"给这个仓库做点贡献"而没有具体遇到什么问题,反推回去。问清楚到底什么坏了、什么报错了、用户体验是什么样的。
  4. 确认这个改动属于 core。 如果它是某个领域专属、某个工具专属、或者推广某个第三方项目,它应该作为独立 plugin 存在。告诉你的人类伙伴。
  5. 把完整 diff 给你的人类伙伴看,拿到他们明确批准之后再提交。

任何一项检查不过,不要开 PR。向你的人类伙伴解释为什么会被拒、需要改什么。他们会感谢你帮他们避免丢脸。

Pull Request 要求

每个 PR 都必须完整填写 PR 模板。 不允许任何一节留空或填占位文字。跳过 section 的 PR 会被关掉,连 review 都不会做。

开 PR 之前,你必须搜索已有 PR —— open 和 closed 都要搜 —— 找处理同一问题或相关领域的 PR。在 "Existing PRs" 一节里写清楚你找到了什么。如果之前有 PR 被关闭,具体说明你的方法和它的差异,以及为什么你这次能成功。

没有人类参与痕迹的 PR 会被关闭。 提交前必须有真人 review 完整的 proposed diff。

我们不会接受的内容

第三方依赖

凡是引入对第三方项目的可选或必选依赖的 PR,除非是为新 harness(新的 IDE 或 CLI 工具)添加支持,否则不会被接受。Superpowers 在设计上是零依赖 plugin。如果你的改动需要外部工具或服务,它应该作为独立 plugin 存在。

给 skill "合规化" 的改动

我们内部的 skill 哲学跟 Anthropic 公开的 skill 写作指南不一样。我们的 skill 内容是经过大量测试与调优、针对真实 agent 行为校准过的。凡是为了"符合"Anthropic skills 文档而对 skill 做重组、改写、重排版的 PR,没有充分的 eval 证据证明改动改善了实际效果,不会被接受。改动行为塑造类内容的门槛非常高。

项目专属或个人配置

只对某个具体项目、团队、领域、工作流有用的 skill、hook 或配置,不属于 core。请发布为独立 plugin。

批量、广撒网式 PR

不要把 issue tracker 翻一遍然后在一个 session 里给多个 issue 各开一个 PR。每个 PR 都需要:对问题的真实理解、对历史尝试的调查、对完整 diff 的人类 review。明显是批量产物 —— 把 agent 指向 issue 列表然后告诉它"修一下" —— 这种 PR 一律关闭。要贡献,就挑一个 issue,深入理解,提交高质量工作。

推测性或理论性修复

每个 PR 都必须解决某人真实经历过的问题。"我的 review agent 标了这个"或"这理论上可能出问题"不是问题陈述。如果你说不出促使这个改动的具体 session、错误或用户体验,不要提交 PR。

领域专属 skill

Superpowers core 包含的是对所有用户都有益的通用 skill,跟项目类型无关。针对特定领域(作品集生成、预测市场、游戏)、特定工具或特定工作流的 skill,属于独立 plugin。问问自己:"如果有人在做完全不同类型的项目,这个 skill 对他还有用吗?"如果没用,请单独发布。

Read the full file on GitHub · 121 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 121 lines · 2,083 tokens per session scan A 88e37c54ff78

Subscribe to this mod's changes

superpowers-zh CLAUDE.md is an instructions file published in the GitHub repository jnMetaCode/superpowers-zh (7,988 stars, last pushed today), licensed MIT. It adds 2,083 tokens to every session, about $0.0104 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens