johnrogers

33 mods across 1 repository, 228 stars between them.

modern-swift

25

johnrogers/claude-swift-engineering

Skill Claude CodeCodex

Use when writing async/await code, enabling strict concurrency, fixing Sendable errors, migrating from completion handlers, managing shared state with actors, or using Task/TaskGroup for concurrency.

228 7mo ago A 41 tokens original MIT

sqlite-data

26

johnrogers/claude-swift-engineering

Skill Claude CodeCodex

Use when working with SQLiteData library (@Table, @FetchAll, @FetchOne macros) for SQLite persistence, queries, writes, migrations, or CloudKit private database sync.

228 7mo ago A 39 tokens original MIT

storekit

27

johnrogers/claude-swift-engineering

Skill Claude CodeCodex

Use when implementing in-app purchases, StoreKit 2 subscriptions, consumables, non-consumables, or transaction handling. Covers testing-first workflow with .storekit configuration, StoreManager architecture, and transaction verification.

228 7mo ago A 46 tokens original MIT

swift-diagnostics

28

johnrogers/claude-swift-engineering

Skill Claude CodeCodex

Use when debugging NavigationStack issues (not responding, unexpected pops, crashes), build failures (SPM resolution, "No such module", hanging builds), or memory problems (retain cycles, leaks, deinit not called). Systematic diagnostic workflows for iOS/macOS.

228 7mo ago A 58 tokens original MIT

swift-networking

29

johnrogers/claude-swift-engineering

Skill Claude CodeCodex

Use when implementing Network.framework connections (NWConnection, NetworkConnection), debugging connection failures, migrating from sockets/URLSession streams, or handling network transitions. Covers UDP/TCP patterns, structured concurrency networking (iOS 26+), and common anti-patterns.

228 7mo ago A 56 tokens original MIT

swift-style

30

johnrogers/claude-swift-engineering

Skill Claude CodeCodex

Swift code style conventions for clean, readable code. Use when writing Swift code to ensure consistent formatting, naming, organization, and idiomatic patterns.

228 7mo ago B 32 tokens original MIT

swiftui-advanced

32

johnrogers/claude-swift-engineering

Skill Claude CodeCodex

Use when implementing gesture composition (simultaneous, sequenced, exclusive), adaptive layouts (ViewThatFits, AnyLayout, size classes), or choosing architecture patterns (MVVM vs TCA vs vanilla, State-as-Bridge). Covers advanced SwiftUI patterns beyond basic views.

228 7mo ago A 60 tokens original MIT

swiftui-patterns

33

johnrogers/claude-swift-engineering

Skill Claude CodeCodex

Use when implementing iOS 17+ SwiftUI patterns: @Observable/@Bindable, MVVM architecture, NavigationStack, lazy loading, UIKit interop, accessibility (VoiceOver/Dynamic Type), async operations (.task/.refreshable), or migrating from ObservableObject/@StateObject.

228 7mo ago A 61 tokens original MIT