skills/android-mobile-frontend-design/SKILL.md
Design Android mobile frontend experiences from scratch, improve existing screens, and fix UI issues with brand-forward, localization-safe, overflow-safe guidance across Compose and Views.
npx skillsauth add krutikJain/android-agent-skills android-mobile-frontend-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
references/patterns.md when you need the create/improve/fix routing matrix, Compose-vs-Views handoff rules, or the localization and overflow stress checklist.references/scenarios.md when you want docs-only walkthroughs for new-screen design briefs, OrbitTasks redesign reviews, or overflow/localization repair passes.android-compose-foundationsandroid-material3-design-systemandroid-compose-accessibilityandroid-viewsystem-foundationsandroid-testing-uicreateimprovefixcreate, improve, or fix.android-compose-foundations when the design is settled and the work is Compose structure/layout.android-material3-design-system when the work is tokenization, theming, or custom design-system translation.android-compose-accessibility when semantics, focus, or assistive behavior needs dedicated work.android-viewsystem-foundations when the owning surface is XML/ViewBinding/Fragment UI.android-testing-ui when the design is ready for screenshot or interaction verification.confident utility: dense, clear, fast, highly legible, restrained color.calm guidance: more air, stronger sectional rhythm, gentle emphasis, friendly onboarding and empty states.premium trust: layered surfaces, disciplined motion, richer typography, higher confidence for money, health, or irreversible actions.expressive brand: stronger color, memorable shapes, and signature layout moves, but still touch-safe and readable.android-compose-foundations once the design intent is settled and the remaining work is component architecture and layout execution.android-viewsystem-foundations once the screen direction is clear and the remaining work is XML/Fragment execution.bash skills/android-mobile-frontend-design/scripts/run_examples.shcd examples/orbittasks-compose && ./gradlew :app:assembleDebugcd examples/orbittasks-xml && ./gradlew :app:assembleDebugcreate, improve, or fix.testing
Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
data-ai
Model screen state, events, reducers, and side effects for Android UIs with predictable lifecycle-aware ownership.
tools
Coordinate serialization, caching, conflict handling, and offline-first sync flows in Android apps.
development
Apply Android app security guidance around secrets, storage, network trust, exported components, and least privilege.