Build a realtime chat room backend with Rivet Actors: one actor per room, SQLite-backed message history, and WebSocket broadcast to every connected client.
$npx -y skills add rivet-dev/skills --skill chat-roomInstalls into the current project.
Run `npx skills use "https://github.com/rivet-dev/skills" --skill "rivet-dev/skills/chat-room"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/rivet-dev/skills" that are relevant to the current task. Run `npx skills add "https://github.com/rivet-dev/skills"` and select the relevant skills, then follow their instructions.