npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-orchestratorWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
创建多 Agent 协作团队
This skill uses the workspace's default tool permissions.
使用 team-orchestrator MCP Server 的 create_team tool 创建一个多 Agent 协作团队。
参数
- work_dir: 使用当前工作目录(即你所在的项目根目录)的绝对路径
- goal: $ARGUMENTS(去掉模式标记后的内容)
- mode: 根据用户输入判断(见下方规则)
模式判断规则
检查 $ARGUMENTS 是否包含模式关键词:
- 包含
--opus或opus模式→ mode 为"opus"(全部 Agent 使用 Opus 4.6) - 包含
--adaptive或自适应→ mode 为"adaptive"(按任务类型分配最佳模型) - 都不包含 → 不传 mode 参数(服务端默认 adaptive)
将模式关键词从 goal 中移除,只保留任务描述。
执行步骤
- 立即调用
create_teamtool,参数:goal: 清理后的任务描述work_dir: 当前工作目录的绝对路径mode: 按上述规则判断(可选)
- 调用成功后,输出返回的 team ID、模式和状态
- 告知用户可以用
get_team_status查询进度,或在 WebUI http://localhost:3456 的「团队」Tab 查看
用法示例
/ult 实现用户认证模块 → adaptive 模式(默认)
/ult --opus 重构整个路由系统 → opus 模式
/ult 自适应 搭建前端项目脚手架 → adaptive 模式
注意
- 不要询问确认,直接调用 tool
- 如果 goal 为空,提示用户用法:
/ult <任务目标描述>并说明可选模式标记
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.