Babysitter lag-compensation

Lag compensation skill for client-side prediction and rollback.

install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/game-development/skills/lag-compensation" ~/.claude/skills/a5c-ai-babysitter-lag-compensation && rm -rf "$T"
manifest: library/specializations/game-development/skills/lag-compensation/SKILL.md
source content

Lag Compensation Skill

Network lag compensation techniques.

Capabilities

  • Client-side prediction
  • Server reconciliation
  • Rollback netcode
  • Hitbox rewinding