Swift concurrency helps you write safe and fast code that runs at the same time. This skill shows you how to fix common errors like Sendable problems and actor isolation warnings. You will learn to use new features like approachable concurrency and default MainActor isolation.
Whether you work on an iPhone app or a server app, you can make your code data-race-safe. The skill gives you a step-by-step way to solve errors. It also explains the latest Swift 6.2 changes that make concurrent code easier to write.
You will find many examples and a checklist to review your code. This helps you avoid common mistakes and keep your app stable. The skill is great for any Swift developer who wants to use modern concurrency patterns.
Global
mkdir -p ~/.claude/skills/swift-concurrencyProject
mkdir -p .claude/skills/swift-concurrencySource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values