swift-concurrency
π―Skillfrom nonameplum/agent-skills
Provides expert guidance on Swift Concurrency, helping developers implement safe async/await patterns, resolve thread safety issues, and optimize concurrent code architecture.
Part of
nonameplum/agent-skills(15 items)
Installation
git clone https://github.com/nonameplum/agent-skills ~/.claude/skills/python swift_docc_to_skill.py <input_docc_dir> <output_dir> [options]python swift_docc_to_skill.py TSPL.docc ./programming-swift --skill-name "programming-swift"python swift_docc_to_skill.py Documentation.docc ./my-library --skill-name "my-library"Skill Details
'Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures to async/await, (6) @MainActor, Sendable, or actor isolation, (7) concurrent code architecture or performance optimization, (8) concurrency-related linter warnings (SwiftLint or similar; e.g. async_without_await, Sendable/actor isolation/MainActor lint).'
More from this repository10
Enables predictable and testable state management for Swift applications using a composable, modular architecture approach.
swift-dependencies skill from nonameplum/agent-skills
swift-navigation skill from nonameplum/agent-skills
swift-case-paths skill from nonameplum/agent-skills
swift-package-manager skill from nonameplum/agent-skills
swift-sharing skill from nonameplum/agent-skills
swift-docc skill from nonameplum/agent-skills
programming-swift skill from nonameplum/agent-skills
swift-observation skill from nonameplum/agent-skills
corebluetooth skill from nonameplum/agent-skills