npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-orchestratorThis skill uses the workspace's default tool permissions.
使用 team-orchestrator MCP Server 的 `create_team` tool 创建一个多 Agent 协作团队。
Orchestrates multi-agent teams to decompose complex tasks, select optimal sub-agents like Explore or Plan, and execute parallel work across domains such as frontend and backend.
Orchestrates Claude Code agent teams: spawn teammates, assign tasks with dependencies, manage communication via messages or broadcasts, configure modes, and set quality gate hooks.
Analyzes complex tasks, scouts codebase, dynamically designs and assembles expert agent teams via TeamCreate API, executes with validation and user confirmation.
Share bugs, ideas, or general feedback.
使用 team-orchestrator MCP Server 的 create_team tool 创建一个多 Agent 协作团队。
检查 $ARGUMENTS 是否包含模式关键词:
--opus 或 opus模式 → mode 为 "opus"(全部 Agent 使用 Opus 4.6)--adaptive 或 自适应 → mode 为 "adaptive"(按任务类型分配最佳模型)将模式关键词从 goal 中移除,只保留任务描述。
create_team tool,参数:
goal: 清理后的任务描述work_dir: 当前工作目录的绝对路径mode: 按上述规则判断(可选)get_team_status 查询进度,或在 WebUI http://localhost:3456 的「团队」Tab 查看/ult 实现用户认证模块 → adaptive 模式(默认)
/ult --opus 重构整个路由系统 → opus 模式
/ult 自适应 搭建前端项目脚手架 → adaptive 模式
/ult <任务目标描述> 并说明可选模式标记