engineering-game-state-sync

Installation
SKILL.md

Game State Sync

Purpose

Client-server state reconciliation, delta compression, optimistic updates, and rollback for multiplayer games.

When to Use

Trigger: state sync, client-server, delta compression, optimistic updates, rollback, netcode, lag compensation, snapshot, interpolation, reconciliation

Prerequisites

  • game-backend-architecture — server loop, tick system, authority model
  • redis-game-patterns — pub/sub for cross-server state distribution

Core Principles

Installs
21
GitHub Stars
20
First Seen
Mar 25, 2026
engineering-game-state-sync — fcsouza/agent-skills