超级力量团队套装 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
超级力量团队套装 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
超级力量团队套装 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/LZMW/super-powers-team-suite cd super-powers-team-suite # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 super-powers-team-suite --help # 基本运行 super-powers-team-suite [options] <input> # 详细使用说明请查阅文档 # https://github.com/LZMW/super-powers-team-suite
# super-powers-team-suite 配置说明 # 查看配置选项 super-powers-team-suite --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export SUPER_POWERS_TEAM_SUITE_CONFIG="/path/to/config.yml"
给 Claude Code 配一支 AI 开发团队——设计挖掘、设计审问、代码实现全自动完成
---
预索引的代码知识图谱,提供跨文件调用链追踪、语义符号搜索、依赖关系分析。首次 init -i 全量索引后,MCP 服务器自带文件监听器自动增量同步——修改代码无需手动重建索引。
```bash
三支团队依赖以下 MCP 服务器。请务必在启动团队前安装,否则专家 Agent 将无法正常工作。
npm i -g @colbymchenry/codegraph
获取最新版本的库/框架文档和代码示例,避免 LLM 用过期 API 生成代码。
claude mcp add context7 -- npx -y @upstash/context7-mcp
仓库:github.com/upstash/context7 · npm: @upstash/context7-mcp
工具:resolve-library-id, query-docs
适用团队:DI(analyst、interrogator)、DG(Architect)
动态逐步推理,支持思路修正、分支探索、假设验证。
claude mcp add sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinking
仓库:github.com/modelcontextprotocol/servers · npm: @modelcontextprotocol/server-sequential-thinking
工具:sequentialthinking
适用团队:DG(Architect——架构决策推理)
---
Python MCP 服务器,支持图像识别、文字提取(OCR)、多轮对话。OpenAI 兼容 API,支持多种视觉模型。
git clone https://github.com/LZMW/mcp-vision-server.git
cd mcp-vision-server
python -m venv venv && source venv/Scripts/activate # Windows
pip install -e .
cp .env.example .env # 编辑 .env 填入 VISION_API_KEY
Claude Code 配置:
{
"mcpServers": {
"vision-server": {
"type": "stdio",
"command": "python",
"args": ["-m", "mcp_vision.server"]
}
}
}
仓库:github.com/LZMW/mcp-vision-server · Python · OpenAI 兼容 API
工具:analyze_image, chat_vision, get_status
适用团队:DI(ixd、ui——分析参考设计图)
---
git clone https://github.com/LZMW/super-powers-team-suite.git
cd super-powers-team-suite
将协调器 Skills 和 Agent 配置复制到 Claude Code 用户目录:
```bash
cp agents/*.md ~/.claude/agents/ ```
安装后在 Claude Code 中直接输入自然语言即可触发,或使用 /design-miner-coordinator、/design-interrogator-coordinator、/dev-genius-coordinator。
在 ~/.claude/settings.json 中添加以下权限以允许 MCP 工具调用:
{
"permissions": {
"allow": [
"mcp__codegraph__codegraph_search",
"mcp__codegraph__codegraph_context",
"mcp__codegraph__codegraph_callers",
"mcp__codegraph__codegraph_callees",
"mcp__codegraph__codegraph_impact",
"mcp__codegraph__codegraph_node",
"mcp__codegraph__codegraph_explore",
"mcp__codegraph__codegraph_files",
"mcp__codegraph__codegraph_status",
"mcp__codegraph__codegraph_trace",
"mcp__context7__resolve-library-id",
"mcp__context7__query-docs",
"mcp__sequential-thinking__sequentialThinking",
"mcp__vision-server__analyze_image",
"mcp__vision-server__chat_vision",
"mcp__vision-server__get_status"
]
}
}
---
高质量AI工作流协作系统
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
经综合评估,超级力量团队套装 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | super-powers-team-suite |
| 原始描述 | 开源AI工作流:超级力量团队开发者套装 - AI Agent协作系统。⭐7 |
| Topics | AI工作流协作 |
| GitHub | https://github.com/LZMW/super-powers-team-suite |
| License | AGPL-3.0 |
收录时间:2026-05-30 · 更新时间:2026-05-31 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端