multi-agent-orchestration

multi-agent-orchestration is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 50 tokens per session (3,655 once invoked), scanned A, original, MIT.

A guide to building systems where several specialised AI agents cooperate on a multi-step task. It covers workflow frameworks, shared state and memory, tool use, human checkpoints, and monitoring.

In plain words
What is it for?
Use it to design agent teams, graph-based workflows, shared memory, tool execution, and human-in-the-loop safeguards.
Why use it?
It helps organise complex agent work so tasks can be divided, coordinated, and paused for human approval when needed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code; mentions Cursor.

Good fit Use it to design agent teams, graph-based workflows, shared memory, tool execution, and human-in-the-loop safeguards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/multi-agent-orchestration
Install

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.

Any agent
npx skills add roedyrustam/vibes-plug --skill multi-agent-orchestration
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for multi-agent-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/multi-agent-orchestration.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/multi-agent-orchestration)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/multi-agent-orchestration"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/multi-agent-orchestration.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,655 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 157
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 245
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.03655
Opus 5 $0.00025 $0.01827
Sonnet 5 $0.00010 $0.00731
Haiku 4.5 $0.00005 $0.00365

Measured 4d ago against content hash 22eb023a3e2c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

multi-agent-orchestration 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 4d 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.

skills/multi-agent-orchestration/SKILL.md · 275 lines

How it starts

The opening of the file, as written. The whole thing — 275 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Multi-Agent Orchestration Expert (2026 Edition)

English | Bahasa Indonesia


English

Orchestration & Integration

Connects and orchestrates with relevant domain skills like brainstorming, zero-to-prod-orchestrator, and project-context-mapper to ensure cohesive execution.

Description

Expert guide for designing, building, and deploying production-grade multi-agent AI systems. Covers agent orchestration frameworks (LangGraph, OpenAI Agents SDK, Google ADK, Mastra.ai, CrewAI, AutoGen), shared state and memory management, tool execution, human-in-the-loop (HITL) guardrails, and observability for agentic workflows.

Swarm Synergy: This skill acts as a powerful orchestrator when combined with mcp-server-architect (for external tool integration) and ai-llm-integration-expert (for foundation model setup). Together, they form a complete, end-to-end AI Engineering Swarm.

Trigger Conditions

  • Building autonomous AI agents that execute multi-step tasks.
  • Designing systems where multiple specialized AI agents collaborate.
  • Implementing graph-based agent workflows with LangGraph or similar frameworks.
  • Integrating human-in-the-loop checkpoints for high-stakes decisions.
  • Building AI pipelines with tool-calling, RAG retrieval, code execution, or browser control.
  • Evaluating and selecting agent frameworks (LangGraph vs OpenAI Agents SDK vs Google ADK).

Agent Framework Comparison (2026)

Framework Language Best For Key Differentiator
LangGraph Python / TypeScript Complex stateful workflows Graph-based, any LLM, full control
OpenAI Agents SDK Python GPT-5 native agents Built-in handoffs, tracing, guardrails
Google ADK Python Gemini-powered agents Multi-agent, Vertex AI, streaming
Mastra.ai TypeScript TS-first agent apps Built-in memory, evals, RAG, MCP
CrewAI Python Team-of-agents tasks Role-based agents, easy to start
AutoGen Python Research & LLM evaluation Conversation-driven agents

Read the full file on GitHub · 275 lines

Changes

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.

  1. 4d ago First seen · 275 lines · 50 tokens per session scan A 22eb023a3e2c

Subscribe to this mod's changes

multi-agent-orchestration is a skill published in the GitHub repository roedyrustam/vibes-plug (49 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 3,655 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

iflytek-image-understanding

An image-analysis tool that describes pictures and answers questions about what they contain. It uses an AI vision service, which interprets visual content rather than only reading text files.

iflytek/iFly-Skills · 61 tokens

gemini-cli

Generates images and text via reverse-engineered Gemini Web API. Suitable for AI Pro and higher tier subscription users. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests…

hankunpeng/skills · 80 tokens

genai-tk

Build GenAI and agentic applications with the genai-tk toolkit (https://github.com/tclatos/genai-tk) — a YAML-driven wrapper over LangChain, LangGraph, and 100+ LLM providers. Use this skill whenever the user mentions genai-tk, genaitk, the GenAI Toolkit, cli init, LangchainAgent, getllm/getembeddings…

svngoku/coding-agents-skills · 236 tokens

adaption-ai

Adaption AI SDK for synthetic data augmentation and dataset adaptation. Use when building data pipelines with the Adaption Python SDK, uploading datasets (local files, Hugging Face, Kaggle), running augmentation/adaptation jobs, configuring brand controls (hallucination mitigation, safety categories, length), recipe…

svngoku/coding-agents-skills · 149 tokens

langchain

Build AI agents with LangChain framework. Use when building agents, tools, memory, MCP integrations, RAG pipelines, multi-agent systems, or any LLM-powered applications using LangChain or LangGraph in Python or TypeScript.

svngoku/coding-agents-skills · 49 tokens

prompt-optimizer

Analyze raw prompts, identify intent and gaps, match ECC components (skills/commands/agents/hooks), and output a ready-to-paste optimized prompt. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my prompt", "how to write a prompt for", "help me prompt", "rewrite…

Jamkris/everything-gemini-code · 179 tokens