·swift-networking

Handle networking in Swift - URLSession, async/await, Codable, API clients, error handling

6Installs·0Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-swift --skill swift-networking

SKILL.md

Modern networking patterns for Swift applications using URLSession, async/await, and type-safe API clients.

| .default | Standard caching, credentials | | .ephemeral | No persistent storage | | .background | Large transfers, app suspended |

| GET | Retrieve resource | No | | POST | Create resource | Yes | | PUT | Replace resource | Yes | | PATCH | Partial update | Yes | | DELETE | Remove resource | Optional |

Handle networking in Swift - URLSession, async/await, Codable, API clients, error handling Source: pluginagentmarketplace/custom-plugin-swift.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-swift --skill swift-networking
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is swift-networking?

Handle networking in Swift - URLSession, async/await, Codable, API clients, error handling Source: pluginagentmarketplace/custom-plugin-swift.

How do I install swift-networking?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-swift --skill swift-networking Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/pluginagentmarketplace/custom-plugin-swift