Orchestra Status banner
varunmoka7 varunmoka7

Orchestra Status

Development community

Description

--- name: orchestra-status description: Show the current state of your peer orchestra — who's online, what they're working on, and available agents. --- Check the current orchestra status: 1. Run `list_peers` to discover active Claude Code instances 2. For each peer, show their summary (what they're working on) 3. List which agent personas are available but not yet assigned 4. Show any pending messages Format the output as a clean status table: ``` Orchestra Status ──────────────── Active Ag

Installation

Installs to ~/.claude/skills/varunmoka7-peer-orchestra-orchestra-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/varunmoka7-peer-orchestra-orchestra-status && curl -fsSL https://raw.githubusercontent.com/varunmoka7/peer-orchestra/HEAD/commands/orchestra-status.md -o ~/.claude/skills/varunmoka7-peer-orchestra-orchestra-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository