Skip to main content
Back to registry

ios-networking

dpearson2699/swift-ios-skills

Modern networking patterns for iOS 26+ using URLSession with async/await and structured concurrency. All examples target Swift 6.2. No third-party dependencies required -- URLSession covers the vast majority of networking needs.

Installs204
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-networking
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykWARN
About this skill
Modern networking patterns for iOS 26+ using URLSession with async/await and structured concurrency. All examples target Swift 6.2. No third-party dependencies required -- URLSession covers the vast majority of networking needs. URLSession gained native async/await overloads in iOS 15. These are the only networking APIs to use in new code. Never use completion-handler variants in new projects. Always validate the HTTP status code before decoding. URLSession does not throw for 4xx/5xx responses -- it only throws for transport-level failures.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ios-networking do?

Modern networking patterns for iOS 26+ using URLSession with async/await and structured concurrency. All examples target Swift 6.2. No third-party dependencies required -- URLSession covers the vast majority of networking needs.

Is ios-networking good?

ios-networking does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ios-networking work with?

ios-networking currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to ios-networking?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ios-networking?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-networking

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering