$npx -y skills add 961882/ray-skills --skill ray-role-creatorCreate new discussion roles and persona bundles that are compatible with ray-multi-party-mode. Use when Codex needs to add roles, design new personas, extend a role roster, generate YAML role definitions, propose lineup additions, or normalize aliases, keywords, priorities, and d
| 1 | # Ray Role Creator |
| 2 | |
| 3 | Follow `./workflow.md`. |
| 4 | |
| 5 | Default target: |
| 6 | |
| 7 | - Treat `../ray-multi-party-mode/references/roles.yaml` as the primary roster unless the user names a different target file. |
| 8 | |
| 9 | Load references only as needed: |
| 10 | |
| 11 | - Read `./references/role-schema.md` when you need the exact field contract, naming rules, or output shape. |
| 12 | - Read `./references/integration-patterns.md` when the user wants the new roles wired into lineups, support pairs, challenge pairs, or turn-order behavior. |
| 13 | |
| 14 | Keep the skill practical: |
| 15 | |
| 16 | - Prefer roles the user can actually differentiate in conversation. |
| 17 | - Generate ready-to-paste YAML by default. |
| 18 | - If the user asks to apply the roles, update the target roster and only touch workflow files when the new domain truly needs new selection heuristics. |