platform-android-ui

platform-android-ui is a skill for Claude Code, Codex from Kainiko943/beautiful-ui. It costs 27 tokens per session (156 once invoked), scanned A, original, MIT.

An Android interface guide that adapts designs to Android navigation, screen sizes, and Material-style components.

In plain words
What is it for?
Use it when designing or building Android layouts, navigation, component states, elevation, adaptive screens, and back-button behavior.
Why use it?
It helps avoid forcing iPhone conventions onto Android and makes loading, errors, validation, and back navigation clearer.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when designing or building Android layouts, navigation, component states, elevation, adaptive screens, and back-button behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kainiko943/beautiful-ui/platform-android-ui
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kainiko943/beautiful-ui --skill platform-android-ui
Clone the repo
git clone --depth 1 https://github.com/Kainiko943/beautiful-ui

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for platform-android-ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/kainiko943/beautiful-ui/platform-android-ui/github.svg)](https://agentmods.dev/skills/kainiko943/beautiful-ui/platform-android-ui)
Your own site
<a href="https://agentmods.dev/skills/kainiko943/beautiful-ui/platform-android-ui"><img src="https://agentmods.dev/badge/skills/kainiko943/beautiful-ui/platform-android-ui/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for platform-android-ui

Your own site · 80×15
<a href="https://agentmods.dev/skills/kainiko943/beautiful-ui/platform-android-ui"><img src="https://agentmods.dev/badge/skills/kainiko943/beautiful-ui/platform-android-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00156
Opus 5 $0.00014 $0.00078
Sonnet 5 $0.00005 $0.00031
Haiku 4.5 $0.00003 $0.00016

Measured 8d ago against content hash 1b5164dd3d13, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

platform-android-ui scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

platform-android-ui/SKILL.md · 28 lines

What it actually says

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
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 28 lines · 27 tokens per session scan A 1b5164dd3d13

Subscribe to this mod's changes

platform-android-ui is a skill published in the GitHub repository Kainiko943/beautiful-ui (5 stars, last pushed 4mo ago), licensed MIT. It adds 27 tokens to every session and 156 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

lumo

Mobile UI/UX design intelligence grounded in cognitive science (Fitts, Hick, Gestalt, Nielsen) and platform guidelines (Apple HIG, Material Design). Specialised for Jetpack Compose, Android XML, SwiftUI, and UIKit. Use when: "WCAG", "contrast", "accessibility", "colour pair", "design audit", "mobile UI review"…

OneXeor-Dev/lumo · 104 tokens

iOS SwiftUI Accessibility

Enforces WCAG 2.2 accessible coding patterns when writing SwiftUI — labels, traits, Dynamic Type, contrast, touch targets, focus management, orientation, and more. Based on the ios-swiftui-accessibility-techniques project with 41 static analysis rules across 23 WCAG criteria.

cvs-health/ios-swiftui-accessibility-techniques · 67 tokens

compose-component-design

Use when designing or reviewing reusable Jetpack Compose component APIs with modifier parameters, root layout placement, caller-provided variable content, primitive content parameters, optional content, or boolean shape flags.

chrisbanes/skills · 41 tokens

maui-accessibility

Improve MAUI accessibility. USE FOR: semantic labels, hints, headings, screen-reader focus/announcements, AutomationProperties, touch targets, decorative content, TalkBack/VoiceOver/Narrator checks. DO NOT USE FOR: general layout, automation-only tests, performance.

dotnet/maui-labs · 60 tokens

flutter-design-system

Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors/spacing, or building a DLS.

HoangNguyen0403/agent-skills-standard · 32 tokens

android-jetpack-compose-expert-v2

Android Jetpack Compose Expert workflow skill. Use this skill when the user needs Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3 and the operator should preserve the upstream workflow, copied support files, and provenance…

diegosouzapw/awesome-omni-skills · 72 tokens