
Claude Skills by ahmed3elshaer
github.com/ahmed3elshaerCore 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.
Instinct-based learning system with confidence scoring for mobile patterns. Automatically extracts and evolves patterns.
Pattern extraction and skill generation for mobile development sessions. Automatically learns from your coding 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.