Update from Sync Service
This commit is contained in:
87
实践积累/AI工程/Superpowers技能框架.md
Executable file
87
实践积累/AI工程/Superpowers技能框架.md
Executable file
@@ -0,0 +1,87 @@
|
||||
# Superpowers 技能框架
|
||||
|
||||
> Community-editable skills for Claude Code's superpowers plugin — 社区驱动的 AI 编程超能力集合
|
||||
|
||||
---
|
||||
|
||||
## 概述
|
||||
|
||||
Superpowers 是 Claude Code 的扩展插件系统,允许社区贡献各种技能(Skills)来增强 Claude Code 的能力。
|
||||
|
||||
- **⭐ GitHub**: obra/superpowers-skills
|
||||
- **官方资源**: [Superpowers Lab](https://github.com/obra/superpowers-lab)
|
||||
|
||||
---
|
||||
|
||||
## 核心能力
|
||||
|
||||
### 内置技能类型
|
||||
|
||||
- 🔍 **Search Skills** — 搜索增强
|
||||
- 📝 **Code Skills** — 代码生成与优化
|
||||
- 🔧 **Tool Skills** — 工具集成
|
||||
- 📊 **Analysis Skills** — 代码分析
|
||||
- 🎨 **UI Skills** — 界面相关任务
|
||||
|
||||
---
|
||||
|
||||
## 安装方式
|
||||
|
||||
### 自动安装(通过 superpowers 插件)
|
||||
|
||||
Claude Code 的 superpowers 插件会自动克隆此仓库到:
|
||||
```
|
||||
~/.config/superpowers/skills/
|
||||
```
|
||||
|
||||
### 手动安装
|
||||
|
||||
```bash
|
||||
# 克隆仓库
|
||||
git clone https://github.com/obra/superpowers-skills.git
|
||||
|
||||
# 复制到 superpowers 目录
|
||||
cp -r skills/* ~/.config/superpowers/skills/
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 项目结构
|
||||
|
||||
```
|
||||
superpowers-skills/
|
||||
├── skills/ # 核心技能库
|
||||
├── scripts/ # 技能管理脚本
|
||||
└── README.md
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 相关资源
|
||||
|
||||
### 扩展实验
|
||||
- [superpowers-lab](https://github.com/obra/superpowers-lab) — 新技术和工具的实验场
|
||||
|
||||
### 中文增强版
|
||||
- [superpowers-zh](https://github.com/jnMetaCode/superpowers-zh) — 完整汉化 + 6 个中国原创 skills,支持 16 款 AI 编程工具
|
||||
|
||||
---
|
||||
|
||||
## 支持的 AI 编程工具
|
||||
|
||||
- Claude Code
|
||||
- Copilot CLI
|
||||
- Cursor
|
||||
- Windsurf
|
||||
- Kiro
|
||||
- Gemini CLI
|
||||
- GitHub Copilot
|
||||
- 等 16+ 款工具
|
||||
|
||||
---
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 安装 superpowers 插件
|
||||
2. 启用需要的技能
|
||||
3. 在 Claude Code 中使用技能增强能力
|
||||
Reference in New Issue
Block a user