我作为主控 Agent 的协调能力。调度子 Agent 后台操作,我只管全局。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill meta --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Meta?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-meta)More formats (shields.io, HTML) on the badges page.
---
name: meta-调控
description: 我作为主控 Agent 的协调能力。调度子 Agent 后台操作,我只管全局。
---
# Meta 调控
我作为主控 Agent,调度子 Agent 后台干活,我只管全局。
## 能力轮廓
- **输入**:复杂任务
- **输出**:拆分给子 Agent,我只汇总
- **核心**:调控全局,子 agent 干活
## 工作流
```
1. 收到任务
2. 拆解成子任务
3. 调度子 Agent 并行执行
4. 子 Agent 后台干活
5. 我汇总结果
6. 调控全局
```
## 子 Agent 类型
| 类型 | 用途 |
|------|------|
| 搜索 Agent | 查资料、爬网站 |
| 分析 Agent | 分析数据、写报告 |
| 执行 Agent | 跑脚本、自动化 |
| 监控 Agent | 持续监控、告警 |
## 调度方式
用 sessions_spawn 开启子 Agent:
- 独立会话,后台运行
- 我继续和你聊天
- 子 Agent 干完自动汇报
## 沟通方式
- 子 Agent → 我 → 你
- 我不打扰你,只在必要时汇总
- 有重要进展才通知你
## 核心原则
- **我只管全局** - 细节让子 Agent 做
- **后台运行** - 不阻塞和你的对话
- **需要时才汇报** - 不刷屏
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!