From d1405d3ebf2b3bc8816763faa983090f969a28e6 Mon Sep 17 00:00:00 2001 From: Pai Date: Wed, 25 Feb 2026 17:34:52 +0100 Subject: [PATCH] docs: add Community section with orchestration skill Add a Community section to highlight community-built tools and skills that extend cmux. First entry: claude-orchestration-in-cmux, a Claude Code skill for multi-session orchestration with task delegation, progress monitoring, and commit-merge-rebase workflows. Co-Authored-By: Claude Opus 4.6 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c627aa7..e3594e4 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,12 @@ You never have to remember branch names. Built-in completion for bash and zsh - `cmux merge ` — worktree branches - `cmux init ` — `--replace` +## Community + +| Project | Description | +|---------|-------------| +| [claude-orchestration-in-cmux](https://github.com/baixianger/claude-orchestration-in-cmux) | Claude Code skill that turns one session into an orchestrator -- discovers panes, delegates tasks to other Claude sessions, monitors progress via screen polling, and manages the full commit-merge-rebase cycle with worktree isolation. | + ## License MIT