Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

everything-claude-code-mobile

يحتوي everything-claude-code-mobile على 46 من skills المجمعة من ahmed3elshaer، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
46
Stars
59
محدث
2026-06-14
Forks
17
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

android-patterns
مطوّرو البرمجيات

Core Android development patterns for Kotlin, including coroutines, lifecycle management, and functional programming idioms.

2026-06-14
combine-framework
مطوّرو البرمجيات

Apple Combine framework for reactive programming. Publishers, subscribers, operators, and error handling.

2026-06-14
continuous-learning
المهن الحاسوبية الأخرى

Pattern extraction and skill generation for mobile development sessions. Automatically learns from your coding patterns.

2026-06-14
continuous-learning-v2
المهن الحاسوبية الأخرى

Instinct-based learning system with confidence scoring for mobile patterns. Automatically extracts and evolves patterns.

2026-06-14
core-data
مطوّرو البرمجيات

Core Data for iOS persistence. Data models, fetch requests, background contexts, and SwiftData migration.

2026-06-14
coroutines-patterns
مطوّرو البرمجيات

Kotlin Coroutines and Flow patterns for structured concurrency, error handling, and async operations.

2026-06-14
expect-actual
مطوّرو البرمجيات

Kotlin Multiplatform expect/actual patterns for platform-specific APIs. Learn to declare shared interfaces with platform implementations.

2026-06-14
gradle-patterns
مطوّرو البرمجيات

Gradle build configuration patterns for Android including Version Catalogs, convention plugins, build optimization, and multi-module setup.

2026-06-14
ios-testing
محللو ضمان جودة البرمجيات والمختبرون

iOS testing with XCTest. Unit tests, UI tests, mocks, and test patterns for Swift/SwiftUI.

2026-06-14
jetpack-compose
مطوّرو الويب

Jetpack Compose patterns for declarative UI, state management, theming, animations, and performance optimization.

2026-06-14
kmp-di
مطوّرو البرمجيات

Dependency Injection for KMP. Koin multiplatform setup, platform modules, and manual DI patterns.

2026-06-14
kmp-navigation
مطوّرو البرمجيات

Navigation libraries for KMP. Voyager, Decompose, and platform-specific navigation (Compose Navigation, SwiftUI).

2026-06-14
kmp-networking
مطوّرو البرمجيات

Ktor client for Kotlin Multiplatform. Shared networking layer with platform-specific engines (OkHttp for Android, Darwin for iOS).

2026-06-14
kmp-repositories
مطوّرو البرمجيات

Repository pattern for Kotlin Multiplatform. Shared interfaces with platform-specific implementations, clean data layer architecture.

2026-06-14
koin-patterns
مطوّرو البرمجيات

Koin dependency injection patterns for Android with modules, scopes, and ViewModel injection.

2026-06-14
ktor-patterns
مطوّرو البرمجيات

Ktor client patterns for Android networking with content negotiation, error handling, and interceptors.

2026-06-14
mobile-checkpoint
مطوّرو البرمجيات

Checkpoint workflow for mobile development safety. Save/restore Android project state at critical points.

2026-06-14
mobile-compaction
مطوّرو البرمجيات

Context compaction strategies for large Android codebases. Optimize token usage while preserving critical context.

2026-06-14
mobile-instinct-v1
مطوّرو البرمجيات

V1 instinct-based pattern capture for mobile development. Captures patterns as code is written with immediate feedback.

2026-06-14
mobile-instinct-v2
مطوّرو البرمجيات

V2 instinct-based observational learning. Analyzes sessions to extract reusable mobile development patterns across time.

2026-06-14
mobile-memory
مطوّرو البرمجيات

Memory persistence for mobile development context across sessions. Maintains project structure, dependencies, architecture, and test state.

2026-06-14
mobile-security
مطوّرو البرمجيات

Android security patterns for secure storage, network security, input validation, and authentication.

2026-06-14
mobile-testing
محللو ضمان جودة البرمجيات والمختبرون

Android testing patterns with JUnit5, Mockk, Turbine, and Compose testing for unit, integration, and UI tests.

2026-06-14
mobile-verification
محللو ضمان جودة البرمجيات والمختبرون

Automated testing workflow with pass@k metrics for mobile development. Detects flaky tests and ensures code reliability.

2026-06-14
mvi-architecture
مطوّرو البرمجيات

Model-View-Intent architecture patterns for Android with unidirectional data flow, state management, and side effects.

2026-06-14
shared-coroutines
مطوّرو البرمجيات

Shared coroutines configuration for Kotlin Multiplatform. Platform dispatchers, Flow sharing, and common scope patterns.

2026-06-14
shared-models
مطوّرو البرمجيات

Shared data models for Kotlin Multiplatform using kotlinx.serialization. Cross-platform domain models with validation and serialization.

2026-06-14
swift-patterns
مطوّرو البرمجيات

Core Swift language patterns, optionals, closures, protocols, generics, and modern Swift features.

2026-06-14
swiftui-patterns
مطوّرو البرمجيات

SwiftUI UI patterns, state management, navigation, animations, and performance optimization.

2026-06-14
accessibility-patterns
مصممو واجهات الويب والرقمية

Mobile accessibility patterns for Android and iOS - content descriptions, touch targets, screen reader support, WCAG compliance, dynamic type, and color contrast.

2026-03-28
analytics-patterns
مطوّرو البرمجيات

Analytics integration patterns - event tracking, screen tracking, user properties, Firebase Analytics, custom analytics providers, and privacy compliance.

2026-03-28
app-lifecycle
مطوّرو البرمجيات

App lifecycle patterns - process death handling, SavedStateHandle, ViewModel restoration, lifecycle-aware components, and background task management.

2026-03-28
ci-cd-patterns
مطوّرو البرمجيات

CI/CD patterns for mobile - GitHub Actions workflows for Android/iOS, Fastlane integration, code signing, artifact publishing, and automated release.

2026-03-28
deep-linking
مطوّرو البرمجيات

Deep linking patterns for mobile - Android App Links, iOS Universal Links, intent filters, URI handling, deferred deep links, and navigation integration.

2026-03-28
feature-builder
مطوّرو البرمجيات

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.

2026-03-28
feature-flags
مطوّرو البرمجيات

Feature flag patterns - LaunchDarkly, Firebase Remote Config, local feature flags, A/B testing, gradual rollouts, and KMP shared flag evaluation.

2026-03-28
image-loading
مطوّرو البرمجيات

Image loading patterns for mobile - Coil for Android/Compose, async image loading for iOS, caching strategies, transformations, placeholders, and error handling.

2026-03-28
localization-patterns
مطوّرو البرمجيات

Localization patterns for mobile - string resources, plurals, RTL support, Compose localization, KMP shared strings, and locale management.

2026-03-28
navigation-compose
مطوّرو البرمجيات

Jetpack Compose Navigation patterns - type-safe routes, NavHost setup, argument passing, deep links, nested navigation graphs, and bottom navigation.

2026-03-28
offline-first
مطوّرو البرمجيات

Offline-first architecture patterns - NetworkBoundResource, sync strategies, conflict resolution, cache invalidation, and connectivity monitoring.

2026-03-28
عرض أهم 40 من أصل 46 skills مجمعة في هذا المستودع.
everything-claude-code-mobile Agent Skills على... | SkillsMP