乐于分享
好东西不私藏

用144个AI专家组建你的专属团队,效率提升300%

用144个AI专家组建你的专属团队,效率提升300%

点击蓝字,关注我们

Github开源msitarzewski/agency-agents项目推荐

项目链接:https://github.com/msitarzewski/agency-agents

一、项目功能性介绍

1.1 核心功能

提供144+个专业化AI Agent集合,每个Agent具备明确的领域技能、独特人格、标准化工作流程和可衡量交付成果;支持与Claude Code、Cursor、GitHub Copilot等主流AI编码/协作工具原生集成,可实现单Agent任务执行或多Agent跨部门协作,覆盖工程、设计、营销、销售、游戏开发等12大业务领域。

1.2 技术架构

以Markdown格式作为Agent的核心定义载体,每个Agent文件包含身份记忆、核心使命、工作流程、交付物示例、成功指标等结构化内容;通过Shell脚本实现Agent格式的自动转换与多工具适配安装,无需复杂依赖,兼容多种AI工具的原生规范。

1.3 适用场景

创业MVP快速开发:组建前端、后端、增长等Agent团队高效迭代  全渠道营销活动:内容创作、社交媒体运营、数据分析Agent协同执行  企业级功能交付:项目管理、开发、测试、设计Agent构建质量闭环  付费媒体优化:账户审计、投放策略、创意优化Agent提升ROI  游戏开发:覆盖Unity/Unreal/Godot等引擎的专业Agent支持  学术内容创作:人类学、历史学等Agent增强内容专业性  跨部门复杂项目:多领域Agent并行协作输出完整解决方案

二、项目特点总结

维度特点说明优势
性能Agent采用轻量文本定义,支持并行转换与安装脚本,适配工具时无需额外计算资源快速加载Agent,高效完成多工具适配,任务启动延迟低
易用性提供交互式安装脚本,自动检测本地已安装工具,支持一键安装或指定工具安装;Agent激活方式简洁,自然语言即可调用新手无需复杂配置,快速上手使用;减少环境搭建时间,专注任务执行
扩展性遵循统一Agent模板即可添加自定义Agent,社区贡献活跃,支持多语言本地化;工具集成脚本可扩展适配新AI工具可根据业务需求定制专属Agent;生态持续更新,兼容未来AI工具

三、安装指南

3.1 环境要求

具备Shell环境(bash/zsh)  需提前安装目标协作工具(如Claude Code、Cursor、GitHub Copilot等,可选)

3.2 安装代码

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
# 选项1:使用Claude Code(推荐)# 安装所有Agent到Claude Code目录./scripts/install.sh --tool claude-code# 或手动复制单个分类cp engineering/*.md ~/.claude/agents/# 选项2:与其他工具集成(GitHub Copilot、Antigravity等)# Step 1 -- 生成所有支持工具的集成文件./scripts/convert.sh# 并行转换(更快):./scripts/convert.sh --parallel# Step 2 -- 交互式安装(自动检测本地工具)./scripts/install.sh# 并行安装(更快):./scripts/install.sh --no-interactive --parallel# 或直接指定工具安装./scripts/install.sh --tool antigravity./scripts/install.sh --tool gemini-cli./scripts/install.sh --tool opencode./scripts/install.sh --tool copilot./scripts/install.sh --tool openclaw./scripts/install.sh --tool cursor./scripts/install.sh --tool aider./scripts/install.sh --tool windsurf./scripts/install.sh --tool kimi# 非交互式安装(CI/脚本场景)./scripts/install.sh --no-interactive --tool all

四、使用示例

4.1 基础示例

Claude Code激活Agent

  • 30
Use the FrontendDeveloper agent to review this component.

Cursor引用Agent规则

  • 31
Use the @security-engineer rules to review this code.

Kimi Code调用Agent

  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
# 使用单个Agentkimi --agent-file ~/.config/kimi/agents/frontend-developer/agent.yaml# 在项目中使用kimi --agent-file ~/.config/kimi/agents/frontend-developer/agent.yaml \ --work-dir /your/project \ "Review this React component"

4.2 进阶示例

创业MVP开发多Agent协作

  • 39
  • 40
组建团队:Frontend Developer + Backend Architect + Growth Hacker + Rapid Prototyper + Reality Checker任务:快速开发并上线React+Node.js的电商MVP,同时规划用户增长策略

付费媒体账户接管

  • 41
  • 42
组建团队:Paid Media Auditor + Tracking & Measurement Specialist + PPC Campaign Strategist + Search Query Analyst + Ad Creative Strategist + Analytics Reporter任务:30天内完成Google Ads账户审计、优化投放结构、提升ROI

五、Docker部署方案

5.1 部署可行性

❌ 不支持Docker部署

六、Agent Skill集成

6.1 可用性评估

✅ 原生支持

6.2 支持的工具

Cursor   Claude Code   Cline   Windsurf   其他:GitHub Copilot、Antigravity、Gemini CLI、OpenCode、OpenClaw、Aider、Qwen Code、Kimi Code

6.3 安装配置

Cursor 安装步骤

  • 43
  • 44
  • 45
  • 46
# 进入目标项目目录cd /your/project# 安装Cursor规则文件/path/to/agency-agents/scripts/install.sh --tool cursor

使用时直接在Cursor中引用:Use the @security-engineer rules to review this code.

Claude Code 安装步骤

  • 47
  • 48
  • 49
  • 50
# 安装所有Agent到Claude Code目录./scripts/install.sh --tool claude-code# 或手动复制单个分类cp engineering/*.md ~/.claude/agents/

使用时在Claude Code中激活:Use the Frontend Developer agent to review this component.

Windsurf 安装步骤

  • 51
  • 52
  • 53
  • 54
# 进入目标项目目录cd /your/project# 生成并安装Windsurf规则文件/path/to/agency-agents/scripts/install.sh --tool windsurf

使用时在Windsurf中引用:Use the Reality Checker agent to verify this is production ready.

6.4 Skill配置代码

Agent配置以Markdown为核心格式,示例(Frontend Developer Agent):

  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
---name: Frontend Developerdescription: React/Vue/Angular, UI implementation, performancecolor: "#61dafb"---## Identity & MemoryI'm a senior frontend developer with 8 years of experience building modern web applications...## Core MissionBuild pixel-perfect, high-performance UIs that follow best practices...## Workflow Process1. Requirement analysis2. Component design3. Implementation with accessibility in mind4. Performance optimization5. Code review

七、总结与建议

msitarzewski/agency-agents是一个高度实用的AI Agent协作框架,通过专业化、人格化的Agent集合,解决了通用AI工具在专业领域能力不足、流程不清晰的问题。其多工具原生集成特性,让用户可以在熟悉的开发/协作环境中快速调用专业Agent,适合创业团队快速迭代、企业跨部门协作、专业领域任务执行等场景。建议根据业务需求选择对应领域的Agent,并结合多Agent协作提升效率;同时可参与社区贡献,自定义适配业务场景的专属Agent。