axiom-networking-diag

Installation
SKILL.md

Network.framework Diagnostics

Overview

Core principle 85% of networking problems stem from misunderstanding connection states, not handling network transitions, or improper error handling—not Network.framework defects.

Network.framework is battle-tested in every iOS app (powers URLSession internally), handles trillions of requests daily, and provides smart connection establishment with Happy Eyeballs, proxy evaluation, and WiFi Assist. If your connection is failing, timing out, or behaving unexpectedly, the issue is almost always in how you're using the framework, not the framework itself.

This skill provides systematic diagnostics to identify root causes in minutes, not hours.

Red Flags — Suspect Networking Issue

If you see ANY of these, suspect a networking misconfiguration, not framework breakage:

  • Connection times out after 60 seconds with no clear error
  • TLS handshake fails with "certificate invalid" on some networks
  • Data sent but never arrives at receiver
  • Connection drops when switching WiFi to cellular
  • Works perfectly on WiFi but fails 100% of time on cellular
Related skills

More from fotescodev/ios-agent-skills

Installs
4
First Seen
Feb 23, 2026