# johnrogers

> Open-source publisher. Listings imported from github.com/johnrogers — credited to the original author with their license.

- **Listings:** 17
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/johnrogers
- **Website:** https://github.com/johnrogers

## Published listings

- [Ios 26 Platform](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-ios-26-platform) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-ios-26-platform`
  Use when implementing iOS 26 features (Liquid Glass, new SwiftUI APIs, WebView, Chart3D), deploying iOS 26+ apps, or supporting backward compatibility with iOS 17/18.
- [Modern Swift](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-modern-swift) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-modern-swift`
  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.
- [Swift Networking](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-swift-networking) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-swift-networking`
  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.
- [Foundation Models](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-foundation-models) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-foundation-models`
  Use when implementing on-device AI with Apple's Foundation Models framework (iOS 26+), building summarization/extraction/classification features, or using @Generable for type-safe structured output.
- [Composable Architecture](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-composable-architecture) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-composable-architecture`
  Use when building features with TCA (The Composable Architecture), structuring reducers, managing state, handling effects, navigation, or testing TCA features. Covers @Reducer, Store, Effect, TestStore, reducer composition, and TCA patterns.
- [Swift Style](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-swift-style) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-swift-style`
  Swift code style conventions for clean, readable code. Use when writing Swift code to ensure consistent formatting, naming, organization, and idiomatic patterns.
- [Sqlite Data](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-sqlite-data) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-sqlite-data`
  Use when working with SQLiteData library (@Table, @FetchAll, @FetchOne macros) for SQLite persistence, queries, writes, migrations, or CloudKit private database sync.
- [Swift Diagnostics](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-swift-diagnostics) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-swift-diagnostics`
  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.
- [Storekit](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-storekit) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-storekit`
  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.
- [Generating Swift Package Docs](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-generating-swift-package-docs) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-generating-swift-package-docs`
  Use when encountering unfamiliar import statements, exploring dependency APIs, or when user asks "what's import X" or "what does X do". Generates on-demand API documentation for Swift package dependencies.
- [Ios Hig](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-ios-hig) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-ios-hig`
  Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.
- [Swift Testing](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-swift-testing) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-swift-testing`
  Use when writing tests with Swift Testing (@Test, #expect, #require), migrating from XCTest, implementing async tests, or parameterizing tests.
- [Grdb](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-grdb) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-grdb`
  Use when writing raw SQL with GRDB, complex joins across 4+ tables, window functions, ValueObservation for reactive queries, or dropping down from SQLiteData for performance. Direct SQLite access for iOS/macOS with type-safe queries and migrations.
- [Haptics](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-haptics) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-haptics`
  Use when adding haptic feedback for user confirmations (button presses, toggles, purchases), error notifications, or custom tactile patterns (Core Haptics). Covers UIFeedbackGenerator and CHHapticEngine patterns.
- [Swiftui Advanced](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-swiftui-advanced) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-swiftui-advanced`
  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.
- [Localization](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-localization) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-localization`
  Use when implementing internationalization (i18n), String Catalogs, pluralization, or right-to-left layout support. Covers modern localization workflows with Xcode String Catalogs and LocalizedStringKey patterns.
- [Swiftui Patterns](https://agentstack.voostack.com/l/skill-johnrogers-claude-swift-engineering-swiftui-patterns) — Skill · Free · security-reviewed — `agentstack add skill-johnrogers-claude-swift-engineering-swiftui-patterns`
  >-

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
