swift-concurrency-pro

swift concurrency pro

twostraws 495 ↓ 7.8k MIT updated 3mo ago
Claude Code
View source ↗

What it does

  • Target Swift 6.2 or later with strict concurrency checking.
  • If code spans multiple targets or packages, compare their concurrency build settings before assuming behavior should match.
  • Prefer structured concurrency (task groups) over unstructured (Task {}).
  • If an API offers both async/await and closure-based variants, always prefer async/await.
  • Do not introduce third-party concurrency frameworks without asking first.
  • references/hotspots.md - Grep targets for code review: known-dangerous patterns and what to check for each.
  • references/actors.md - Actor reentrancy, shared-state annotations, global actor inference, and isolation patterns.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

swift concurrency pro

Source

Repository: https://github.com/twostraws/swift-concurrency-agent-skill

swift-concurrency-pro FAQ

What does the swift-concurrency-pro skill do?

Reviews Swift code for concurrency correctness, modern API usage, and common async/await pitfalls. Use when reading, writing, or reviewing Swift concurrency code. Target Swift 6.2 or later with strict concurrency checking. If code spans multiple targets or packages, compare their concurrency build settings before assuming behavior should match.

How do I install swift-concurrency-pro?

Run: npx -y skills add https://github.com/twostraws/swift-concurrency-agent-skill --skill swift-concurrency-pro --agent claude-code — the source lives at github.com/twostraws/swift-concurrency-agent-skill.

Maintain swift-concurrency-pro?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

swift-concurrency-pro on getagentictools
[![swift-concurrency-pro on getagentictools](https://getagentictools.com/badge/skills/twostraws-swift-concurrency-agent-skill-swift-concurrency-pro.svg)](https://getagentictools.com/skills/twostraws-swift-concurrency-agent-skill-swift-concurrency-pro?ref=badge)
npx agentictools info skills/twostraws-swift-concurrency-agent-skill-swift-concurrency-pro

The second line is the CLI lookup for this page — handy in READMEs and docs.