Agent Skills: MCP工具编排技能

智能编排和协调多个MCP工具完成复杂开发任务,支持串行、并行、条件、循环等多种执行模式

UncategorizedID: hhhh124hhhh/godot-mcp/mcp-orchestration

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hhhh124hhhh/godot-mcp/tree/HEAD/server/skills/mcp-orchestration

Skill Files

Browse the full folder contents for mcp-orchestration.

Download Skill

Loading file tree…

server/skills/mcp-orchestration/SKILL.md

Skill Metadata

Name
MCP Orchestration
Description
智能编排和协调多个MCP工具完成复杂开发任务,支持串行、并行、条件、循环等多种执行模式

MCP工具编排技能

指令

当用户需要执行复杂的开发任务或需要多个工具协作时,自动进行MCP工具编排。

支持的MCP工具

  • Chrome DevTools MCP
  • Sequential Thinking
  • Context7
  • Godot MCP

编排模式

1. 串行模式 - 逐步执行

适用于需要严格步骤顺序的任务。

2. 并行模式 - 同时执行

适用于可同时执行的独立任务。

3. 条件模式 - 智能分支

根据结果决定后续路径。

示例场景

  • Godot Web游戏完整开发
  • 智能代码审查工作流
  • 项目综合分析