Networking You MUST use this skill for ANY networking work including HTTP requests, WebSockets, TCP connections, or network debugging. Quick Reference | Symptom / Task | Reference | |----------------|-----------| | URLSession with structured concurrency | See | | Network.framework anti-patterns | See | | Deprecated API migration | See | | Pressure scenarios (reachability, sockets) | See | | NetworkConnection (iOS 26+) API reference | See | | NWConnection (iOS 12-18) API reference | See | | TLV framing, Coder protocol | See | | NetworkListener, NetworkBrowser, Wi-Fi Aware | See | | Connection…