con un clic
everything-claude-code-mobile
everything-claude-code-mobile contiene 46 skills recopiladas de ahmed3elshaer, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Core Android development patterns for Kotlin, including coroutines, lifecycle management, and functional programming idioms.
Apple Combine framework for reactive programming. Publishers, subscribers, operators, and error handling.
Pattern extraction and skill generation for mobile development sessions. Automatically learns from your coding patterns.
Instinct-based learning system with confidence scoring for mobile patterns. Automatically extracts and evolves patterns.
Core Data for iOS persistence. Data models, fetch requests, background contexts, and SwiftData migration.
Kotlin Coroutines and Flow patterns for structured concurrency, error handling, and async operations.
Kotlin Multiplatform expect/actual patterns for platform-specific APIs. Learn to declare shared interfaces with platform implementations.
Gradle build configuration patterns for Android including Version Catalogs, convention plugins, build optimization, and multi-module setup.
iOS testing with XCTest. Unit tests, UI tests, mocks, and test patterns for Swift/SwiftUI.
Jetpack Compose patterns for declarative UI, state management, theming, animations, and performance optimization.
Dependency Injection for KMP. Koin multiplatform setup, platform modules, and manual DI patterns.
Navigation libraries for KMP. Voyager, Decompose, and platform-specific navigation (Compose Navigation, SwiftUI).
Ktor client for Kotlin Multiplatform. Shared networking layer with platform-specific engines (OkHttp for Android, Darwin for iOS).
Repository pattern for Kotlin Multiplatform. Shared interfaces with platform-specific implementations, clean data layer architecture.
Koin dependency injection patterns for Android with modules, scopes, and ViewModel injection.
Ktor client patterns for Android networking with content negotiation, error handling, and interceptors.
Checkpoint workflow for mobile development safety. Save/restore Android project state at critical points.
Context compaction strategies for large Android codebases. Optimize token usage while preserving critical context.
V1 instinct-based pattern capture for mobile development. Captures patterns as code is written with immediate feedback.
V2 instinct-based observational learning. Analyzes sessions to extract reusable mobile development patterns across time.
Memory persistence for mobile development context across sessions. Maintains project structure, dependencies, architecture, and test state.
Android security patterns for secure storage, network security, input validation, and authentication.
Android testing patterns with JUnit5, Mockk, Turbine, and Compose testing for unit, integration, and UI tests.
Automated testing workflow with pass@k metrics for mobile development. Detects flaky tests and ensures code reliability.
Model-View-Intent architecture patterns for Android with unidirectional data flow, state management, and side effects.
Shared coroutines configuration for Kotlin Multiplatform. Platform dispatchers, Flow sharing, and common scope patterns.
Shared data models for Kotlin Multiplatform using kotlinx.serialization. Cross-platform domain models with validation and serialization.
Core Swift language patterns, optionals, closures, protocols, generics, and modern Swift features.
SwiftUI UI patterns, state management, navigation, animations, and performance optimization.
Mobile accessibility patterns for Android and iOS - content descriptions, touch targets, screen reader support, WCAG compliance, dynamic type, and color contrast.
Analytics integration patterns - event tracking, screen tracking, user properties, Firebase Analytics, custom analytics providers, and privacy compliance.
App lifecycle patterns - process death handling, SavedStateHandle, ViewModel restoration, lifecycle-aware components, and background task management.
CI/CD patterns for mobile - GitHub Actions workflows for Android/iOS, Fastlane integration, code signing, artifact publishing, and automated release.
Deep linking patterns for mobile - Android App Links, iOS Universal Links, intent filters, URI handling, deferred deep links, and navigation integration.
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.
Feature flag patterns - LaunchDarkly, Firebase Remote Config, local feature flags, A/B testing, gradual rollouts, and KMP shared flag evaluation.
Image loading patterns for mobile - Coil for Android/Compose, async image loading for iOS, caching strategies, transformations, placeholders, and error handling.
Localization patterns for mobile - string resources, plurals, RTL support, Compose localization, KMP shared strings, and locale management.
Jetpack Compose Navigation patterns - type-safe routes, NavHost setup, argument passing, deep links, nested navigation graphs, and bottom navigation.
Offline-first architecture patterns - NetworkBoundResource, sync strategies, conflict resolution, cache invalidation, and connectivity monitoring.