Swift 6.2+ 的 Swift 并发审查和修复。当要求检查 Swift 并发使用情况、提高并发合规性或修复功能或文件中的 Swift 并发编译器错误时使用。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install swift-concurrency-expert或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install swift-concurrency-expert⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/swift-concurrency-expert/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: swift-concurrency-expert description: Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file. ---
_Attribution: copied from @Dimillian’s Dimillian/Skills (2025-12-31)._
Review and fix Swift Concurrency issues in Swift 6.2+ codebases by applying actor isolation, Sendable safety, and modern concurrency patterns with minimal behavior changes.
@MainActor, actor, nonisolated) and whether a default actor isolation mode is enabled.Prefer edits that preserve existing behavior while satisfying data-race safety.
Common fixes:
@MainActor.extension Foo: @MainActor SomeProtocol).@MainActor or move into an actor.@concurrent async function on a nonisolated type or use an actor to guard mutable state.Sendable conformance only when correct; avoid @unchecked Sendable unless you can prove thread safety.references/swift-6-2-concurrency.md for Swift 6.2 changes, patterns, and examples.references/swiftui-concurrency-tour-wwdc.md for SwiftUI-specific concurrency guidance.安装 Swift 并发专家 后,可以对 AI 说这些话来触发它
Help me get started with Swift Concurrency Expert
Explains what Swift Concurrency Expert does, walks through the setup, and runs a quick demo based on your current project
Use Swift Concurrency Expert to swift Concurrency review and remediation for Swift 6
Invokes Swift Concurrency Expert with the right parameters and returns the result directly in the conversation
What can I do with Swift Concurrency Expert in my developer & devops workflow?
Lists the top use cases for Swift Concurrency Expert, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/swift-concurrency-expert/ 目录(个人级,所有项目可用),或 .claude/skills/swift-concurrency-expert/(项目级)。重启 AI 客户端后,用 /swift-concurrency-expert 主动调用,或让 AI 根据上下文自动发现并使用。
Swift 并发专家 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Swift 并发专家 可免费安装使用。请查阅仓库了解许可证信息。
Swift 6.2+ 的 Swift 并发审查和修复。当要求检查 Swift 并发使用情况、提高并发合规性或修复功能或文件中的 Swift 并发编译器错误时使用。
Swift 并发专家 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Swift Concurrency Expert
Identifies repetitive steps in your workflow and sets up Swift Concurrency Expert to handle them automatically