Agent skill · AI & Agents

using-superpowers

在开始任何对话时使用——确立如何查找和使用技能,要求在任何响应(包括澄清性问题)之前调用 Skill 工具

jnMetaCodegithub.com/jnMetaCodeGitHub ↗
claude-codecursorMIT
Install
npx skills add jnMetaCode/superpowers-zh --skill using-superpowers --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/using-superpowers/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 7,457 · +159 this week
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<SUBAGENT-STOP> 如果你是作为子智能体被分派来执行特定任务的,忽略此技能。 </SUBAGENT-STOP> <EXTREMELY-IMPORTANT> 如果你认为哪怕只有 1% 的可能性某个技能适用于你正在做的事情,你绝对必须调用该技能。 如果一个技能适用于你的任务,你没有选择。你必须使用它。 这不可协商。你不能通过合理化来逃避。 </EXTREMELY-IMPORTANT> ## 规则 **在任何响应或操作之前调用相关或被请求的技能**——包括澄清性问题、探索代码库、或查看文件之前。如果调用后发现技能不适合当前情况,你不需要使用它。 **在进入 EnterPlanMode 之前:** 如果你还没有头脑风暴过,先调用头脑风暴技能。 然后宣布"使用 [技能] 来 [目的]",并严格遵循该技能。如果它有检查清单,为每个条目创建一个待办。 ## 技能优先级 当多个技能都适用时,流程技能优先——它们决定处理方式,然后由实现技能(前端设计等)负责执行。头脑风暴和系统化调试是 Superpowers 中最常见的流程技能,但这条规则适用于任何流程技能。 - "让我们构建 X" → 先用 superpowers:brainstorming,再用实现技能。 - "修复这个 bug" → 先用 superpowers:systematic-debugging,再用领域技能。 ## 红线 这些想法意味着停下——你在合理化: | 想法 | 现实 | |------|------| | "这只是一个简单的问题" | 问题就是任务。检查技能。 | | "我需要先了解更多上下文" | 技能检查在澄清性问题之前。 | | "让我先探索一下代码库" | 技能告诉你如何探索。先检查。 | | "我可以快速查一下 git/文件" | 文件缺少对话上下文。检查技能。 | | "让我先收集信息" | 技能告诉你如何收集信息。 | | "这不需要正式的技能" | 如果技能存在,就使用它。 | | "我记得这个技能" | 技能会迭代更新。阅读当前版本。 | | "这不算一个任务" | 行动 = 任务。检查技能。 | | "技能太小题大做了" | 简单的事会变复杂。使用它。 | | "让我先做这一件事" | 在做任何事之前先检查。 | | "这样做感觉很高效" | 无纪律的行动浪费时间。技能防止这一点。 | | "我知道那是什么意思" | 知道概念 ≠ 使用技能。调用它。 | ## 平台适配 如果你的运行环境在下面列出,请阅读对应的参考文件获取特殊说明: - Codex:`references/codex-tools.md` - Pi:`references/pi-tools.md` - Copilot CLI:`references/copilot-tools.md` - Hermes

What's inside
Steps it walks through
  1. 规则
  2. 技能优先级
  3. 红线
  4. 平台适配
  5. 中国特色技能路由
  6. 用户指令
Ships with 6 files
  • references/codex-tools.md
  • references/copilot-tools.md
  • references/gemini-tools.md
  • references/hermes-tools.md
  • references/pi-tools.md
  • references/qoder-tools.md
More from superpowers-zh
All skills →
About this skill
What does the using-superpowers skill do?

在开始任何对话时使用——确立如何查找和使用技能,要求在任何响应(包括澄清性问题)之前调用 Skill 工具

How do I install it?

Run `npx skills add jnMetaCode/superpowers-zh --skill using-superpowers --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jnMetaCode/superpowers-zh, a repository with 7,457 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going