Agent skill · Code Review & Quality

swift-development

Swift language patterns and best practices including concurrency, performance, and modern idioms. Use for Swift language-level code review or architecture guidance.

rshankrasgithub.com/rshankrasGitHub ↗
claude-coderead-onlyMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill swift --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 14
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: ReadGlobGrep
Path: skills/swift/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Swift Development Swift language-level guidance that applies across all Apple platforms. ## When This Skill Activates Use this skill when the user: - Asks about Swift concurrency (async/await, actors, Sendable, TaskGroup) - Needs help with Swift 6 strict concurrency migration - Has data race or actor isolation errors - Asks about **InlineArray**, **Span**, or low-level memory performance - Wants to eliminate heap allocations or replace unsafe pointers - Asks about modern Swift patterns independent of any specific platform - Wants complexity/size limits (SwiftLint thresholds) on agent-written code ## Available Modules ### concurrency-patterns/ Swift concurrency architecture and patterns. - Swift 6.2 approachable concurrency features (incl. `nonisolated(nonsending)`, Apple's adoption doctrine) - Structured concurrency (async let, TaskGroup, .task modifier, task-local values) - Actors, isolation, reentrancy, @MainActor, Sendable - Runtime internals + profiling (cooperative pool, unsafe primitives, Swift Concurrency Instrument) - Continuations for bridging legacy APIs - Swift 6 strict concurrency migration guide ### concurrency/ Swift 6.2 concurrency **updates** reference — the what-

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Available Modules
  3. concurrency-patterns/
  4. concurrency/
  5. code-size/
  6. memory/
  7. How to Use
Ships with 13 files
  • code-size/SKILL.md
  • code-size/rules/swiftlint.yml
  • concurrency-patterns/SKILL.md
  • concurrency-patterns/actors-and-isolation.md
  • concurrency-patterns/concurrency-internals.md
  • concurrency-patterns/continuations-bridging.md
  • concurrency-patterns/migration-guide.md
  • concurrency-patterns/structured-concurrency.md
  • concurrency-patterns/swift62-concurrency.md
  • concurrency/SKILL.md
  • concurrency/rules/swiftlint.yml
  • memory/SKILL.md
  • memory/swift-performance.md
More from claude-code-apple-skills
All skills →
About this skill
What does the swift-development skill do?

Swift language patterns and best practices including concurrency, performance, and modern idioms. Use for Swift language-level code review or architecture guidance.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill swift --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going