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-build environment images on a 30-minute cadence, maintain warm sandbox pools, and use filesystem snapshots for instant session restore. - Speed Optimizations: Start warming sandboxes when users begin typing, allow file reads before git sync completes, and move all setup work to image build time. - Multiplayer & Multi-Client Support: Synchronize session state across Slack, web, and Chrome extension clients with per-user commit attribution and GitHub-based PR creation. - Use Case: A platform team wants to offer background coding agents to their organization. Use this Skill to design the sandbox lifecycle, API layer with per-session state isolation, and Slack bot distribution channel with repository classification. ## Quick Start Use the hosted-agents skill to design the sandbox infrastructure and warm pool strategy for a background coding agent that opens PRs on behalf of users.