What is multiplayer-game?
Pragmatic patterns for building multiplayer games: matchmaking, tick loops, realtime state, interest management, and validation. Source: rivet-dev/skills.
Pragmatic patterns for building multiplayer games: matchmaking, tick loops, realtime state, interest management, and validation.
Quickly install multiplayer-game AI skill to your development environment via command line
Source: rivet-dev/skills.
IMPORTANT: Before doing anything, you MUST read BASESKILL.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.
Patterns for building multiplayer games with RivetKit, intended as a practical checklist you can adapt per genre.
Start with one of the working examples on GitHub and adapt it to your game. Do not start from scratch for matchmaking and lifecycle flows.
Pragmatic patterns for building multiplayer games: matchmaking, tick loops, realtime state, interest management, and validation. Source: rivet-dev/skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/rivet-dev/skills --skill multiplayer-gamePragmatic patterns for building multiplayer games: matchmaking, tick loops, realtime state, interest management, and validation. Source: rivet-dev/skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rivet-dev/skills --skill multiplayer-game Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/rivet-dev/skills