This skill helps you fix issues with Swift Concurrency. It shows how to change old callback code to use async/await. It also guides you through moving to Swift 6 safely. You will learn about actors, @MainActor, Sendable, and data races. The goal is to make your code safer and easier to understand.
Anyone working on iOS or macOS apps can benefit. It helps both beginners and experienced developers. You will get step by step advice for common problems. The skill checks your project settings first. It then suggests the smallest safe fix for each issue.
You will avoid common mistakes like using @MainActor everywhere. The skill prefers structured concurrency over random tasks. It also warns about unsafe escape hatches. Use this skill to write better concurrent code.
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