Last commit on May 28, 2026·Created on January 7, 2026
AvdLee/Swift-Concurrency-Agent-Skill
“Guides Swift developers through concurrency diagnostics to the smallest safe fix.”
Combined rank
#131
across all skills
In Software Engineering
#11
category rank
Stars
1.6k
+0.2% in last 7d
Forks
98
0.0% in last 7d
Watchers
13
-7.1% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of real attention, adoption, and active maintenance.
When Swift concurrency diagnostics appear, this skill helps developers find the smallest safe fix. It guides them through actor isolation, Sendable conformance, and data race problems, and refactors callback-based code to async/await. The skill emphasizes a structured decision process: check build settings, capture the diagnostic, determine the isolation boundary, and apply a minimal change. It is built for teams migrating to Swift 6 who need precise, conservative guidance rather than blanket rewrites.
WHO IT'S FOR
iOS Developers Migrating to Swift 6
migrating callback-based code to async/await
Swift Package Library Maintainers
enforcing Sendable constraints and actor isolation
QA / Test Automation Engineers
writing and debugging async test cases
Technical Leads / Architects
reviewing concurrency architecture and data-race safety