Babysitter p2p-networking

Peer-to-peer networking skill for NAT punch-through and relay servers.

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

P2P Networking Skill

Peer-to-peer game networking.

Capabilities

  • NAT traversal
  • Relay servers
  • Host migration
  • Peer discovery