Skip to content
Development
Skill

/swift-concurrency

API reference: Swift Concurrency. async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations.

From plugin
apple-skills
29933 skills
Install
$ npx -y skills add vabole/apple-skills --skill swift-concurrency --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/swift-concurrency

Context preview

The summary Claude sees to decide when to auto-load this skill.

API reference: Swift Concurrency. async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations.

SKILL.md

swift-concurrency.SKILL.md
name: swift-concurrency
user-invocable: true
description: "API reference: Swift Concurrency. async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations."
context: fork
agent: Explore

Swift Concurrency Reference

Structured concurrency, actors, and async sequences in Swift.

Downloaded Reference Files

| File | Content | |------|---------| | [concurrency-overview.md](concurrency-overview.md) | Swift concurrency index | | [task.md](task.md) | Task struct | | [taskgroup.md](taskgroup.md) | TaskGroup for parallel work | | [actor.md](actor.md) | Actor protocol | | [asyncsequence.md](asyncsequence.md) | AsyncSequence protocol | | [asyncstream.md](asyncstream.md) | AsyncStream | | [checkedcontinuation.md](checkedcontinuation.md) | CheckedContinuation for bridging |

Fetching More Docs

1. Search this skill's local `.md` files first. 2. If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or `SKILL.md` frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet. 3. If no installed skill has the page, use the relevant documentation path from `concurrency-overview.md` with the `sosumi.ai` Markdown mirror. For example, `/documentation/swift/task` maps to `https://sosumi.ai/documentation/swift/task`.

Ships withapple-skills

Apple development skills for Claude Code, Codex, and other coding agents — current iOS 26+ APIs, SwiftUI, UIKit, Liquid Glass, Human Interface Guidelines, and practical workflow guides.

Get the whole plugin
Stats
313
Stars
17
Forks
Active
Maintenance
TypeScript
Language
MIT
License
7d ago
Last commit
6mo ago
Created

Repo: vabole/apple-skills