AI 编程代理的完整软件工程工作流框架 🚀
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill yantianlong-superpowers --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Yantianlong Superpowers?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-yantianlong-superpowers)More formats (shields.io, HTML) on the badges page.
# Superpowers
AI 编程代理的完整软件工程工作流框架 🚀
## 简介
Superpowers 是一个开源的 AI 编程技能框架,由obra (Jesse Vincent) 开发。为 Claude Code、Cursor、OpenCode、Codex 等 AI 编程工具提供系统化的工程方法论。
**GitHub:** https://github.com/obra/superpowers
**Stars:** 34k+ ⭐
---
## 核心功能
| 功能 | 说明 |
|------|------|
| 📋 TDD 开发 | 测试驱动开发流程 |
| 🔍 代码审查 | AI 驱动的代码审查 |
| ♻️ 重构 | 安全重构指导 |
| 📝 文档生成 | 自动生成文档 |
| 🐛 调试 | 结构化调试流程 |
| ✅ 验收测试 | 自动化验收标准 |
---
## 支持平台
- **Claude Code** (主要)
- **OpenCode**
- **Codex**
- **Cursor**
- **Gemini CLI**
---
## 安装方法
### Claude Code (插件市场)
1. 打开 Claude Code 设置
2. 搜索 "Superpowers"
3. 一键安装
### OpenCode 手动安装
```bash
# 克隆仓库
git clone https://github.com/obra/superpowers.git ~/.continue/plugins/superpowers
# 或使用符号链接
ln -s /path/to/superpowers ~/.continue/plugins/
```
### Codex CLI
```bash
codex --install-plugin superpowers
```
---
## 核心文件结构
```
superpowers/
├── skills/ # 可组合的技能集
│ ├── tdd/ # 测试驱动开发
│ ├── review/ # 代码审查
│ ├── refactor/ # 重构
│ └── ...
├── systemprompt/ # 初始指令
├── prompts/ # 技能提示词
└── config.json # 配置文件
```
---
## 触发条件
- "使用 Superpowers"
- "TDD 开发"
- "代码审查"
- "重构建议"
- "AI 编程工作流"
- "如何让 AI 写出工程级代码"
---
## 注意事项
⚠️ **平台限制:** Superpowers 主要面向 Claude Code / Cursor 等本地 IDE,不适用于服务器环境或 Web AI 助手。
如需在本地使用,请参考:
- https://github.com/obra/superpowers
- https://lzw.me/docs/opencodedocs/zh/obra/superpowers/start/quick-start/Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!