AI AGENT ADDONS
Programming Languages
13,744installs

This skill helps you fix issues with Swift Concurrency. It shows how to change old callback code to use async/await. It also guides you through moving to Swift 6 safely. You will learn about actors, @MainActor, Sendable, and data races. The goal is to make your code safer and easier to understand.

Anyone working on iOS or macOS apps can benefit. It helps both beginners and experienced developers. You will get step by step advice for common problems. The skill checks your project settings first. It then suggests the smallest safe fix for each issue.

You will avoid common mistakes like using @MainActor everywhere. The skill prefers structured concurrency over random tasks. It also warns about unsafe escape hatches. Use this skill to write better concurrent code.

Add Swift Concurrency skill to your workflow

Global

mkdir -p ~/.claude/skills/swift-concurrency

Project

mkdir -p .claude/skills/swift-concurrency

Source Repository

Stars
1,572
Forks
99
Watchers
1,572
License
MIT
Last Push
1 month ago
Created
6 months ago