Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

everything-claude-code-mobile

everything-claude-code-mobile에는 ahmed3elshaer에서 수집한 skills 46개가 있으며, 저장소 수준 직업 범위와 사이트 내 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
이 저장소에서 수집된 skills 46개 중 상위 40개를 표시합니다.