Agent Skills
› Prisma-Labs-Dev/apple-skills
› swift-concurrency
swift-concurrency
GitHub提供 Swift 并发编程(async/await、Task、Actors 等)的本地参考文档,指导 Agent 优先检索本地文件,必要时通过镜像站获取补充资料。
Trigger Scenarios
查询 Swift 并发语法
查找 Task 或 Actor 用法
解决异步序列问题
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


