Defines ownership, authority, replication, prediction, rollback, and reconciliation strategies for multiplayer systems. Useful when dealing with latency, authority issues, or networked state sync.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-game-dev-code:multiplayer-netcode-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Define ownership, authority, replication, prediction, rollback or reconciliation strategy for multiplayer systems.
Define ownership, authority, replication, prediction, rollback or reconciliation strategy for multiplayer systems.
npx claudepluginhub mrcalderon3d/everything-game-dev-codeNetwork synchronization, lag compensation, client prediction, and state consistency for responsive multiplayer games.
Adds multiplayer to existing single-player Godot games using MultiplayerAPI, MultiplayerSpawner, and MultiplayerSynchronizer. Guides authority model decisions (host, dedicated server, P2P) before writing netcode.
Audits and implements Unreal replication patterns with clear ownership, relevancy, authority, and failure handling. Useful for multiplayer projects with networking bugs.