Claude Skill
obra/superpowers
Superpowers 是一个智能体技能框架与软件开发方法论,通过子代理驱动开发,使 AI 智能体能够自主规划、编码和管理项目。
概览
仓库信息
安装这个 Skill
git clone https://github.com/obra/superpowers.gitRegistry 信息
项目简介
Superpowers 是一个智能体技能框架与软件开发方法论,通过结构化的技能模块和子代理驱动开发,使 AI 智能体能够自主规划、编码和管理复杂项目。
An agentic skills framework & software development methodology that works.
要点
- 面向自主编码的智能体技能框架
- 子代理驱动的开发方法论
- 结构化的头脑风暴与规划模块
- 集成的软件开发生命周期支持
- 专为 AI 优先的软件工程工作流设计
使用场景
- AI 辅助的软件项目规划与执行
- 自动化代码生成与审查
- 复杂的多步骤开发任务
- 使用 AI 智能体快速原型开发
- 通过子代理委派实现团队协作
README 摘要
# Superpowers Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them. ## We're Hiring! We're hiring someone to help out full time with Superpowers community and code work. You can read about the job at https://primeradiant.com/jobs/superpowers-community-engineer/ If this sounds like someone you know, definitely send them our way. ## Quickstart Give your agent Superpowers: [Claude Code](#claude-code), [Antigravity](#antigravity), [Codex App](#codex-app), [Codex CLI](#codex-cli), [Cursor](#cursor), [Factory Droid](#factory-droid), [GitHub Copilot CLI](#github-copilot-cli), [Kimi Code](#kimi-code), [OpenCode](#opencode), [Pi](#pi). ## How it works It starts from the moment you fire up your coding agent. As soon as it sees that you're building something, it *doesn't* just jump into trying to write code. Instead, it steps back and asks you what you're really trying to do. Once it's teased a spec out of the conversation, it shows it to you in chunks short enough to actually read and digest. After you've signed off on the design, your agent puts together an implementation plan that's clear enough for an enthusiastic junior engineer with poor taste, no judgement, no project context, and an aversion to testing to follow. It emphasizes true red/green TDD, YAGNI (You Aren't Gonna Need It), and DRY. Next up, once you say "go", it launches a *subagent-driven-development* process, having agents work through each engineering task, inspecting and reviewing their work, and continuing forward. It's not uncommon for your agent to work autonomously for a couple hours at a time without deviating from the plan you put together. There's a bun