---
title: "swift-concurrency"
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."
canonical: https://agentpluginsdirectory.com/plugins/swift-concurrency
last-updated: 2026-09-22
---

# swift-concurrency
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.
- Slug: swift-concurrency
- Publisher: Antoine van der Lee
- Repository: https://github.com/AvdLee/Swift-Concurrency-Agent-Skill
- Manifest: plugin.json
- Version: 2.3.0
- License: MIT
- Category (editorial): code-review
- Skills: 1 (swift-concurrency)
- MCP servers: 0
- Stars: 1658
- Repository created: 2026-01-07
- Repository last pushed: 2026-09-14
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/swift-concurrency
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What swift-concurrency does, in the publisher's words

Expert guidance for any AI coding tool that supports the Agent Skills open format, safe concurrency, performance, and Swift 6+ migration.

Based on the comprehensive Swift Concurrency Course, distilled into actionable, concise references for agents.

This repository is packaged as a portable Agent Plugin (spec 1.0.0): compatible clients discover the skill automatically from the root plugin.json manifest and the skills/ directory. Client-specific manifests for Claude Code, Cursor, Codex, and pi are included as well, and the plugin is published in the OpenAI Plugins Directory for ChatGPT and Codex.

- Teams migrating to Swift 6 / strict concurrency who need safe defaults and quick triage.
- Developers debugging data races, isolation errors, or flaky async tests.
- Anyone wanting performance-minded concurrency patterns (actors, tasks, Sendable, async streams).

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/AvdLee/Swift-Concurrency-Agent-Skill/HEAD/README.md

## Skills

- swift-concurrency: Diagnose Swift Concurrency issues, refactor callback-based code to async/await, and guide Swift 6 migration when working with tasks, actors, @MainActor, Sendable, data races, thread safety, or concurrency-related compiler and linter warnings.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
