mirror of
https://github.com/harivansh-afk/claude-code-vertical.git
synced 2026-04-17 11:04:55 +00:00
skills
This commit is contained in:
parent
087b195b4c
commit
ae037f7bec
24 changed files with 15692 additions and 0 deletions
20
skill-index/skills/axiom-networking/REFERENCES.md
Normal file
20
skill-index/skills/axiom-networking/REFERENCES.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Networking References
|
||||
|
||||
## WWDC Sessions
|
||||
|
||||
- **WWDC 2018-715** — Introducing Network.framework: User-space networking demo (30% CPU reduction), deprecation of CFSocket/NSStream/SCNetworkReachability, smart connection establishment, mobility support
|
||||
|
||||
- **WWDC 2025-250** — Use structured concurrency with Network framework: NetworkConnection with async/await (iOS 26+), TLV framing and Coder protocol, NetworkListener and NetworkBrowser, Wi-Fi Aware peer-to-peer discovery
|
||||
|
||||
## Apple Documentation
|
||||
|
||||
- [Network Framework Documentation](https://developer.apple.com/documentation/network)
|
||||
- [NWConnection](https://developer.apple.com/documentation/network/nwconnection)
|
||||
- [NetworkConnection (iOS 26+)](https://developer.apple.com/documentation/Network/NetworkConnection)
|
||||
- [Building a Custom Peer-to-Peer Protocol](https://developer.apple.com/documentation/Network/building-a-custom-peer-to-peer-protocol)
|
||||
|
||||
## Related Axiom Skills
|
||||
|
||||
- **networking-diag** — Systematic troubleshooting for connection timeouts, TLS failures, data not arriving, performance issues
|
||||
- **network-framework-ref** — Comprehensive API reference with all 12 WWDC 2025 code examples, migration strategies, testing checklists
|
||||
- **swift-concurrency** — Async/await patterns, @MainActor usage, Task cancellation (needed for NetworkConnection)
|
||||
Loading…
Add table
Add a link
Reference in a new issue