$npx -y skills add nexus-research-lab/nexus --skill room-playbookA general Room Skill example for validating shared Room rule injection.
| 1 | # Room Collaboration Playbook |
| 2 | |
| 3 | This is a general Room Skill example that shows how a Room can inject shared collaboration rules. Members maintain the concrete workflow from context; the platform only projects the rules into each member runtime. |
| 4 | |
| 5 | ## Rules |
| 6 | |
| 7 | - Collaborate toward the Room goal and do not leak private-context information into the public feed. |
| 8 | - Use Room actions when a member needs to be notified privately. |
| 9 | - For serial workflows, wake only the next member at each step. |