From apple-skills
Provides API reference for Swift Concurrency: async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations. Useful for concurrent Swift programming.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-skills:swift-concurrencyExploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured concurrency, actors, and async sequences in Swift.
Structured concurrency, actors, and async sequences in Swift.
| File | Content |
|---|---|
| concurrency-overview.md | Swift concurrency index |
| task.md | Task struct |
| taskgroup.md | TaskGroup for parallel work |
| actor.md | Actor protocol |
| asyncsequence.md | AsyncSequence protocol |
| asyncstream.md | AsyncStream |
| checkedcontinuation.md | CheckedContinuation for bridging |
.md files first.SKILL.md frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet.concurrency-overview.md with the sosumi.ai Markdown mirror. For example, /documentation/swift/task maps to https://sosumi.ai/documentation/swift/task.npx claudepluginhub vabole/apple-skills --plugin apple-skillsGuides using Swift's concurrency model with async/await, actors, task groups, structured concurrency, and async sequences for safe, performant code without data races.
Provides Swift Concurrency patterns for async/await, actors, tasks, and Sendable conformance. Use when writing async code, implementing actors, or ensuring data race safety.
Reviews and guides Swift concurrency code with actors, structured concurrency, cancellation, async streams, GCD migration, strict-concurrency diagnostics, and bug patterns. Use when writing, reviewing, or debugging.