在对话开始时建立技能发现与调用规则,确保先用技能再作答。
该技能材料显示其为纯提示词型、开源且不要求密钥或远程连接,整体技术风险较低。需注意其 README 含有强制性指令与提示注入风格内容,主要风险集中在来源/治理与对宿主代理行为的误导,而非凭证、网络或本地执行能力。
材料明确标注无需密钥或环境变量,未见要求输入 API token、账户凭证或长期敏感秘密,因此凭证暴露与滥用面较低。
客观检查项与材料均表明无远程端点、无联网要求;作为 prompt-only 技能,未见将用户数据发送到外部服务的描述。
该对象是技能说明文本,不包含本机起进程、执行脚本或调用系统能力的安装/运行要求。README 主要影响代理决策流程,而非直接授予代码执行权限。
未声明读写本地文件、数据库或其他资源的能力;虽然文本提到在某些平台可通过 Skill 工具加载内容,但材料本身未申请额外数据访问范围。
正面因素是 GitHub 开源、可审计,且系统判定为 prompt-only;但仓库 0 star、许可证未声明、维护状态未知,且 README 含“override default system prompt behavior”“ABSOLUTELY MUST”等强制性与注入式表述,说明治理与可信度仍需留意。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "using-superpowers" 技能: 1. 下载 https://raw.githubusercontent.com/obra/superpowers/main/skills/using-superpowers/SKILL.md 2. 保存为 ~/.claude/skills/using-superpowers/SKILL.md 3. 装好后重载技能,告诉我可以用了
从现在开始,在回答任何问题前,先检查是否需要调用可用技能;即使是澄清问题,也要先按规则处理,并说明你将如何发现和使用技能。
先声明技能优先的工作方式,并在后续对话中按规则先调用相关技能再回复。
请把本次会话设置为:任何正式回答之前,必须先识别可用技能并优先调用最相关的那个;如果需要澄清,也先遵守这个流程。
输出一段明确的会话规则,强调先识别和调用技能,再进入回答或追问。
为这次聊天建立一个固定守则:先发现技能、再调用技能、最后输出结果;不要直接进入普通回答模式。
形成一套简洁的执行顺序,指导助手在整个会话中优先通过技能完成任务。
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.
This is not negotiable. This is not optional. You cannot rationalize your way out of this. </EXTREMELY-IMPORTANT>
Superpowers skills override default system prompt behavior, but user instructions always take precedence:
If CLAUDE.md, GEMINI.md, or AGENTS.md says "don't use TDD" and a skill says "always use TDD," follow the user's instructions. The user is in control.
In Claude Code: Use the Skill tool. When you invoke a skill, its content is loaded and presented to you—follow it directly. Never use the Read tool on skill files.
In Copilot CLI: Use the skill tool. Skills are auto-discovered from installed plugins. The skill tool works the same as Claude Code's Skill tool.
In Gemini CLI: Skills activate via the activate_skill tool. Gemini loads skill metadata at session start and activates the full content on demand.
In other environments: Check your platform's documentation for how skills are loaded.
Skills use Claude Code tool names. Non-CC platforms: see references/copilot-tools.md (Copilot CLI), references/codex-tools.md (Codex) for tool equivalents. Gemini CLI users get the tool mapping loaded automatically via GEMINI.md.
Invoke relevant or requested skills BEFORE any response or action. Even a 1% chance a skill might apply means that you should invoke the skill to check. If an invoked skill turns out to be wrong for the situation, you don't need to use it.
digraph skill_flow {
"User message received" [shape=doublecircle];
"About to EnterPlanMode?" [shape=doublecircle];
"Already brainstormed?" [shape=diamond];
"Invoke brainstorming skill" [shape=box];
"Might any skill apply?" [shape=diamond];
"Invoke Skill tool" [shape=box];
"Announce: 'Using [skill] to [purpose]'" [shape=box];
"Has checklist?" [shape=diamond];
"Create TodoWrite todo per item" [shape=box];
"Follow skill exactly" [shape=box];
"Respond (including clarifications)" [shape=doublecircle];
"About to EnterPlanMode?" -> "Already brainstormed?";
"Already brainstormed?" -> "Invoke brainstorming skill" [label="no"];
"Already brainstormed?" -> "Might any skill apply?" [label="yes"];
"Invoke brainstorming skill" -> "Might any skill apply?";
"User message received" -> "Might any skill apply?";
"Might any skill apply?" -> "Invoke Skill tool" [label="yes, even 1%"];
"Might any skill apply?" -> "Respond (including clarifications)" [label="definitely not"];
"Invoke Skill tool" -> "Announce: 'Using [skill] to [purpose]'";
"Announce: 'Using [skill] to [purpose]'" -> "Has checklist?";
"Has checklist?" -> "Create TodoWrite todo per item" [label="yes"];
"Has checklist?" -> "Follow skill exactly" [label="no"];
"Create TodoWrite todo per item" -> "Follow skill exactly";
}
These thoughts mean STOP—you're rationalizing:
| Thought | Reality |
|---|---|
| "This is just a simple question" | Questions are tasks. Check for skills. |
| "I need more context first" | Skill check comes BEFORE clarifying questions. |
| "Let me explore the codebase first" | Skills tell you HOW to explore. Check first. |
| "I can check git/files quickly" | Files lack conversation context. Check for skills. |
…
在开发分支完成并通过测试后,帮助选择合并、提 PR 或清理收尾方案。
用于在当前会话中拆分并并行推进独立实现任务,加快开发执行效率。
根据需求先拆解多步骤任务,生成清晰可执行的实施计划
通过测试驱动开发流程,先写测试再实现功能或修复缺陷。
帮助你创建、修改并在发布前验证 AI 技能配置与可用性
系统化定位 bug、测试失败与异常行为,并在修复前梳理原因与排查步骤。
说明如何正确使用各项能力,帮助用户在对话前快速掌握使用方式。
帮助用户快速掌握 Skills 的基本用法、检索方式与头脑风暴触发场景。
帮助你创建、修改并排查 AI 技能规范、调用与兼容性问题
将当前对话中的可复用流程整理并保存为可反复调用的技能文件
在回答前检索过往对话,找回真实上下文并避免重复询问或误判新话题。
用于创建、编辑与优化AI技能,并评测其效果与触发准确性。