Babysitter client-server

Client-server architecture skill for authority models and validation.

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/client-server" ~/.claude/skills/a5c-ai-babysitter-client-server && rm -rf "$T"
manifest: library/specializations/game-development/skills/client-server/SKILL.md
source content

Client-Server Skill

Client-server networking architecture.

Capabilities

  • Authority models
  • Server validation
  • Client prediction
  • State management