Babysitter state-sync
State synchronization skill for delta compression and interpolation.
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/state-sync" ~/.claude/skills/a5c-ai-babysitter-state-sync && rm -rf "$T"
manifest:
library/specializations/game-development/skills/state-sync/SKILL.mdsource content
State Sync Skill
Game state synchronization.
Capabilities
- Delta compression
- State interpolation
- Snapshot systems
- Bandwidth optimization