Skip to content

avdlee/swift-concurrency

v2.3.0MIT

Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, data race prevention, and Swift 6 migration strategies.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "swift-concurrency",
  "version": "2.3.0",
  "description": "Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, data race prevention, and Swift 6 migration strategies.",
  "author": {
    "name": "Antoine van der Lee",
    "email": "contact@avanderlee.com",
    "url": "https://www.avanderlee.com"
  },
  "homepage": "https://github.com/AvdLee/Swift-Concurrency-Agent-Skill",
  "repository": "https://github.com/AvdLee/Swift-Concurrency-Agent-Skill",
  "license": "MIT",
  "keywords": [
    "swift",
    "concurrency",
    "async-await",
    "actors",
    "sendable",
    "swift6",
    "data-races",
    "threading",
    "task-groups",
    "main-actor",
    "core-data",
    "migration",
    "ios",
    "macos",
    "apple"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • openai.yaml
  • 2images
  • LICENSE
View on GitHub