What problem does it solve? Building background coding agents that run independently of user devices requires solving cold-start latency, environment inconsistency, per-session state isolation, and commit attribution, which this Skill addresses with proven infrastructure patterns. ## Core Features & Use Cases - Sandbox Lifecycle Design: 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 Architecture: Server-first agent frameworks, per-session state isolation with SQLite or Durable Objects, real-time WebSocket streaming, and multiplayer session support across Slack, web, and Chrome extension clients. - Auth and Output Extraction: GitHub App tokens for cloning, user-attributed commits and PRs, and explicit artifact extraction before sandbox teardown. - Use Case: A platform team building a background coding agent uses this Skill to design the full stack: image build pipelines, warm pool management, session state sync, and PR creation under the prompting user's identity. ## Quick Start Ask the agent to design the sandbox infrastructure and warm pool strategy for a hosted background coding agent that opens user-attributed pull requests.