Skill
Swift Concurrency Agent Skill
A knowledge skill that gives AI agents deep understanding of Swift concurrency — async/await, actors, and Sendable conformance.
When to Use
You're hitting cryptic Swift 6 concurrency errors and the agent needs real context to fix them properly.
Use Cases
- Using the Swift Concurrency skill, fix these Sendable errors without just slapping @Sendable on everything
- Migrate this callback-based networking layer to async/await with structured concurrency
- Explain why this actor isolation error is happening and fix it properly
Installation
skills.sh
npx skills add https://github.com/avdlee/swift-concurrency-agent-skill --skill swift-concurrency
Claude Code
/plugin marketplace add AvdLee/Swift-Concurrency-Agent-Skill