by peterfei
AI Agent Team-拥有24/7专业AI开发团队:产品经理、前端开发、后端开发、测试工程师、DevOps工程师、技术负责人。一键安装,支持中英文命令,大幅提升开发效率!
# Add to your Claude Code skills
git clone https://github.com/peterfei/ai-agent-teamGuides for using ai agents skills like ai-agent-team.
Last scanned: 5/26/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@protobufjs/utf8: protobufjs has overlong UTF-8 decoding",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@xenova/transformers: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "ajv: ajv has ReDoS when using `$data` option",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "basic-ftp: Basic FTP has Path Traversal Vulnerability in its downloadToDir() method",
"severity": "critical"
},
{
"type": "npm-audit",
"message": "brace-expansion: brace-expansion: Zero-step sequence causes process hang and memory exhaustion",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "flatted: flatted vulnerable to unbounded recursion DoS in parse() revive phase",
"severity": "high"
},
{
"type": "npm-audit",
"message": "ip-address: ip-address has XSS in Address6 HTML-emitting methods",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "minimatch: minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
"severity": "high"
},
{
"type": "npm-audit",
"message": "onnx-proto: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "onnxruntime-web: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "picomatch: Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching",
"severity": "high"
},
{
"type": "npm-audit",
"message": "protobufjs: Arbitrary code execution in protobufjs",
"severity": "critical"
},
{
"type": "npm-audit",
"message": "ws: ws: Uninitialized memory disclosure",
"severity": "medium"
}
],
"status": "FAILED",
"scannedAt": "2026-05-26T07:46:20.708Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}ai-agent-team is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by peterfei. AI Agent Team-拥有24/7专业AI开发团队:产品经理、前端开发、后端开发、测试工程师、DevOps工程师、技术负责人。一键安装,支持中英文命令,大幅提升开发效率!. It has 406 GitHub stars.
ai-agent-team failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.
Clone the repository with "git clone https://github.com/peterfei/ai-agent-team" and add it to your Claude Code skills directory (see the Installation section above).
ai-agent-team is primarily written in JavaScript. It is open-source under peterfei on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ai-agent-team against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
💛 Sponsored by DolOffer — GPT & Claude 正版会员充值,输入优惠码
AI8888享9折特惠
🚀 拥有24/7专业AI开发团队:产品经理、全栈开发、前端开发、后端开发、测试工程师、DevOps工程师、技术负责人
💾 Thread Manager 让 AI 拥有记忆! 语义搜索 | 任务线程管理 | 完整上下文恢复 | 自动 Git 版本控制
⚡ 只需 3 步完成安装 → 马上开始使用!
这些 Skill 已发布为独立仓库,可通过 skills install 命令安装到任意项目中:
| Skill | 安装方式 | 说明 |
|---|---|---|
| Tech Leader | npx skills install peterfei/ai-agent-tech-leader |
架构决策、代码审查、技术管理、跨运行时兼容 |
| Product Manager | npx skills install peterfei/ai-agent-product-manager |
需求分析、路线图制定、竞品研究、用户故事编写 |
| Frontend Dev | npx skills install peterfei/ai-agent-frontend-dev |
UI 组件开发、性能优化、可访问性、响应式设计 |
| Backend Dev | npx skills install peterfei/ai-agent-backend-dev |
API 设计、数据库优化、认证授权、服务端架构 |
| QA Engineer | npx skills install peterfei/ai-agent-qa-engineer |
测试策略、自动化测试、质量保证、CI 集成 |
| DevOps Engineer | npx skills install peterfei/ai-agent-devops-engineer |
CI/CD 流水线、K8s 编排、IaC、可观测性 |
| Fullstack Engineer | npx skills install peterfei/ai-agent-fullstack-engineer |
前后端一体化、API 集成、端到端功能实现 |
兼容 Claude Code / Cursor / Codex CLI / Gemini CLI / Windsurf 等 50+ 运行时。
# 🧹 整理桌面 - 帮我整理桌面
# 🎨 生成信息图 - 请帮我创建一个关于"人工智能发展历程"的信息图
# 🤖 调用智能体
/pm "设计用户认证系统" # 产品经理
/fe "创建登录页面" # 前端开发
/be "实现JWT认证接口" # 后端开发
/qa "测试认证流程" # 测试
/ops "部署到生产环境" # DevOps
/tl "评估系统架构" # 技术负责人
详细文档: 查看 .claude/skills/drawnote/SKILL.md
graph TD
User[用户] -->|自然语言查询| Agent[Claude AI 助手]
Agent -->|调用工具| MCP[Thread Manager MCP Server]
subgraph "Thread Manager Core"
MCP -->|解析请求| TM[Thread Manager]
TM -->|语义搜索| Search[Vector Search Engine]
TM -->|添加消息| MsgDAO[Messages DAO]
MsgDAO -->|生成向量| Embed[Embedding Service]
Embed -->|加载模型| LocalModel[📦 本地内置模型]
LocalModel -.->|Xenova/all-MiniLM-L6-v2| Embed
Search -->|查询| DB[(SQLite Database)]
MsgDAO -->|存储| DB
end
DB -->|返回结果| Search
Search -->|相关消息列表| TM
TM -->|格式化上下文| MCP
MCP -->|精准回复| Agent
# 第 1 步:安装
npm install -g ai-agent-team
# 第 2 步:初始化(必须执行)
ai-agent-team init # 全局初始化(推荐)
# 或 cd your-project && ai-agent-team init # 项目本地初始化
# 第 3 步:启用 Thread Manager MCP 服务器(关键步骤)
claude mcp add thread-manager node "/你的路径/.claude/skills/thread-manager/dist/index.js"
不执行第 3 步将无法使用
/threads、/pm-start等线程管理命令
/threads # 查看所有线程
/pm-start "测试" # 创建测试线程
/thread info # 查看当前线程
不想折腾本地配置?用 Bloome 即可快速跑起这支 AI 开发团队——把 PM、前端、后端、测试这些 agent 直接拉进一个群聊,人和 agent 在同一个对话里分工协作、共享上下文,全程云端、无需本地安装。原生支持接入 Claude Code、Codex 等主流 agent,开箱即用。
💡 立即体验:Bloome
/pm-start 产品设计/fe-start 前端开发/be-start 后端开发/qa-start 质量保证| 功能 | 原生 Claude | Thread Manager | 提升 |
|---|---|---|---|
| 上下文记忆 | ❌ 重启丢失 | ✅ 永久保存 | ∞ |
| 多任务管理 | ❌ 单线程 | ✅ 无限并行 | 10x+ |
| 任务恢复 | ❌ 无法恢复 | ✅ 完整恢复 | 新增 |
| 版本控制 | ⚠️ 手动 | ✅ 自动 | 3x |
| 工作效率 | 100% | 200%+ | 2x |
changelog-generate generate --all --format html # 生成 HTML 变更日志
changelog-generate release --github-release # 发布版本 + GitHub Release
changelog-generate update # 增量更新
| 角色 | 命令 | 职责 |
|---|---|---|
| 产品经理 | /pm |
产品规划、需求分析、用户研究 |
| 前端开发 | /fe |
UI 实现、组件开发、性能优化 |
| 后端开发 | /be |
API 设计、数据库优化、服务端逻辑 |
| 全栈开发 | /fs |
前后端一体化、API 集成、端到端交付 |
| 测试工程师 | /qa |
功能测试、自动化测试、质量保证 |
| DevOps 工程师 | /ops |
部署运维、CI/CD、基础设施 |
| 技术负责人 | /tl |
技术决策、架构设计、代码审查 |
# 完整产品开发流程
/pm "分析用户认证系统需求,包括功能规格、用户故事和验收标准"
/tl "设计用户认证系统的技术架构,包括前后端分离、JWT认证、数据库设计"
/be "实现JWT认证API,包括登录、注册、token刷新功能"
/fe "创建React登录组件,包含表单验证、错误处理和响应式设计"
/qa "设计用户认证系统的完整测试用例,包括功能测试和安全测试"
/ops "配置用户认证系统的生产环境部署,包括Docker容器化和CI/CD流水线"
# macOS / Linux
./.claude/agents/cli.sh pm "设计用户认证系统"
# Windows PowerShell
.\.claude\agents\cli.ps1 pm "设计用户认证系统"
ai-agent-team/
├── .claude/
│ ├── agents/ # 7 个智能体配置文件 + cli.sh
│ ├── commands/ # 快捷命令 (pm, fe, be, qa, ops, tl)
│ ├── skills/ # 内置 Skill(drawnote, tidymydesktop 等)
│ ├── CLAUDE.md
│ └── settings.local.json
├── bin/ # CLI 入口
├── package.json
├── README.md
└── LICENSE
Fork → git checkout -b feature/xxx → commit → push → Pull Request
CHANGELOG.md | v1.0.2 | v1.0.1
Doloffer Guide 致力于让优质 AI 工具的获取更简单。平台主打 GPT 与 Claude 等主流 AI 服务的正版会员充值,提供一站式订阅管理,主打安全稳定与无忧售后。
💡 极速订阅:doloffer.com(输入优惠码 AI8888 享9折特惠)
Made with ❤️ by AI Agent Team