Claude Skill
twostraws/Swift-Concurrency-Agent-Skill
Enhance Claude Code and Codex with expert Swift concurrency knowledge. Master async/await, actors, and structured concurrency in AI-assisted development.
Overview
Repository
Install this Skill
npx skills add https://github.com/twostraws/swift-concurrency-agent-skill --skill swift-concurrency-proRegistry
Summary
A specialized Claude Skill that equips AI coding agents with expert-level knowledge of Swift concurrency, including async/await, actors, and structured concurrency.
用于Claude Code、Codex及其他AI工具的Swift并发代理技能(Claude Skill)。
Key features
- Expert guidance on Swift async/await syntax and best practices
- Comprehensive coverage of actors, tasks, and task groups
- Structured concurrency patterns for safe parallel execution
- Integration with Claude Code and Codex for real-time assistance
- Continuously updated to align with latest Swift evolution proposals
Use cases
- Writing safe and efficient concurrent Swift code in AI-assisted development
- Debugging and refactoring legacy Swift concurrency code
- Learning modern Swift concurrency patterns interactively
- Automating code reviews for concurrency-related issues
README excerpt
<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
Topics
No topics yet.