Diagnose data races, convert callback-based code to async/await, implement actor isolation patterns, resolve Sendable conformance issues, and guide Swift 6 migration. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures to async/await, (6) @MainActor, Sendable, or actor isolation, (7) concurrent code architecture or performance optimization, (8) concurrency-related linter warnings (SwiftLint or similar; e.g. async_without_await, Sendable/actor isolation/MainActor lint).
$npx -y skills add comeonoliver/skillshub --skill swift-concurrencyInstalls into the current project.
Run `npx skills use "https://github.com/comeonoliver/skillshub" --skill "comeonoliver/skillshub/swift-concurrency"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/comeonoliver/skillshub" that are relevant to the current task. Run `npx skills add "https://github.com/comeonoliver/skillshub"` and select the relevant skills, then follow their instructions.