What problem does it solve? When agent squads run on different machines, CI runners, or partner organizations, their state files are not on the local filesystem. This Skill sets up a git-based transport layer so remote squad state materializes locally before agents read it, without daemons, servers, or federation protocols. ## Core Features & Use Cases - Mesh topology configuration: Generates a mesh.json file mapping each squad to a zone (local, remote-trusted, or remote-opaque) with the appropriate connection details. - Bundled sync scripts: Copies pre-built sync-mesh.sh and sync-mesh.ps1 scripts that pull Zone 2 git repos and fetch Zone 3 published contracts via HTTP. - State repo initialization: Scaffolds a shared mesh state repository with per-squad directories and placeholder SUMMARY.md files using the --init mode. - Use Case: A developer laptop squad and a CI squad need to share results. Configure mesh.json with the CI squad as remote-trusted, run sync-mesh.sh before agent startup, and agents read the pulled state as ordinary local files. ## Quick Start Ask the agent to set up a distributed mesh for your squads and answer its questions about which squads participate and which zone each belongs to.