What problem does it solve? When working on the sbuilder-mcp server, agents repeatedly hit undocumented platform behaviors — silent frame drops, token rotation, slug renames, 200 responses that changed nothing — and waste effort re-deriving facts or "fixing" code that correctly accounts for them. This Skill preserves those hard-won API and socket facts so they are never re-investigated or reverted. ## Core Features & Use Cases - Platform behavior reference: Records verified facts about credential routing, token rotation, the single error shape, WebSocket frame caps, publish and slug quirks, media upload doors, theme writes, and app installs. - Trigger-based activation: Loads automatically when touching transport, live socket, or API tool code, or when sb_api_call, sb_media_upload, sb_theme, sb_live_join, or sb_publish returns a refusal or unexpected body. - Use Case: An agent sees sb_publish return 200 but the page never went live. Instead of debugging blindly, it consults this Skill and learns publish silently skips pages with no saved draft while still answering 200. ## Quick Start Ask the agent to explain why sb_media_upload from a URL failed with a file-type error and what the platform actually accepts.