Skill

Swift Concurrency Agent Skill

A knowledge skill that gives AI agents deep understanding of Swift concurrency — async/await, actors, and Sendable conformance.

iOS/Swift 1.1k stars Updated yesterday
View on GitHub

When to Use

You're hitting cryptic Swift 6 concurrency errors and the agent needs real context to fix them properly.

Use Cases

  1. Using the Swift Concurrency skill, fix these Sendable errors without just slapping @Sendable on everything
  2. Migrate this callback-based networking layer to async/await with structured concurrency
  3. 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

Related Tools

Explore More