Agent Skills
› Prisma-Labs-Dev/apple-skills
› swift-concurrency
swift-concurrency
GitHub提供 Swift 并发编程参考,涵盖 async/await、Task、Actor 及异步序列等核心概念。支持本地文档查询与外部镜像检索,辅助开发者解决并发模型相关问题。
Trigger Scenarios
查询 Swift 并发语法
查找 Actor 或 TaskGroup 用法
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill swift-concurrency -g -y
SKILL.md
Frontmatter
{
"name": "swift-concurrency",
"agent": "Explore",
"context": "fork",
"description": "API reference: Swift Concurrency. async\/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations.",
"user-invocable": true
}
Swift Concurrency Reference
Structured concurrency, actors, and async sequences in Swift.
Downloaded Reference Files
| 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 |
Fetching More Docs
- Search this skill's local
.mdfiles first. - If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or
SKILL.mdfrontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet. - If no installed skill has the page, use the relevant documentation path from
concurrency-overview.mdwith thesosumi.aiMarkdown mirror. For example,/documentation/swift/taskmaps tohttps://sosumi.ai/documentation/swift/task.
Version History
- a76633b Current 2026-07-25 07:01


