From apple-skills
Provides API reference for Swift Concurrency: async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations. References local Markdown files and fetches from sosumi.ai docs.
npx claudepluginhub vabole/apple-skills --plugin apple-skillsThis skill uses the workspace's default tool permissions.
Structured concurrency, actors, and async sequences in Swift.
Guides 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, Sendable conformance, structured concurrency, and data race safety in iOS apps.
Reviews and guides Swift concurrency code covering actors, structured concurrency, cancellation, async streams, GCD migration, strict-concurrency diagnostics, and bug patterns. Use when writing, reviewing, or debugging concurrent Swift.
Share bugs, ideas, or general feedback.
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.