compose▌
10 indexed skills · max 10 per page
compose-navigation
new-silvermoon/awesome-android-agent-skills · Productivity
Implement type-safe navigation in Jetpack Compose applications using the Navigation Compose library. This skill covers NavHost setup, argument passing, deep links, nested graphs, adaptive navigation, and testing.
android-jetpack-compose
thebushidocollective/han · Productivity
Declarative UI toolkit for building native Android interfaces with state management and recomposition optimization. \n \n Provides state management primitives: remember for recomposition survival, rememberSaveable for configuration changes, mutableStateOf for observable state, and derivedStateOf for computed values \n Emphasizes state hoisting to create stateless, reusable composables and integrates with ViewModel and StateFlow for app-level state \n Includes efficient recomposition patterns usi
coil-compose
new-silvermoon/awesome-android-agent-skills · Productivity
When implementing image loading in Jetpack Compose, use Coil (Coroutines Image Loader). It is the recommended library for Compose due to its efficiency and seamless integration.
xml-to-compose-migration
new-silvermoon/awesome-android-agent-skills · AI/ML
Systematically convert Android XML layouts to idiomatic Jetpack Compose, preserving functionality while embracing Compose patterns. This skill covers layout mapping, state migration, and incremental adoption strategies.
compose-expert
vitorpamplona/amethyst · Productivity
Visual UI patterns for sharing composables across Android and Desktop.
compose-performance-audit
new-silvermoon/awesome-android-agent-skills · Productivity
Audit Jetpack Compose view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps.
compose-ui
new-silvermoon/awesome-android-agent-skills · Frontend
Follow these guidelines to create performant, reusable, and testable Composables.
compose-outreach
anthropics/knowledge-work-plugins · Productivity
Generate three personalized outreach formats — email, call script, and LinkedIn message — grounded in Common Room signals for a specific company or contact.
docker-compose-orchestration
manutej/luxor-claude-marketplace · Cloud
Orchestrate multi-container applications with declarative YAML configuration, networking, volumes, and production-ready deployments. \n \n Define entire application stacks in YAML with services, networks, volumes, and secrets; automatic service discovery enables inter-container communication by name \n Supports development, staging, and production workflows through compose file overrides and environment-specific configurations with health checks and restart policies \n Includes 16+ real-world pa
compose-multiplatform-patterns
affaan-m/everything-claude-code · Productivity
Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, navigation, theming, and performance.