Everything Claude Code Mobile

Everything Claude Code Mobile from ahmed3elshaer/everything-claude-code-mobile.

by @ahmed3elshaer 45 skills

Skills in this plugin

45
  1. Kmp Di · ahmed3elshaer
    Dependency Injection for KMP. Koin multiplatform setup, platform modules, and manual DI patterns.
    2 installs
  2. Core Data · ahmed3elshaer
    Core Data for iOS persistence. Data models, fetch requests, background contexts, and SwiftData migration.
    2 installs
  3. IOS Testing · ahmed3elshaer
    iOS testing with XCTest. Unit tests, UI tests, mocks, and test patterns for Swift/SwiftUI.
    2 installs
  4. Deep Linking · ahmed3elshaer
    Deep linking patterns for mobile - Android App Links, iOS Universal Links, intent filters, URI handling, deferred deep links, and navigation integration.
    2 installs
  5. Liquid Glass · ahmed3elshaer
    Apple Liquid Glass design patterns for SwiftUI iOS 26 - glass effects, morphing, containers, interactive glass, tinting, accessibility, and cross-platform glass design.
    2 installs
  6. App Lifecycle · ahmed3elshaer
    App lifecycle patterns - process death handling, SavedStateHandle, ViewModel restoration, lifecycle-aware components, and background task management.
    2 installs
  7. Expect Actual · ahmed3elshaer
    Kotlin Multiplatform expect/actual patterns for platform-specific APIs. Learn to declare shared interfaces with platform implementations.
    2 installs
  8. Feature Flags · ahmed3elshaer
    Feature flag patterns - LaunchDarkly, Firebase Remote Config, local feature flags, A/B testing, gradual rollouts, and KMP shared flag evaluation.
    2 installs
  9. Image Loading · ahmed3elshaer
    Image loading patterns for mobile - Coil for Android/Compose, async image loading for iOS, caching strategies, transformations, placeholders, and error handling.
    2 installs
  10. Koin Patterns · ahmed3elshaer
    Koin dependency injection patterns for Android with modules, scopes, and ViewModel injection.
    2 installs
  11. Ktor Patterns · ahmed3elshaer
    Ktor client patterns for Android networking with content negotiation, error handling, and interceptors.
    2 installs
  12. M3 Expressive · ahmed3elshaer
    Material 3 Expressive design patterns for Jetpack Compose - expressive theming, motion physics, shape morphing, typography emphasis, color emphasis, and all 28 expressive components.
    2 installs
  13. Mobile Memory · ahmed3elshaer
    Memory persistence for mobile development context across sessions. Maintains project structure, dependencies, architecture, and test state.
    2 installs
  14. Offline First · ahmed3elshaer
    Offline-first architecture patterns - NetworkBoundResource, sync strategies, conflict resolution, cache invalidation, and connectivity monitoring.
    2 installs
  15. Room Patterns · ahmed3elshaer
    Room database patterns for Android - entity definitions, DAO interfaces, Database class, migrations, TypeConverters, and Flow integration.
    2 installs
  16. Shared Models · ahmed3elshaer
    Shared data models for Kotlin Multiplatform using kotlinx.serialization. Cross-platform domain models with validation and serialization.
    2 installs
  17. CI CD Patterns · ahmed3elshaer
    CI/CD patterns for mobile - GitHub Actions workflows for Android/iOS, Fastlane integration, code signing, artifact publishing, and automated release.
    2 installs
  18. Kmp Navigation · ahmed3elshaer
    Navigation libraries for KMP. Voyager, Decompose, and platform-specific navigation (Compose Navigation, SwiftUI).
    2 installs
  19. Kmp Networking · ahmed3elshaer
    Ktor client for Kotlin Multiplatform. Shared networking layer with platform-specific engines (OkHttp for Android, Darwin for iOS).
    2 installs
  20. Mobile Testing · ahmed3elshaer
    Android testing patterns with JUnit5, Mockk, Turbine, and Compose testing for unit, integration, and UI tests.
    2 installs
  21. Swift Patterns · ahmed3elshaer
    Core Swift language patterns, optionals, closures, protocols, generics, and modern Swift features.
    2 installs
  22. Feature Builder · ahmed3elshaer
    End-to-end mobile feature builder. Takes a feature from description to fully running code with E2E tests through six phases - planning, architecture review, implementation, testing, build-fix, quality gate, and verification. Supports Android, iOS, and KMP with platform auto-detection.
    2 installs
  23. Gradle Patterns · ahmed3elshaer
    Gradle build configuration patterns for Android including Version Catalogs, convention plugins, build optimization, and multi-module setup.
    2 installs
  24. Jetpack Compose · ahmed3elshaer
    Jetpack Compose patterns for declarative UI, state management, theming, animations, and performance optimization.
    2 installs
  25. Android Patterns · ahmed3elshaer
    Core Android development patterns for Kotlin, including coroutines, lifecycle management, and functional programming idioms.
    2 installs
  26. Kmp Repositories · ahmed3elshaer
    Repository pattern for Kotlin Multiplatform. Shared interfaces with platform-specific implementations, clean data layer architecture.
    2 installs
  27. Mvi Architecture · ahmed3elshaer
    Model-View-Intent architecture patterns for Android with unidirectional data flow, state management, and side effects.
    2 installs
  28. Swiftui Patterns · ahmed3elshaer
    SwiftUI UI patterns, state management, navigation, animations, and performance optimization.
    2 installs
  29. Combine Framework · ahmed3elshaer
    Apple Combine framework for reactive programming. Publishers, subscribers, operators, and error handling.
    2 installs
  30. Mobile Checkpoint · ahmed3elshaer
    Checkpoint workflow for mobile development safety. Save/restore Android project state at critical points.
    2 installs
  31. Mobile Compaction · ahmed3elshaer
    Context compaction strategies for large Android codebases. Optimize token usage while preserving critical context.
    2 installs
  32. Shared Coroutines · ahmed3elshaer
    Shared coroutines configuration for Kotlin Multiplatform. Platform dispatchers, Flow sharing, and common scope patterns.
    2 installs
  33. Analytics Patterns · ahmed3elshaer
    Analytics integration patterns - event tracking, screen tracking, user properties, Firebase Analytics, custom analytics providers, and privacy compliance.
    2 installs
  34. Mobile Instinct V1 · ahmed3elshaer
    V1 instinct-based pattern capture for mobile development. Captures patterns as code is written with immediate feedback.
    2 installs
  35. Mobile Instinct V2 · ahmed3elshaer
    V2 instinct-based observational learning. Analyzes sessions to extract reusable mobile development patterns across time.
    2 installs
  36. Navigation Compose · ahmed3elshaer
    Jetpack Compose Navigation patterns - type-safe routes, NavHost setup, argument passing, deep links, nested navigation graphs, and bottom navigation.
    2 installs
  37. Push Notifications · ahmed3elshaer
    Push notification patterns - FCM setup for Android, APNs for iOS, notification channels, payload handling, foreground/background behavior, and rich notifications.
    2 installs
  38. Continuous Learning · ahmed3elshaer
    Pattern extraction and skill generation for mobile development sessions. Automatically learns from your coding patterns.
    2 installs
  39. Coroutines Patterns · ahmed3elshaer
    Kotlin Coroutines and Flow patterns for structured concurrency, error handling, and async operations.
    2 installs
  40. Mobile Verification · ahmed3elshaer
    Automated testing workflow with pass@k metrics for mobile development. Detects flaky tests and ensures code reliability.
    2 installs
  41. Pagination Patterns · ahmed3elshaer
    Pagination patterns for mobile - Paging 3 for Android (PagingSource, RemoteMediator, LazyPagingItems), cursor-based and offset-based strategies.
    2 installs
  42. Sqldelight Patterns · ahmed3elshaer
    SQLDelight patterns for Kotlin Multiplatform - .sq file definitions, platform drivers, type adapters, migrations, and shared database access.
    2 installs
  43. Localization Patterns · ahmed3elshaer
    Localization patterns for mobile - string resources, plurals, RTL support, Compose localization, KMP shared strings, and locale management.
    2 installs
  44. Accessibility Patterns · ahmed3elshaer
    Mobile accessibility patterns for Android and iOS - content descriptions, touch targets, screen reader support, WCAG compliance, dynamic type, and color contrast.
    2 installs
  45. Continuous Learning V2 · ahmed3elshaer
    Instinct-based learning system with confidence scoring for mobile patterns. Automatically extracts and evolves patterns.
    2 installs