Soul-Brews-Studio

Multi Agent Orchestration Book — Development skill for Claude Code

Development community

A field guide to multi-agent orchestration — from subagents to federation.

How to install Multi Agent Orchestration Book

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Soul-Brews-Studio/multi-agent-orchestration-book and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Multi Agent Orchestration Book does

A field guide to multi-agent orchestration — from subagents to federation. Real patterns from 100 hours of building maw-js v2.0.0-alpha.2.

Alternatives in Development

  • Promote Public Release — Build, refine, and publish cumulative public release notes, then promote the current alpha prerelease to stabl 1.6k ★
  • Purpose — Orient yourself in pi-vs-cc — a collection of Pi coding agent extensions and agent specs that progressively de 527 ★
  • Ua To Ga4 — UA to GA4 Field Name Mapping 242 ★

README

Multi-Agent Orchestration: A Practitioner's Guide

**Subtitle**: From Subagents to Federation — Real Patterns from 100 Hours of Building

[![Read the Book](https://img.shields.io/badge/📖_read_the_book-online-blue)](https://soul-brews-studio.github.io/multi-agent-orchestration-book/)


Read Online

The book is published at **[soul-brews-studio.github.io/multi-agent-orchestration-book](https://soul-brews-studio.github.io/multi-agent-orchestration-book/)** via GitHub Pages.


About This Book

This is not a theoretical treatise on multi-agent systems. It is a field guide written from a 100+ hour session where we used three distinct tiers of agent orchestration to ship a production-grade software system. Every pattern in this book has code that shipped. Every failure has a git commit. Every success has metrics.

**You will not find**:

  • Speculative architectures
  • Toy examples
  • "Hello world" demonstrations
  • Copy-paste prompts divorced from real problems

**You will find**:

  • The exact prompts we used, with the code they produced
  • War stories with timestamps and root causes
  • Cost models derived from actual token counts
  • Failure modes documented with their fixes
  • Three production-tested patterns for spawning agents

The Source

This book is built on **maw-js**, a multi-agent workflow framework written in Bun + TypeScript. During one session (April 2026, session 4833f831, ~100 hours), maw-js evolved from v1.15.0 to v2.0.0-alpha.2. That evolution included:

  • Full Hono → Elysia framework migration (21 API files, 76 routes)
  • TypeBox validation across all endpoints
  • 17-plugin command catalog (maw-commands repository)
  • WASM plugin architecture (inspired by The Graph's graph-node)
  • Federation protocol across 4 nodes (oracle-world, white, clinic-nat, mba)
  • 35 new tests, 3 deep-learn explorations (Elysia 123K docs, graph-node 126K docs)

The code is open source. Every file path and commit hash in this book is real and reproducible.


Tabl