
点击蓝字,关注我们

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