Chat Room IMPORTANT: Before doing anything, you MUST read BASE_SKILL.md in this skill's directory. It contains essential guidance on debugging, error handling, state management, deployment, and project setup. Those rules and patterns apply to all RivetKit work. Everything below assumes you have already read and understood it. Working Examples If you need a reference implementation, read the raw working example code in these templates: chat-room Patterns for building a chat room backend with RivetKit: room-scoped actors, persistent message history, and realtime delivery over WebSocket connections. Starter Code Start with the working example on GitHub and adapt it. The backend is a single chatRoom actor; the frontend is a React app using @rivetkit/react (see the React quickstart ). Show more Installs 831 Repository rivet-dev/skills GitHub Stars 17 First Seen Jun 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
chat-room
安装
npx skills add https://github.com/rivet-dev/skills --skill chat-room