almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on migrating Combine publishers to Swift structured concurrency (async/await, AsyncSequence). Use when replacing Combine or adapting third-party APIs.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on migrating Combine publishers to Swift structured concurrency (async/await, AsyncSequence). Use when replacing Combine or adapting third-party APIs.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on incrementally migrating a UIKit app to SwiftUI — coexistence patterns, hosting controllers, shared navigation, and when NOT to migrate. Use when planning a migration.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on optimizing iOS cold and warm launch — pre-main phases, DYLD, image loading, launch screens, and measurement with App Launch Instrument and MetricKit. Use when launch time is a concern.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on auditing iOS runtime performance using Instruments (Time Profiler, Hangs, Allocations), SwiftUI view rebuild analysis, and common fix patterns. Use when the app feels slow or drops frames.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on iOS unit and snapshot testing with XCTest, the new Swift Testing framework, and swift-snapshot-testing. Use when writing or auditing tests.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on XCUITest — accessibility identifiers, robust element queries, screenshot flows, test plans, and CI stability. Use when writing end-to-end UI tests.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on iOS accessibility — VoiceOver, accessibility labels/values/traits, Dynamic Type, reduce motion, contrast, and testing. Use whenever UI is being built or reviewed.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on SwiftUI animations — implicit, explicit, matchedGeometryEffect, TimelineView, spring physics, and performance considerations. Use whenever motion is involved.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on iOS localization — String Catalogs (.xcstrings), ICU plurals and genders, right-to-left layout, and dynamic locale switching. Use when adding or auditing translated content.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on iOS navigation using NavigationStack, value-based routing, programmatic navigation, deep links, and universal links. Use for any question about how screens are pushed, presented, or linked.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on composing SwiftUI views — layout system, view composition, performance, previews, and when to reach for ViewBuilder/ViewModifier. Use for any SwiftUI view-construction question.
almasumdev/awesome-ios-agent-skills
Skill Claude CodeCodex
Expert guidance on bridging UIKit into SwiftUI with UIViewRepresentable and UIViewControllerRepresentable, and bridging delegates/Combine into SwiftUI bindings. Use whenever a SwiftUI app must host UIKit.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on structuring a React Native 0.75+ app with a feature-sliced layout, New Architecture (Fabric + TurboModules) enabled, and strict TypeScript. Use this when asked about project structure, folder layout, or module boundaries.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on building an offline-first data layer in React Native with MMKV, WatermelonDB, or SQLite behind a repository abstraction. Use when asked about persistence, caching, or offline support.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on choosing and using Zustand, Redux Toolkit, or Jotai for client state and TanStack Query for server state in React Native 0.75+. Use when asked about state management, stores, or server caching.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on CI/CD for React Native with EAS Build, GitHub Actions, Fastlane, and EAS Update / CodePush for OTA delivery. Use when asked about builds, store submission, or OTA updates.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on Android product flavors and iOS schemes for multi-environment React Native builds, with a runtime env selector. Use when asked about flavors, schemes, dev/staging/prod, or configuration.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on Promises, async/await, cancellation with AbortController, timeouts, and retries in React Native / TypeScript. Use when asked about async code, cancellation, timeouts, or retries.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on TanStack Query v5 in React Native -- queries, mutations, optimistic updates, polling, retries, and offline behavior. Use when asked about data fetching, caching, or server state.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on offline-first sync in React Native -- queueing mutations, conflict handling, and background sync. Use when asked about offline write, sync, queues, or conflicts.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Guidance on migrating legacy React Native class components to function components with hooks. Use when asked to modernize, refactor, or remove class components.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Guidance on migrating React Native apps from the Old Architecture (Paper + Bridge) to the New Architecture (Fabric + TurboModules) with Codegen and the interop layer. Use when asked about New Architecture migration, Fabric, TurboModules, bridgeless mode, or codegen.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on shrinking React Native bundle size with Hermes bytecode, Metro config, tree shaking, and inline requires. Use when asked about bundle size, startup, or Metro configuration.
almasumdev/awesome-react-native-agent-skills
Skill Claude CodeCodex
Expert guidance on auditing React Native performance, including Hermes sampling profiler, re-render detection, and list performance. Use when asked about slow screens, jank, dropped frames, or excessive re-renders.