Platform android ui
Make AI coding agents design beautiful, accessible, platform-native UI.
npx -y skills add Kainiko943/beautiful-ui --skill platform-android-uiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the UI needs Android-specific navigation patterns, adaptive layouts, Material expectations, or Android-native component behavior.
SKILL.md
0.8 KB, as published. Nobody here has run it
Platform Android UI
Overview
Use this adapter when the design target is an Android app. Preserve the core design language while adapting for Android navigation, elevation, adaptive layouts, and state clarity.
Rules
- Use Android navigation patterns intentionally.
- Let adaptive layout logic influence composition.
- Make loading, validation, and error states explicit.
- Let Material expectations inform behavior without flattening brand identity.
- Do not force iOS chrome onto Android flows.
Handoff Must Include
- Navigation pattern
- Adaptive layout behavior
- Component state behavior
- Elevation and surface logic
- Back behavior