经 AI Skill Hub 精选评估,AI开发团队 获评「强烈推荐」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
AI开发团队 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
AI开发团队 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/olehsvyrydov/AI-development-team
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"ai----": {
"command": "npx",
"args": ["-y", "ai-development-team"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 AI开发团队 执行以下任务... Claude: [自动调用 AI开发团队 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"ai____": {
"command": "npx",
"args": ["-y", "ai-development-team"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A complete virtual software development team for Claude Code. 40 specialized AI agents — from Product Owner to E2E Tester — that collaborate through a structured workflow with approval gates, TDD, and semantic knowledge retrieval.
/po → /arch → /secops → [/fin] → [/legal] → [/ui] → /fe | /be → /rev → /qa + /e2e
Each agent is a Claude Code skill with deep domain expertise, specific technology knowledge, and awareness of its role in the team workflow. Agents hand off work to each other, write to Jira/Confluence, and accumulate institutional knowledge through a RAG-powered memory system.
---
Beyond agent skills, the framework includes an intelligent knowledge platform with three systems:
cd mcp-server && python3 -m venv .venv && .venv/bin/pip install -e .
| Component | Required | Version |
|---|---|---|
| [Claude Code](https://docs.anthropic.com/en/docs/claude-code) | Yes | Latest |
| Python | For RAG/Multi-LLM only | 3.11+ |
| Docker | For RAG only | Latest |
| [Voyage AI API key](https://dash.voyageai.com/) | For RAG only | Free tier works |
| [OpenRouter API key](https://openrouter.ai/) | For Multi-LLM only | Pay-per-use |
The core framework (40 agents + 37 commands + 6 templates) works with just Claude Code — no additional dependencies.
---
git clone https://github.com/olehsvyrydov/AI-development-team.git
cd AI-development-team
./install.sh
The installer detects existing ~/.claude configuration and offers: - Merge — add new skills, keep your existing ones (recommended) - Replace — backup existing ~/.claude and install fresh - Link — symlink for development (changes in repo reflect immediately)
Or use flags directly: ./install.sh --merge, ./install.sh --replace, ./install.sh --link
~/.claude/
├── CLAUDE.md # Global instructions (TDD workflow, approval gates)
├── TEAM_WORKFLOW.md # Complete team process documentation
│
├── skills/ # 40 agent skill files
│ ├── management/ # Product Owner, Scrum Master, Business Analyst
│ ├── architecture/ # Solution Architect, GraphQL Developer
│ ├── development/
│ │ ├── backend/ # Java/Spring, Kotlin, PHP/Laravel, Python/FastAPI
│ │ ├── frontend/ # React/Next.js, Angular, Vue, Flutter
│ │ └── desktop/ # JavaFX
│ ├── quality/
│ │ ├── review/ # Full-stack, Backend, Frontend, PHP reviewers
│ │ └── testing/ # QA, E2E (Playwright/Detox), BDD/Cucumber, unit testers
│ ├── operations/ # DevOps, SecOps, MLOps, Terraform, HMRC API
│ ├── design/ # UI/UX Designer, JavaFX Designer
│ ├── compliance/ # Accountant, Legal (generic + UK regional variants)
│ ├── marketing/ # Product Marketing Strategist
│ └── specialized/ # Technical Writer, Kai (self-improving meta-agent)
│
├── commands/ # 37 slash commands
│ ├── [14 role-based] # /po, /sm, /ba, /arch, /fe, /be, /rev, /qa, /e2e ...
│ ├── [13 persona aliases] # /max, /luda, /jorge, /finn, /james, /adam ...
│ └── [10 utility] # /agents, /bug, /issue, /memory, /all, /kai ...
│
└── templates/ # 6 document templates
├── adr-template.md # Architecture Decision Records
├── user-story-template.md # User stories with Given/When/Then AC
├── sprint-template.md # Sprint planning & tracking
├── code-review-template.md # Structured code review reports
├── investigation-report-template.md
└── retrospective-template.md
---
The installer will offer to set up the semantic knowledge base (requires Docker + Python 3.11+). You can also do it manually later — see RAG Setup.
---
cd claude/rag/mcp-server && source .venv/bin/activate
cd ../../../multi-llm/mcp source .venv/bin/activate && pytest ```
---
These activate alongside core agents when working with specific technologies:
| Skill | Extends | Technology |
|---|---|---|
| Angular Developer | Frontend | Angular 21, Signals, NgRx SignalStore |
| Vue Developer | Frontend | Vue 3, Composition API, Pinia, Nuxt 3 |
| Flutter Developer | Frontend | Flutter/Dart, Riverpod, Material 3 |
| Kotlin Developer | Backend | Kotlin 2.1, Coroutines, KMP |
| Quarkus Developer | Backend | Quarkus, Panache, GraalVM Native |
| FastAPI Developer | Backend | Python FastAPI, async, Pydantic v2 |
| Laravel Developer | Backend | PHP/Laravel, Eloquent, Filament, Livewire 3 |
| Spring Kafka | Backend | Kafka 4.x, Reactor Kafka, DLT/retry |
| JavaFX Developer | Desktop | JavaFX 21+, FXML, Scene Builder |
| GraphQL Developer | Architect | Apollo, Federation, DataLoader |
| Terraform Specialist | DevOps | Multi-cloud IaC, state management |
| Cucumber BDD | E2E Tester | Gherkin, step definitions, Cucumber-JVM/JS |
| HMRC API | Backend | UK Making Tax Digital, OAuth2 Gateway |
| Backend Reviewer | Reviewer | Java/Kotlin focus, Checkstyle, SonarQube |
| Frontend Reviewer | Reviewer | TypeScript focus, ESLint, accessibility |
| PHP Reviewer | Reviewer | PHP/Laravel focus, PHPStan, Psalm |
| Backend Tester | Tester | JUnit 5, Testcontainers, StepVerifier |
| Frontend Tester | Tester | Jest, React Testing Library, Vitest |
| JavaFX Designer | UI Designer | JavaFX CSS, FXML layouts |
| UK Accountant | Accountant | UK-specific tax, HMRC, IR35 |
| UK Legal Counsel | Legal | English & Welsh Law, GDPR UK |
| UK Self-Employment | UK Accountant | SA103, Class 4 NI, MTD quarterly |
---
/bug Login button doesn't work on mobile Safari
Creates a structured investigation → reproduction test → TDD fix → code review → E2E test.
The framework integrates with Atlassian tools via the Atlassian MCP server:
claude mcp add --scope user --transport http atlassian https://mcp.atlassian.com/v1/mcp
feature/LJ-123-description), commit messages (LJ-123: Implement feature)---
高质量的AI开发工具,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:AI开发团队 的核心功能完整,质量优秀。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | AI-development-team |
| Topics | ai-agentsai-dev-toolsanthropic |
| GitHub | https://github.com/olehsvyrydov/AI-development-team |
| License | MIT |
| 语言 | Python |
收录时间:2026-06-05 · 更新时间:2026-06-05 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端