Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

compose-multiplatform-patterns

Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, navigation, theming, and performance.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill compose-multiplatform-patterns
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, compose-multiplatform-patterns has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/compose-multiplatform-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, navigation, theming, and performance. Use a single data class for screen state. Expose it as StateFlow and collect in Compose: For complex screens, use a sealed interface for events instead of multiple callback lambdas: Define routes as @Serializable objects: Use dialog() and overlay patterns instead of imperative show/hide: Design composables with slot parameters for flexibility: Modifier order matters — apply in this sequence: Mark classes as @Stable or @Immutable when all properties are stable: See skill: android-clean-architecture for module structure and layering. See skill: kotlin-coroutines-flows for coroutine and Flow patterns. - Building Compose UI (Jetpack Compose or Compose Multiplatform) - Managing UI state with ViewModels and Compose state - Implementing navigation in KMP or Android projects - Designing reusable composables and design systems - Optimizing recomposition and rendering performance - Using mutableStateOf in ViewModels when MutableStateFlow with collectAsStateWithLifecycle is safer for lifecycle - Passing NavController deep into composables — pass lambda callbacks instead - Heavy computation inside @Composable functions — move to ViewModel or remember {} - Using LaunchedEffect(Unit) as a substitute for...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does compose-multiplatform-patterns do?

Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, navigation, theming, and performance.

Is compose-multiplatform-patterns good?

compose-multiplatform-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support compose-multiplatform-patterns?

compose-multiplatform-patterns currently lists compatibility with Claude Code, Skills CLI.

Is compose-multiplatform-patterns safe to install?

compose-multiplatform-patterns has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to compose-multiplatform-patterns?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install compose-multiplatform-patterns?

Run the following command to install compose-multiplatform-patterns: npx skills add https://github.com/affaan-m/everything-claude-code --skill compose-multiplatform-patterns

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering