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

almasumdev

عرض على مستوى المستودعات لـ 306 skills مجمعة عبر 15 مستودعات GitHub.

skills مجمعة
306
مستودعات
15
محدث
2026-04-19
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
awesome-mobile-design-system-agent-skills
22 skills · 2026-04-19
مطوّرو البرمجياتمصممو واجهات الويب والرقميةالمصممون الجرافيكيونمحللو ضمان جودة البرمجيات والمختبرون
4 فئات مهنية · 100% مصنفة
7.2%الحصة
#02
awesome-mobile-backend-agent-skills
21 skills · 2026-04-19
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
6.9%الحصة
#03
awesome-mobile-performance-agent-skills
21 skills · 2026-04-19
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
6.9%الحصة
#04
awesome-kotlin-multiplatform-agent-skills
21 skills · 2026-04-19
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
6.9%الحصة
#05
awesome-java-android-agent-skills
21 skills · 2026-04-19
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
6.9%الحصة
#06
awesome-mobile-security-agent-skills
20 skills · 2026-04-19
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
6.5%الحصة
#07
awesome-mobile-observability-agent-skills
20 skills · 2026-04-19
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
6.5%الحصة
#08
awesome-mobile-accessibility-agent-skills
20 skills · 2026-04-19
مصممو واجهات الويب والرقميةمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
6.5%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

adaptive-icons
المصممون الجرافيكيون

Android adaptive icons and iOS app icon light/dark/tinted modes. Use this when creating or revising app launcher icons.

2026-04-19
icon-system
مطوّرو البرمجيات

Cross-platform icon pipeline — SVG source, Android VectorDrawable, SF Symbols, Flutter/RN delivery, sizing, and parity. Use this when adding or refactoring the icon set.

2026-04-19
illustration-system
مطوّرو البرمجيات

Scalable, theme-aware illustrations for mobile — pipeline, tokenization, and platform delivery. Use this when authoring or shipping illustrations.

2026-04-19
component-library-architecture
مطوّرو البرمجيات

Structuring a cross-platform component library into primitives, patterns, and compositions with predictable folder layout and public API. Use this when starting or reorganizing a component library.

2026-04-19
composability-patterns
مطوّرو البرمجيات

Slots, compound components, and headless primitives for flexible mobile component APIs. Use this when a component needs to serve many callers without becoming a grab-bag of props.

2026-04-19
variant-modeling
مطوّرو البرمجيات

Modeling component variants as a closed matrix of size × intent × state, with explicit enums and slot APIs. Use this when designing or refactoring a component's public API.

2026-04-19
design-system-docs
مطوّرو البرمجيات

Docs-as-code for design systems — Zeroheight, Storybook, DocC/DokkaHtml/dartdoc, and API reference. Use this when establishing or revising the documentation site.

2026-04-19
style-dictionary-pipeline
مطوّرو البرمجيات

Building a Style Dictionary v4+ pipeline with platform transforms and CI publishing. Use this when setting up or evolving the token build.

2026-04-19
عرض أهم 8 من أصل 22 skills مجمعة في هذا المستودع.
bff-pattern
مطوّرو البرمجيات

When and how to use a Backend-for-Frontend (BFF) for mobile -- scoping, ownership, and anti-patterns. Use when deciding whether a BFF is justified or designing one.

2026-04-19
graphql-for-mobile
مطوّرو البرمجيات

GraphQL server design tuned for mobile -- persisted queries, batching, N+1 mitigation, and Apollo client integration. Use when building or reviewing a GraphQL API for mobile apps.

2026-04-19
mobile-api-design
مطوّرو البرمجيات

Design mobile-friendly HTTP APIs with predictable pagination, filtering, sorting, sparse/partial responses, and a consistent error envelope. Use when specifying new endpoints or reviewing existing ones for mobile use.

2026-04-19
rest-best-practices
مطوّرو البرمجيات

REST conventions tuned for mobile clients -- resources, HTTP caching, idempotency, and versioning. Use when designing or reviewing RESTful endpoints.

2026-04-19
mobile-auth-backend
مطوّرو البرمجيات

Server-side OAuth 2.1 + PKCE for native mobile apps -- authorization endpoint, token endpoint, refresh rotation, and device binding. Use when implementing or reviewing the auth server for mobile clients.

2026-04-19
session-management
مطوّرو البرمجيات

Model multi-device sessions on the backend with sliding vs absolute expiry, device listing, and remote logout. Use when building the session model or a "Your devices" screen.

2026-04-19
token-strategy
مطوّرو البرمجيات

Choose between access+refresh tokens and opaque server sessions for mobile; design revocation and device binding. Use when deciding the token model for a new mobile backend or hardening an existing one.

2026-04-19
mobile-backend-infra
مطوّرو البرمجيات

Baseline infrastructure for a mobile backend -- edge caching, feature flags, and multi-region strategy. Use when planning or auditing the deployment shape of a mobile backend.

2026-04-19
عرض أهم 8 من أصل 21 skills مجمعة في هذا المستودع.
background-work-optimization
مطوّرو البرمجيات

Schedule, batch, and constrain background work with WorkManager, BGTaskScheduler, and push-over-poll patterns to minimize battery and data cost.

2026-04-19
battery-profiling
مطوّرو البرمجيات

Attribute battery drain to CPU, radio, GPS, display, and background work using Android Battery Historian and Xcode Energy Log / Instruments Energy gauge.

2026-04-19
binary-size-reduction
مطوّرو البرمجيات

Shrink APK/AAB and IPA size with R8/ProGuard, dead-code elimination, asset hygiene, and Android App Bundle / App Thinning best practices.

2026-04-19
build-time-optimization
مطوّرو البرمجيات

Cut local and CI build times on Android (Gradle config cache, build cache, KSP over KAPT) and iOS (Xcode build cache, ccache, modules). Use when clean builds exceed ten minutes.

2026-04-19
bitmap-and-image-optimization
مطوّرو البرمجيات

Downsample, cache, and choose the right image format (AVIF, HEIC, WebP) to cut memory, network, and decode time on iOS and Android.

2026-04-19
leak-detection
مطوّرو البرمجيات

Find and fix common memory leaks caused by listeners, closures, singletons, and lifecycle mismatches on iOS, Android, Flutter, and React Native.

2026-04-19
memory-profiling
مطوّرو البرمجيات

Capture and analyze heap dumps on Android (Android Studio Profiler, LeakCanary) and iOS (Instruments Allocations/Leaks). Use when memory-related crashes or growth are suspected.

2026-04-19
image-delivery
مطوّرو البرمجيات

Deliver responsive images via CDN with AVIF/WebP, placeholders, and progressive loading on iOS, Android, Flutter, and React Native.

2026-04-19
عرض أهم 8 من أصل 21 skills مجمعة في هذا المستودع.
kmp-expect-actual
مطوّرو البرمجيات

Idiomatic use of `expect`/`actual` declarations in Kotlin Multiplatform, when to prefer interfaces + DI instead, and how to design platform abstractions that age well. Use when you need platform-specific behavior in `commonMain`.

2026-04-19
kmp-project-structure
مطوّرو البرمجيات

Canonical Kotlin Multiplatform project layout — source set hierarchy (commonMain, androidMain, iosMain, jvmMain, jsMain, wasmJsMain), module graph, and Gradle composite build patterns. Use this when bootstrapping a new KMP repo or restructuring an existing one.

2026-04-19
kmp-shared-modules
مطوّرو البرمجيات

How to split a Kotlin Multiplatform codebase into shared modules (domain, data, ui-shared, feature-*), keep DI boundaries clean across targets, and avoid "one giant shared module" pitfalls. Use when the `shared/` module starts ballooning.

2026-04-19
kmp-ci-cd
مطوّرو البرمجيات

GitHub Actions CI/CD for Kotlin Multiplatform — matrix builds (ubuntu for JVM/Android/JS, macOS for iOS), caching, Maven Central / SPM / CocoaPods publishing. Use when wiring CI or a release pipeline.

2026-04-19
kmp-gradle
مطوّرو البرمجيات

Gradle Kotlin DSL patterns for KMP — version catalogs, hierarchical source sets, convention plugins, assembling XCFrameworks and fat frameworks. Use when wiring or refactoring a KMP build.

2026-04-19
kmp-offline-sync
مطوّرو البرمجيات

Building an offline-first repository in KMP with Ktor + SQLDelight, including conflict resolution, background sync, and NetworkBoundResource-style flow. Use when designing features that must work without a connection.

2026-04-19
kotlinx-serialization-kmp
مطوّرو البرمجيات

Using `kotlinx.serialization` in a KMP codebase — JSON config, polymorphism, sealed hierarchies, custom serializers, and CBOR/ProtoBuf. Use when defining DTOs or wire formats.

2026-04-19
ktor-client-kmp
مطوّرو البرمجيات

Setting up the Ktor HTTP client in `commonMain` with per-platform engines, auth, interceptors, retries, and logging. Use when implementing networking for a KMP app.

2026-04-19
عرض أهم 8 من أصل 21 skills مجمعة في هذا المستودع.
java-android-architecture
مطوّرو البرمجيات

Expert guidance on structuring a Java-based Android application using Clean Architecture, feature modularization, and dependency injection with Hilt. Use this when asked about project structure, module layout, or DI in a Java codebase.

2026-04-19
java-data-layer
مطوّرو البرمجيات

Expert guidance on building an offline-first data layer in Java using Room, Retrofit, and the Repository pattern. Use this when designing repositories, DAOs, DTO-to-entity mapping, or cache strategies.

2026-04-19
java-mvvm
مطوّرو البرمجيات

Expert guidance on implementing MVVM in Java using Jetpack ViewModel and LiveData with unidirectional data flow. Use this when building screens, wiring Fragments/Activities to state holders, or reviewing MVVM code in Java.

2026-04-19
gradle-groovy
مطوّرو البرمجيات

Expert guidance on writing and maintaining Android Gradle build files in Groovy DSL for a Java project — product flavors, signing configs, build types, and dependency management. Use this when configuring build.gradle for new modules or flavors.

2026-04-19
java-android-ci
مطوّرو البرمجيات

Expert guidance on setting up GitHub Actions CI for a Java Android project — JDK 17, Gradle caching, lint, unit + instrumented tests, signing, and Play Publisher. Use this when creating or tuning CI pipelines for a Java-based Android app.

2026-04-19
java-executors
مطوّرو البرمجيات

Expert guidance on using java.util.concurrent (ExecutorService, ThreadPoolExecutor, Futures, ListenableFuture) on Android from Java. Use this when designing background work, custom thread pools, or cancellation-aware pipelines.

2026-04-19
retrofit-java
مطوّرو البرمجيات

Expert guidance on Retrofit 2 + OkHttp 4 from Java — services, converters, interceptors, call adapters, timeouts, and error body parsing. Use this when building or reviewing the networking layer in a Java Android app.

2026-04-19
rxjava3
مطوّرو البرمجيات

Expert guidance on RxJava 3 for Android — Observable, Single, Flowable, schedulers, disposables, and error handling. Use this when building reactive pipelines or maintaining existing RxJava code in Java.

2026-04-19
عرض أهم 8 من أصل 21 skills مجمعة في هذا المستودع.
biometric-auth
مطوّرو البرمجيات

Biometric authentication on mobile using BiometricPrompt and LAContext, with keys cryptographically gated by user biometry. Use when adding unlock, re-auth, or step-up auth flows.

2026-04-19
mfa-on-mobile
مطوّرو البرمجيات

Multi-factor authentication on mobile — TOTP, push-based MFA, and recovery UX. Use when adding or reviewing a second factor.

2026-04-19
oauth-mobile
مطوّرو البرمجيات

OAuth 2.1 + PKCE for native mobile apps. Covers redirect URIs, AppAuth libraries, and the flows that are safe vs deprecated. Use when implementing or reviewing user login.

2026-04-19
token-storage
مطوّرو البرمجيات

Handling access and refresh tokens on mobile — storage, rotation, revocation, and expiration. Use when wiring up the authenticated HTTP layer.

2026-04-19
anti-tampering
مطوّرو البرمجيات

Anti-tampering on mobile — signature checks, runtime application self-protection (RASP), and realistic return on investment. Use to decide which integrity controls are worth shipping.

2026-04-19
code-obfuscation
مطوّرو البرمجيات

Code obfuscation on mobile — R8 / ProGuard on Android, SwiftShield and its limitations on iOS, and realistic expectations. Use when hardening release builds.

2026-04-19
root-jailbreak-detection
مطوّرو البرمجيات

Detecting rooted Android and jailbroken iOS devices as a risk signal — not a silver bullet. Use when deciding which operations to allow on a compromised device.

2026-04-19
gdpr-mobile
مطوّرو البرمجيات

GDPR on mobile — lawful basis per processing purpose, Data Subject Access Requests (DSAR), and deletion workflows. Use when shipping in the EEA / UK or any GDPR-aligned jurisdiction.

2026-04-19
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
structured-logging
مطوّرو البرمجيات

Emit JSON-structured logs on mobile with correlation ids, consistent field names, and redaction. Use when setting up logging in Kotlin, Swift, Dart, or TypeScript mobile code.

2026-04-19
custom-metrics
مطوّرو البرمجيات

Emit counters, gauges, and histograms from mobile apps using OpenTelemetry metrics, with patterns for batching, labels, and avoiding cardinality explosions. Use when adding product or engineering metrics beyond the core RUM set.

2026-04-19
metric-alerts
مطوّرو البرمجيات

Design actionable metric alerts for mobile telemetry that deep-link to traces and sessions, avoid paging noise, and page only for symptoms users feel. Use when creating or cleaning up Datadog / Grafana / Sentry alerts.

2026-04-19
mobile-metrics
مطوّرو البرمجيات

Define and capture the core mobile RUM SLIs (startup time, jank, ANR, crash, network error rate, battery) with Firebase, Sentry, Datadog, or OTel. Use when setting up client-side performance metrics.

2026-04-19
apm-mobile
مطوّرو البرمجيات

Compare and configure mobile APM vendors (Firebase Performance, Sentry Performance, Datadog RUM Mobile, Embrace, New Relic Mobile) and pick the right one for the app. Use when selecting or migrating a performance-monitoring stack.

2026-04-19
ux-metrics
مطوّرو البرمجيات

Measure mobile UX quality with frozen frames, slow frames, ANRs, app hangs, and interaction-to-next-paint style metrics. Use when diagnosing jank, adopting JankStats / MetricKit, or reporting UX health.

2026-04-19
session-replay-mobile
مطوّرو البرمجيات

How mobile session replay works (view-hierarchy reconstruction, not screen recording), how to configure privacy masking, and the cost / privacy tradeoffs. Use when evaluating or enabling Sentry, Datadog, or LogRocket session replay on mobile.

2026-04-19
user-journeys-funnels
مطوّرو البرمجيات

Build funnel analytics and user-journey graphs on top of the mobile event taxonomy. Use when analyzing conversion, drop-off, or retention in Amplitude, Mixpanel, PostHog, or GA4.

2026-04-19
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
accessible-forms
مصممو واجهات الويب والرقمية

Labels, errors, grouping, and autofill for mobile forms. Use this when building any screen that collects user input — login, signup, checkout, profile editing.

2026-04-19
input-validation-a11y
مصممو واجهات الويب والرقمية

Announcing validation results, shaping error messages, and recovering focus. Use this when implementing client-side validation or async server-side errors in forms.

2026-04-19
a11y-principles
مصممو واجهات الويب والرقمية

POUR (Perceivable, Operable, Understandable, Robust) principles translated to mobile contexts. Use this when kicking off a new feature or doing an accessibility triage of an existing screen.

2026-04-19
wcag-2-2-for-mobile
مصممو واجهات الويب والرقمية

WCAG 2.2 success criteria translated to mobile platforms — gestures, inputs, orientation, focus, and target size. Use this when scoping accessibility acceptance criteria for a mobile feature.

2026-04-19
keyboard-and-hardware-input
مصممو واجهات الويب والرقمية

Keyboard, D-pad, and hardware-switch support on iOS (Full Keyboard Access), Android, Flutter, and React Native. Use this when building screens that must be usable without touch.

2026-04-19
switch-and-voice-control
مصممو واجهات الويب والرقمية

Supporting iOS Switch Control + Voice Control, Android Switch Access + Voice Access, and AssistiveTouch. Use this when building any interactive UI, especially custom gestures, drag-and-drop, or non-standard controls.

2026-04-19
touch-targets
مصممو واجهات الويب والرقمية

Minimum touch-target sizes, hit-slop, and spacing on iOS, Android, Flutter, and React Native. Use this when designing icon buttons, toolbars, list actions, or anything smaller than a full-width row.

2026-04-19
rtl-support
مصممو واجهات الويب والرقمية

Right-to-left (RTL) layout mirroring, bidirectional text, numerals, and accessibility implications on iOS, Android, Flutter, and React Native. Use this when supporting Arabic, Hebrew, Urdu, or Farsi locales.

2026-04-19
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
phased-release-ios
مطوّرو البرمجيات

Use Apple's phased release for automatic updates on iOS — behavior, pausing, resuming, and interaction with manual updates. Use this when shipping production iOS builds.

2026-04-19
staged-rollouts
مطوّرو البرمجيات

Use Play percentage rollouts and iOS phased release to limit blast radius. Use this when planning or operating a production release.

2026-04-19
android-signing
مطوّرو البرمجيات

Generate keystores, enrol in Play App Signing, and understand v1/v2/v3/v4 APK signature schemes. Use this when setting up Android release signing.

2026-04-19
code-signing-troubleshooting
مطوّرو البرمجيات

Diagnose and fix common Apple and Google code-signing errors. Use this when a release build fails to sign, upload, or install.

2026-04-19
ios-signing-provisioning
مطوّرو البرمجيات

Manage Apple certificates, provisioning profiles, automatic vs manual signing, and fastlane match. Use this when setting up iOS release signing.

2026-04-19
alternative-stores
مطوّرو البرمجيات

Publish Android apps to Amazon Appstore, Huawei AppGallery, Samsung Galaxy Store, and deal with HMS vs GMS. Use this when targeting non-Google Android markets.

2026-04-19
app-store-release
مطوّرو البرمجيات

Release to the App Store using App Store Connect, TestFlight, metadata, and screenshots. Use this when shipping an iOS build to Apple.

2026-04-19
play-store-release
مطوّرو البرمجيات

Release to Google Play using internal/closed/open tracks, AAB uploads, and the Data Safety form. Use this when shipping an Android build to the Play Console.

2026-04-19
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
performance-regression-testing
محللو ضمان جودة البرمجيات والمختبرون

Expert guidance on detecting mobile performance regressions — startup time, frame jank, scroll performance, binary size — with baselines and noise-aware thresholds. Use when setting up perf gates in CI or when a release is suspected of regressing.

2026-04-19
coverage-measurement
محللو ضمان جودة البرمجيات والمختبرون

Measure code coverage honestly across mobile stacks — JaCoCo (JVM), llvm-cov (iOS), lcov (Flutter), Jest (RN) — and report it to Codecov / Coveralls without chasing meaningless numbers. Use when setting up coverage or when asked to raise a coverage gate.

2026-04-19
testing-in-ci
مطوّرو البرمجيات

Expert guidance on running mobile test suites in CI — matrix design, caching, sharding, artifacts, required checks — without paying for slow, flaky runs. Use when configuring GitHub Actions, GitLab CI, Bitrise, or Codemagic for mobile testing.

2026-04-19
accessibility-testing
محللو ضمان جودة البرمجيات والمختبرون

Expert guidance on automated and manual accessibility testing for mobile apps — Espresso AccessibilityChecks, XCTest accessibility audits, Flutter a11y guidelines, RN a11y assertions. Use when adding a11y coverage or when asked how to catch accessibility regressions in CI.

2026-04-19
snapshot-testing
محللو ضمان جودة البرمجيات والمختبرون

Expert guidance on snapshot / golden image testing across mobile stacks — Paparazzi (Android), swift-snapshot-testing (iOS), golden_toolkit (Flutter), and RN snapshot tests. Use when asked to lock down UI visuals or catch unintended rendering regressions.

2026-04-19
ui-testing-patterns
محللو ضمان جودة البرمجيات والمختبرون

Compare and apply UI test tooling across mobile — Espresso, XCUITest, flutter_test / integration_test, Detox, and Maestro. Use when deciding which UI test layer fits a feature and how to structure selectors, waits, and page objects.

2026-04-19
mobile-unit-testing
محللو ضمان جودة البرمجيات والمختبرون

Expert guidance on writing fast, deterministic unit tests for mobile codebases across Kotlin, Swift, Dart, and TypeScript. Use when asked to structure unit tests, pick a runner, or apply the AAA pattern.

2026-04-19
mocking-strategies
محللو ضمان جودة البرمجيات والمختبرون

Guidance on choosing between fakes, stubs, and mocking libraries (MockK, Mockito, mocktail, ts-jest, Swift test doubles) for mobile unit tests. Use when asked to mock a collaborator or to decide which double to use.

2026-04-19
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
mobile-navigation-patterns
مطوّرو البرمجيات

Navigation patterns for mobile apps (stack, tab, modal, drawer, nested flows) with platform conventions across SwiftUI, Compose, Flutter, and React Native. Use when structuring navigation or handling deep links.

2026-04-19
mobile-state-management-patterns
مطوّرو البرمجيات

Comparison of mobile state management patterns (MVVM, MVI, TEA, Redux, BLoC, Observable, Compose state, SwiftUI state) and how to choose. Use when designing state flow or evaluating a state library.

2026-04-19
mobile-ui-patterns
مصممو واجهات الويب والرقمية

Canonical mobile UI patterns (list, detail, tab, sheet, master-detail, search, form) with platform-aware guidance across SwiftUI, Compose, Flutter, and React Native. Use when designing or reviewing screens.

2026-04-19
app-lifecycle
مطوّرو البرمجيات

Mobile app lifecycle across iOS and Android (foreground, background, suspended, killed), state restoration, process death, and cross-platform parallels in Flutter and React Native. Use when handling background work, persistence of in-flight state, or resume flows.

2026-04-19
deep-links-universal-links
مطوّرو البرمجيات

Implementing and testing deep links on mobile - Android App Links, iOS Universal Links, custom URL schemes, attribution providers, and sunset guidance for Firebase Dynamic Links. Use when adding, debugging, or migrating deep link behavior.

2026-04-19
push-notifications-overview
مطوّرو البرمجيات

End-to-end push notifications on mobile - FCM and APNs architecture, payload shapes, notification vs data messages, permissions, and cross-platform handling in Flutter and React Native. Use when adding, debugging, or rearchitecting push.

2026-04-19
conflict-resolution
مطوّرو البرمجيات

Pragmatic conflict resolution for mobile sync - last-write-wins, field-level merge, three-way merge, vector clocks, and CRDT basics. Use when two clients can modify the same record offline.

2026-04-19
offline-first-strategy
مطوّرو البرمجيات

Designing a mobile app as offline-first - caching tiers, authoritative sources, read and write paths, and the boundaries between device and server. Use when a feature needs to work without connectivity or when diagnosing stale/inconsistent data.

2026-04-19
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
compose-state-management
مطوّرو البرمجيات

Expert guidance on managing state in Jetpack Compose using ViewModel, StateFlow, remember/rememberSaveable, state hoisting, and unidirectional data flow. Use this when implementing screens or refactoring stateful composables.

2026-04-19
kotlin-android-architecture
مطوّرو البرمجيات

Expert guidance on a modern Kotlin-first Android application architecture using Clean Architecture, Gradle module separation, version catalogs, and Hilt DI. Use this when asked about project structure, module layout, or dependency injection.

2026-04-19
kotlin-data-layer
مطوّرو البرمجيات

Expert guidance on building a Kotlin offline-first data layer with Room, Retrofit, Flow-based observables, and the repository pattern. Use this for repositories, caching, and synchronization.

2026-04-19
gradle-kotlin-dsl
مطوّرو البرمجيات

Expert guidance on Gradle Kotlin DSL for Android — build.gradle.kts patterns, convention plugins in build-logic, version catalogs, and settings configuration. Use this when touching any build file.

2026-04-19
kotlin-android-ci
مطوّرو البرمجيات

Expert guidance on CI/CD for Kotlin Android projects — GitHub Actions, Gradle remote cache, signing, Play Publisher, and Firebase App Distribution. Use this when setting up or debugging CI pipelines.

2026-04-19
kotlin-coroutines
مطوّرو البرمجيات

Expert guidance on writing correct Kotlin coroutines — structured concurrency, scopes, dispatchers, cancellation, supervisorScope, and exception handling. Use this whenever you add suspending code.

2026-04-19
kotlin-flow
مطوّرو البرمجيات

Expert guidance on Kotlin Flow — cold vs hot flows, StateFlow / SharedFlow, common operators, combining, back-pressure, and testing with Turbine. Use this for any reactive data stream work.

2026-04-19
retrofit-kotlin
مطوّرو البرمجيات

Expert guidance on configuring Retrofit + OkHttp + kotlinx.serialization for Kotlin Android — interceptors, auth refresh, retries, error mapping, and test doubles. Use this for any networking setup.

2026-04-19
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
عرض 12 من أصل 15 مستودعات
almasumdev Agent Skills | SkillsMP