What problem does it solve? Running coding agents on local machines limits concurrency, creates inconsistent environments, and blocks collaboration. This Skill provides the architecture and patterns for hosting agents in remote sandboxed environments with near-zero perceived startup latency. ## Core Features & Use Cases - Sandbox Infrastructure: Pre-built environment images on a 30-minute cadence, warm pools, predictive warm-up on keystroke, and filesystem snapshots for instant session restore. - API and Client Layer: Per-session state isolation with SQLite, real-time WebSocket streaming, and multi-client sync across Slack, web, and Chrome extension interfaces. - Multiplayer and Self-Spawning Agents: Sessions shared across team members with per-user commit attribution, plus primitives for agents to spawn and monitor sub-sessions. - Use Case: A platform team wants engineers to trigger background coding agents from Slack that open PRs under the requester's identity. This Skill guides the sandbox lifecycle, GitHub token flow, and repository classification needed to ship that system. ## Quick Start Ask the agent to design a hosted background coding agent system with pre-warmed sandboxes, per-session state, and Slack integration for your repositories.