What problem does it solve? Running coding agents on local machines creates resource contention, inconsistent environments, and single-user constraints, while naive remote setups suffer from cold-start latency that users perceive as broken. This Skill provides architectural patterns for hosted agent infrastructure that eliminates setup latency and scales to hundreds of concurrent sessions. ## Core Features & Use Cases - Sandbox Lifecycle Management: Pre-built environment images on a 30-minute cadence, warm pools, predictive warm-up on keystroke, and filesystem snapshots for instant session restoration. - Multi-Client Architecture: Server-first agent framework with real-time streaming to Slack bots, web interfaces, Chrome extensions, and VS Code instances, all synchronized through per-session isolated state. - Multiplayer & Auth Patterns: User-attributed commits, GitHub token-based PR creation, and shared session links for collaborative agent workflows. - Use Case: A platform team building a background coding agent uses this Skill to design the full stack: Modal sandboxes with image builds, Cloudflare Durable Objects for session state, a Slack bot with repository classification, and metrics tracking merged PRs as the primary success signal. ## Quick Start Ask the agent to design a hosted background coding agent system with sandboxed execution, warm pools, and user-attributed PR creation.