Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

iOS Networking

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
79
Score

Build, review, or improve networking code in iOS/macOS apps using URLSession with async/await, structured concurrency, and modern Swift patterns. Use when working with REST APIs, downloading files, uploading data, WebSocket connections, pagination, retry logic, request middleware, caching, background transfers, or network reachability monitoring. Trigger for any task involving HTTP requests, API clients, network error handling, or data fetching in Swift apps.

iosswiftnetworkingurlsessionasync-awaitapi-clienthttp-requests
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdios-networking/workflow
Define the API endpoint and data models using Swift's `Codable` protocol.
Create a `URLRequest` with the necessary headers and HTTP method.
Use `URLSession.shared.data(for:)` or `URLSession.shared.download(for:)` with async/await to perform the network request.
Validate the HTTP status code in the response.
Decode the JSON response using `JSONDecoder`.
Handle potential network errors using a structured error type.
Implement retry logic with exponential backoff for transient errors.
Update UI on the main thread with the fetched data.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

iOS Networking
ios-networking
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
make a network request in swiftuse urlsession with async awaitimplement pagination in ioshandle network errors in swiftcreate an api client in swiftdownload a file in ios using urlsessionupload data using urlsession in swift

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download ios-networking
$ synaptic skills detail ios-networking
$ synaptic skills live ios-networking

Links

GitHub Repository