Claude Skill
twostraws/Swift-Concurrency-Agent-Skill
为Claude Code和Codex注入专家级Swift并发知识。在AI辅助开发中掌握async/await、actor和结构化并发。
概览
仓库信息
安装这个 Skill
npx skills add https://github.com/twostraws/swift-concurrency-agent-skill --skill swift-concurrency-proRegistry 信息
项目简介
一个专门的Claude Skill,为AI编码代理提供Swift并发编程的专家级知识,涵盖async/await、actor和结构化并发。
Swift Concurrency agent skill for Claude Code, Codex, and other AI tools.
要点
- Swift async/await语法及最佳实践的专家指导
- 全面覆盖actor、任务和任务组
- 安全并行执行的结构化并发模式
- 与Claude Code和Codex集成,提供实时辅助
- 持续更新以匹配最新的Swift演进提案
使用场景
- 在AI辅助开发中编写安全高效的并发Swift代码
- 调试和重构遗留的Swift并发代码
- 交互式学习现代Swift并发模式
- 自动化审查与并发相关的代码问题
README 摘要
<p align="center"> <img src="assets/logo.svg" alt="Swift Concurrency Pro - Agent Skill for Claude Code, Codex, and Gemini" height="100" /> </p> <h1 align="center">Swift Concurrency Agent Skill for AI Coding Assistants</h1> <p align="center"> <img src="https://img.shields.io/badge/iOS-26+-2980b9.svg" alt="Designed for iOS 26 and later." /> <img src="https://img.shields.io/badge/swift-6.2+-8e44ad.svg" alt="Designed for Swift 6.2 and later." /> <a href="https://twitter.com/twostraws"> <img src="https://img.shields.io/badge/Contact-@twostraws-95a5a6.svg?style=flat" alt="Twitter: @twostraws" /> </a> </p> An agent skill that helps AI coding assistants like Claude Code, Codex, Cursor, and Gemini write better Swift concurrency code. Covers `async`/`await`, actors, `Sendable`, task groups, `@concurrent`, structured concurrency, and more, targeting the mistakes LLMs actually make. Also available: - [SwiftUI Pro](https://github.com/twostraws/SwiftUI-Agent-Skill) - [SwiftData Pro](https://github.com/twostraws/SwiftData-Agent-Skill) - [Swift Testing Pro](https://github.com/twostraws/Swift-Testing-Agent-Skill) Find more agent skills for Swift and Apple platform development at [Swift Agent Skills](https://github.com/twostraws/Swift-Agent-Skills). ## Installing Swift Concurrency Pro ### Claude Code Add the Swift Concurrency Agent Skill marketplace, then install the plugin: ``` /plugin marketplace add twostraws/Swift-Concurrency-Agent-Skill /plugin install swift-concurrency-pro@swift-concurrency-agent-skill ``` ### Codex, Gemini, Cursor, and others ```bash npx skills add https://github.com/twostraws/swift-concurrency-agent-skill --skill swift-concurrency-pro ``` If you get the error `npx: command not found`, it means you don’t currently have Nod
话题
暂无话题