$npx -y skills add 961882/ray-skills --skill ray-multi-party-modeStandalone multi-role discussion skill with built-in cross-functional personas. Supports both simulated role-play and true subagent orchestration. Use when the user asks for 多人多角色讨论, 圆桌讨论, party mode, 让多个角色一起讨论, role debate, cross-functional workshop, or multi-agent discussion.
| 1 | # Ray Multi-Party Mode |
| 2 | |
| 3 | Follow the instructions in `./workflow.md`. |
| 4 | |
| 5 | Use the bundled roster in `./references/roles.yaml` as the default source of truth. Keep this skill self-contained unless the user explicitly asks to compare it with an older version. |
| 6 | |
| 7 | For true multi-agent execution, also read `./references/subagent-contract.md`. |