بنقرة واحدة
using-superpowers
Superpowers 技能系统介绍。了解如何使用这套开发工作流技能。用于初次接触 superpowers 或需要了解整体流程时。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Superpowers 技能系统介绍。了解如何使用这套开发工作流技能。用于初次接触 superpowers 或需要了解整体流程时。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Brainstorm before writing code. Refine rough ideas through questions, explore alternatives, present design in sections for validation. Use when starting a new feature or project.
Code review skill. Check code for correctness, edge cases, code style, and performance issues. Use when reviewing PRs or checking code quality.
Systematic debugging. Use a 4-phase root cause analysis process - collect evidence, form hypotheses, verify hypotheses, fix and verify. Use when troubleshooting bugs or abnormal behavior.
Test-driven development. Follow the RED-GREEN-REFACTOR cycle - write failing tests first, then write minimal code to pass, then refactor. Use when writing new features or fixing bugs.
Introduction to the Superpowers skills system. Learn how to use this set of development workflow skills. Use when first encountering superpowers or needing to understand the overall process.
Verification before completion. Ensure the problem is truly fixed, not just superficially passing. Use before declaring a task complete.
| name | using-superpowers |
| description | Superpowers 技能系统介绍。了解如何使用这套开发工作流技能。用于初次接触 superpowers 或需要了解整体流程时。 |
Superpowers 是一套完整的软件开发工作流,由一系列可组合的技能构成。
1. brainstorming
↓ 需求明确
2. writing-plans
↓ 计划批准
3. test-driven-development
↓ 编写代码
4. code-review
↓ 审查通过
5. verification-before-completion
↓ 验证完成
Agent 通过 Progressive Disclosure 机制使用技能:
.agent/skills/~/.gemini/antigravity/skills/