Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add MarecGents/marec-agent-skills --skill agent-orchestragit clone --depth 1 https://github.com/MarecGents/marec-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/marecgents/marec-agent-skills/agent-orchestra)<a href="https://agentmods.dev/skills/marecgents/marec-agent-skills/agent-orchestra"><img src="https://agentmods.dev/badge/skills/marecgents/marec-agent-skills/agent-orchestra/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/marecgents/marec-agent-skills/agent-orchestra"><img src="https://agentmods.dev/badge/skills/marecgents/marec-agent-skills/agent-orchestra.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00147 | $0.04388 |
| Opus 5 | $0.00073 | $0.02194 |
| Sonnet 5 | $0.00029 | $0.00878 |
| Haiku 4.5 | $0.00015 | $0.00439 |
Grade A, and why
agent-orchestra scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
92% identical to chat_with_agent — 406 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 380 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Orchestra — 多智能体协作系统
251 个专业 Agent · 19 个部门 · 总调度 + 专业执行 + 审查门禁
核心理念:先评估、再调度、审评分立、跨 Agent 协作,追求的不是快,而是稳。
目录
1. 系统架构
用户请求
│
▼
┌─────────────────────────────────────┐
│ 任务评估(由 SKILL 完成) │ ← 评估复杂度、跨领域程度、交付要求
│ 简单 → 直接处理 │ 复杂 → 进入调度 │
└──────────────────┬──────────────────┘
│
▼
┌─────────────────────────────────────┐
│ 总调度 Agent(agents/dispatcher/) │ ← 负责任务拆解、Agent 匹配、分配、协调
└──────────┬──────────────────────────┘
│
┌──────┼──────────┬──────────┐
▼ ▼ ▼ ▼
┌──────┐ ┌──────┐ ┌──────┐ ┌──────────┐
│专业 A │→│专业 B │→│专业 C │ │ 审查官 │
│ │←│ │ │ │ │ (门禁) │
└──────┘ └──────┘ └──────┘ └──────────┘
│ │ │ │
└────────┴────────┴───────────┘
│
▼
最终交付物
角色分工
| 角色 | 职责 | 是否执行工作 | 文件位置 |
|---|---|---|---|
| 总调度 | 任务评估、Agent 匹配、分配调度、跨 Agent 协调 | ❌(只分配不执行) | agents/dispatcher/总调度.md |
| 专业 Agent | 在各自领域内编写代码/设计/内容/分析 | ✅ | agents/<department>/ |
| 审查官 | 多维度审查(功能/代码/安全/架构/合规) | ❌(只审不写) | agents/reviewer/审查官.md |
关键规则:写工作和审工作的永远分开。又当裁判又当运动员等于没审。
2. 快速开始
2.1 目录结构
agent-orchestra/
├── SKILL.md ← 本文件:主技能定义
├── references/AGENTS-CATALOG.md ← Agent 目录与部门总览(按需加载)
└── agents/ ← 251 个 Agent 定义文件
├── dispatcher/ 总调度.md
├── reviewer/ 审查官.md
└── 19 个部门目录(engineering/, marketing/, design/ ...)
如需查看完整部门分类和 Agent 列表,在需要调度 Agent 时加载
references/AGENTS-CATALOG.md。
2.2 使用方式
当收到用户请求后,按以下流程操作:
- 先评估(见 §3)— 判断任务是否需启用多 Agent
- 如需调度 → 先加载
references/AGENTS-CATALOG.md了解 Agent 部门分布,然后加载agents/dispatcher/总调度.md让总调度进行任务拆解和精确 Agent 匹配 - 专业执行 → 按总调度分配,加载对应部门的 Agent 文件执行具体工作
- 跨 Agent 协作 → 按需通过总调度协调多个 Agent
- 最终审查 → 加载
agents/reviewer/审查官.md进行最终审查
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/academic/academic-anthropologist.md 7.0 KB
- agents/academic/academic-geographer.md 6.6 KB
- agents/academic/academic-historian.md 6.5 KB
- agents/academic/academic-narratologist.md 6.0 KB
- agents/academic/academic-psychologist.md 6.7 KB
- agents/academic/academic-study-planner.md 17 KB
- agents/design/design-brand-guardian.md 9.3 KB
- agents/design/design-image-prompt-engineer.md 8.6 KB
- agents/design/design-inclusive-visuals-specialist.md 9.6 KB
- agents/design/design-persona-walkthrough.md 16 KB
- agents/design/design-ui-designer.md 11 KB
- agents/design/design-ux-architect.md 13 KB
- agents/design/design-ux-researcher.md 10 KB
- agents/design/design-visual-storyteller.md 5.3 KB
- agents/design/design-whimsy-injector.md 13 KB
- agents/dispatcher/总调度.md 8.2 KB
- agents/engineering/engineering-ai-data-remediation-engineer.md 10 KB
- agents/engineering/engineering-ai-engineer.md 5.5 KB
- agents/engineering/engineering-autonomous-optimization-architect.md 6.5 KB
- agents/engineering/engineering-backend-architect.md 8.0 KB
- agents/engineering/engineering-cms-developer.md 18 KB
- agents/engineering/engineering-code-reviewer.md 6.5 KB
- agents/engineering/engineering-codebase-onboarding-engineer.md 8.2 KB
- agents/engineering/engineering-data-engineer.md 13 KB
- agents/engineering/engineering-database-optimizer.md 5.0 KB
- agents/engineering/engineering-devops-automator.md 11 KB
- agents/engineering/engineering-dingtalk-integration-developer.md 20 KB
- agents/engineering/engineering-drupal-shopping-cart.md 20 KB
- agents/engineering/engineering-email-intelligence-engineer.md 15 KB
- agents/engineering/engineering-embedded-firmware-engineer.md 6.0 KB
- agents/engineering/engineering-embedded-linux-driver-engineer.md 8.9 KB
- agents/engineering/engineering-feishu-integration-developer.md 19 KB
- agents/engineering/engineering-filament-optimization-specialist.md 13 KB
- agents/engineering/engineering-fpga-digital-design-engineer.md 8.8 KB
- agents/engineering/engineering-frontend-developer.md 7.6 KB
- agents/engineering/engineering-git-workflow-master.md 7.5 KB
- agents/engineering/engineering-incident-response-commander.md 18 KB
- agents/engineering/engineering-iot-solution-architect.md 8.0 KB
- agents/engineering/engineering-it-service-manager.md 26 KB
- agents/engineering/engineering-mechanical-design-engineer.md 21 KB
- agents/engineering/engineering-minimal-change-engineer.md 10 KB
- agents/engineering/engineering-mobile-app-builder.md 13 KB
- agents/engineering/engineering-multi-agent-systems-architect.md 28 KB
- agents/engineering/engineering-orgscript-engineer.md 5.0 KB
- agents/engineering/engineering-pc-host-engineer.md 11 KB
- agents/engineering/engineering-prompt-engineer.md 8.8 KB
- agents/engineering/engineering-rapid-prototyper.md 14 KB
- agents/engineering/engineering-security-engineer.md 15 KB
- agents/engineering/engineering-senior-developer.md 5.5 KB
- agents/engineering/engineering-software-architect.md 8.0 KB
- agents/engineering/engineering-solidity-smart-contract-engineer.md 20 KB
- agents/engineering/engineering-sre.md 8.5 KB
- agents/engineering/engineering-technical-writer.md 13 KB
- agents/engineering/engineering-threat-detection-engineer.md 21 KB
- agents/engineering/engineering-voice-ai-integration-engineer.md 25 KB
- agents/engineering/engineering-wechat-mini-program-developer.md 9.0 KB
- agents/engineering/engineering-wordpress-shopping-cart.md 21 KB
- agents/finance/finance-bookkeeper-controller.md 12 KB
- agents/finance/finance-financial-analyst.md 11 KB
- agents/finance/finance-financial-forecaster.md 9.6 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 380 lines · 147 tokens per session scan A d5120b0c0a05
agent-orchestra is a skill published in the GitHub repository MarecGents/marec-agent-skills (3 stars, last pushed 12d ago), licensed MIT. It adds 147 tokens to every session and 4,388 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to chat_with_agent, differing in 406 lines, and is treated as a copy.
Other skills, from other repositories
fabric-fusion
Multi-model deliberation. Two to 8 distinct models answer in parallel with web-capable tools, then a judge compares consensus, contradictions, coverage gaps, unique insights, and blind spots. Act mode runs 1–4 read-only references, then one actor reconciles and executes. Use when the cost of being wrong justifies…
fabric-rlm
Recursively decomposes oversized tasks into bounded child Pi agents with fresh context windows. Use for whole-repo audits, massive-context analysis, and multi-file refactors that do not fit one context.
fabric-exec
Python-only troubleshooting and advanced host API reference for fabricexec. Routine pi. coding calls are documented by ambient guidance; load this skill only after an argument-shape error or when an advanced surface needs exact contracts.
fabric-schema
Uses Fabric's typed Schema evidence loop and, when enabled, its bounded local-file transaction channel. Use when surprise must void a plan and mutation claims need explicit postconditions.
fabric-workflow
Runs a dynamic Pi Fabric workflow with code-held phases, fan-out, pipelines, structured agents, and best-effort verification. Use for large audits, migrations, parallel research, or explicit workflow requests.
fabric-ambient
Creates a persistent Pi Fabric supervisor or advisor profile. Use for ambient supervision, ongoing peer review, an advisor, or a goal watcher without another extension.