with one click
antigravity-superpowers
antigravity-superpowers contains 16 collected skills from yywmrz, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
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.
Write detailed implementation plans. Break work into small tasks (2-5 minutes each), with precise file paths, complete code, and verification steps. Use before starting implementation.
Skill for creating new skills. Follow best practices to write SKILL.md files. Use when creating or improving Agent skills.
在编写代码前进行头脑风暴。通过提问精炼粗略想法,探索替代方案,分段展示设计供验证。用于启动新功能或项目时。
代码审查技能。检查代码的正确性、边界情况、代码风格和性能问题。用于审查 PR 或检查代码质量时。
系统性调试。使用4阶段根因分析流程:收集证据、形成假设、验证假设、修复验证。用于排查 bug 或异常行为时。
测试驱动开发。遵循 RED-GREEN-REFACTOR 循环:先写失败的测试,再写最少的代码让测试通过,最后重构。用于编写新功能或修复 bug 时。
Superpowers 技能系统介绍。了解如何使用这套开发工作流技能。用于初次接触 superpowers 或需要了解整体流程时。
完成前验证。确保问题真正被修复,不只是表面通过。用于声称任务完成之前。
编写详细的实施计划。将工作拆分成小任务(每个2-5分钟),包含精确的文件路径、完整代码和验证步骤。用于开始实施前。
创建新技能的技能。遵循最佳实践编写 SKILL.md 文件。用于创建或改进 Agent 技能时。