·swift-concurrency

Master Swift concurrency - async/await, actors, structured concurrency, Sendable, TaskGroups

6Installs·0Trend·@pluginagentmarketplace

Installation

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

SKILL.md

Modern Swift concurrency patterns using async/await, actors, and structured concurrency.

| async/await | Sequential async code | | Actor | Data isolation | | Task | Unit of async work | | Sendable | Thread-safe types | | MainActor | Main thread isolation |

| Task {} | Independent | Manual | | Task.detached {} | No context inherited | Manual | | async let | Structured | Automatic | | TaskGroup | Structured, multiple | Automatic |

Master Swift concurrency - async/await, actors, structured concurrency, Sendable, TaskGroups 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-concurrency
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is swift-concurrency?

Master Swift concurrency - async/await, actors, structured concurrency, Sendable, TaskGroups Source: pluginagentmarketplace/custom-plugin-swift.

How do I install swift-concurrency?

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-concurrency 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