Gabi Moreno
Community@soygabimoreno · ⬇️ Descarga mis SKILLS para Claude GRATIS ↙️
Android Developer│Creador del MÁSTER de ANDROID
Agent Skills by Gabi Moreno
Showing 34 vetted skills indexed across 1 GitHub repositories.
android-typed-errors
Implement typed Result<T, E> error handling across Android/KMP layers.
android-modularization
Define modular Android architecture with Clean Architecture boundaries and Gradle convention plugins.
compose-navigation
Implement type-safe Compose navigation with @Serializable routes and feature-level NavGraphBuilder graphs.
compose-focus-navigation
Fix focus timing, restoration, and directional navigation in Jetpack Compose interfaces.
agp-9-upgrade
Migrate Android projects to Android Gradle Plugin 9 with compatibility checks and DSL changes.
r8-analyzer
Analyze Android build files and R8 keep rules to detect redundant preservation.
android-mvi
Standardize Android/KMP screen logic with an MVI loop of State, Action, and Event.
compose-state-holder-ui-split
Separate Compose state-holder wiring from UI rendering into distinct composables.
android-feature
Guide Android feature creation with Compose UI, ViewModels, and repository interfaces.
compose-slot-api-pattern
Convert primitive Jetpack Compose component parameters into composable slot parameters.
android-hilt
Configure Hilt dependency injection for Android apps with Gradle and annotations.
compose-ui
Define Jetpack Compose UI conventions for ViewModel state and MVI actions.
compose-side-effects
Audit Jetpack Compose side effects for correct lifecycle semantics and keying.
compose-state-deferred-reads
Defer Compose state reads from composition into layout or draw blocks.
compose-state-hoisting
Determine correct ownership levels for Jetpack Compose UI state and logic.
migrate-xml-views-to-jetpack-compose
Migrate Android XML layout Views into Jetpack Compose composables with screenshot validation.
kotlin-types-value-class
Guide Kotlin @JvmInline value class versus data class selection for single-field domain types.
android-cli
Automate Android development workflows via the android CLI tool.
compose-animations
Select the smallest suitable Jetpack Compose animation API for UI motion.
kotlin-coroutines-structured-concurrency
Enforce structured concurrency and correct suspend-scope boundaries in Kotlin coroutine code.
skill-creator
Draft SKILL.md content and run trigger-focused evaluations for Claude Code skills.
github-issue-context
Retrieve GitHub issue body, labels, assignees, and comments as JSON.
android-pr-review
Review Android pull requests for Kotlin and architecture quality issues.
navigation-3
Migrate Android Navigation 2 string routes to typed NavKey models with Compose.