Use when implementing or debugging ANY network connection, API call, or socket. Covers URLSession, Network.framework, NetworkConnection, deprecated APIs, connection diagnostics, structured concurrency networking.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
You MUST use this skill for ANY networking work including HTTP requests, WebSockets, TCP connections, or network debugging.
Use this router when:
Networking patterns → /skill networking
Network.framework reference → /skill network-framework-ref
Connection issues → /skill networking-diag
User asks about networking
├─ Implementing?
│ ├─ URLSession? → networking
│ ├─ Network.framework? → network-framework-ref
│ └─ iOS 26+ NetworkConnection? → network-framework-ref
│
└─ Debugging? → networking-diag
Networking (networking):
Network Framework Reference (network-framework-ref):
Networking Diagnostics (networking-diag):
User: "My API request is failing with a timeout"
→ Invoke: /skill networking-diag
User: "How do I use URLSession with async/await?"
→ Invoke: /skill networking
User: "I need to implement a TCP connection"
→ Invoke: /skill network-framework-ref
User: "Should I use NWConnection or NetworkConnection?"
→ Invoke: /skill network-framework-ref