software-android-design

software-android-design is a skill for Codex from vasilyu1983/AI-Agents-public. It costs 34 tokens per session (5,978 once invoked), scanned A, original, MIT.

A design guide for native Android interfaces, including Jetpack Compose layouts, text, colors, motion, and screens that adapt to different window sizes.

In plain words
What is it for?
Use it to audit or refine Android screen structure, Material 3 styling, navigation, adaptive layouts, and screenshot-based visual fixes.
Why use it?
It helps review whether an Android screen follows platform conventions and makes visual problems easier to spot against a verified emulator build.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to audit or refine Android screen structure, Material 3 styling, navigation, adaptive layouts, and screenshot-based visual fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vasilyu1983/ai-agents-public/software-android-design
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 vasilyu1983/AI-Agents-public --skill software-android-design
Clone the repo
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public

Made for: 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 software-android-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-android-design/github.svg)](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-android-design)
Your own site
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-android-design"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-android-design/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 software-android-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-android-design"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-android-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,978 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00034 $0.05978
Opus 5 $0.00017 $0.02989
Sonnet 5 $0.00007 $0.01196
Haiku 4.5 $0.00003 $0.00598

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

Security

Grade A, and why

software-android-design 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 6d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/_android_common.sh, scripts/bootstrap-emulator.sh, scripts/build-android.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

frameworks/shared-skills/skills/software-android-design/SKILL.md · 250 lines

How it starts

The opening of the file, as written. The whole thing — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Native Android Design

Use this skill for visual design decisions and design-focused audits in native Android apps. Prefer it when the user needs Material 3 aligned screen structure, current Android-native visual defaults, or a screenshot-to-fix loop after a fresh verified build/install/launch. If the request is really about greenfield scaffolding, Gradle build loops, module selection, or broader Android implementation workflow, route to software-mobile and return here once the question becomes visual structure or design quality.

Quick Reference

Design concern Default Notes
Type MaterialTheme.typography Display → Headline → Title → Body → Label scale
Color MaterialTheme.colorScheme primary, secondary, tertiary, surface, error, and on* variants
Shape MaterialTheme.shapes ExtraSmall→ExtraLarge; RoundedCornerShape
Dynamic color dynamicDarkColorScheme / dynamicLightColorScheme Android 12+; static seed palette on older APIs
Bottom nav NavigationBar 3–5 destinations NavigationRail on medium, NavigationDrawer on expanded, or NavigationSuiteScaffold for auto
Top bar TopAppBar / MediumTopAppBar / LargeTopAppBar / CenterAlignedTopAppBar Choose by headline presence; collapsing variants for rich headers
Cards ElevatedCard hero, Card primary, OutlinedCard secondary tonalElevation 3 + shadow for hero
Custom data viz Canvas Radar charts, score rings, gradient bars, gauges — standard components insufficient
Adaptive layouts ListDetailPaneScaffold, SupportingPaneScaffold, NavigationSuiteScaffold Feed grids for homogeneous content
Detail views ModalBottomSheet Never expand deep detail inline in scroll content
Motion Container transforms, AnimatedVisibility, animateContentSize, spring() M3 Expressive defaults
Edge-to-edge enableEdgeToEdge() + windowInsetsPadding Mandatory, non-optional for targetSdk 36+ (windowOptOutEdgeToEdgeEnforcement removed)
Predictive back PredictiveBackHandler (Compose) / OnBackInvokedCallback Default system animation on Android 16+ when targeting API 36+; onBackPressed()/KEYCODE_BACK no longer dispatched at that target
Press feedback InteractionSource + animateFloatAsState(0.94f), 100ms spring Modifier.clickable without Indication = no tactile response
Chip groups FlowRow Use when spatial context matters; avoid horizontal scroll for finite sets
Peer view switch SegmentedButton or TabRow Reduces navigation depth vs. separate screens
Immersive viz BottomSheetScaffold { background; viz; controls } Full-bleed; no card wrappers; no scroll
Aspect ratios Maps .aspectRatio(1.4f), charts .aspectRatio(1f) Size by content type
Touch targets ≥ 48dp on all interactive elements Platform minimum
Token discipline No magic numbers in screen files Tokenize spacing, elevation, shape, color

Read the full file on GitHub · 250 lines

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. 6d ago First seen · 250 lines · 34 tokens per session scan A aa72e0220744

Subscribe to this mod's changes

software-android-design is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (87 stars, last pushed 7d ago), licensed MIT. It adds 34 tokens to every session and 5,978 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

brand-landingpage

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established…

wshobson/agents · 112 tokens

wcag-audit-patterns

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

wshobson/agents · 45 tokens

platform-conventions

Design to iOS and Android conventions — what each OS mandates, where they diverge, and when to unify. Use when shipping native apps. For breakpoint adaptation use responsive-design; for matching competitor patterns use jakobs-law (interaction-design).

Owl-Listener/designer-skills · 55 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

liquid-glass

Implement Liquid Glass design using .glassEffect() API for iOS/macOS 26+. Covers SwiftUI, AppKit, UIKit, and WidgetKit. Use when creating modern glass-based UI effects.

rshankras/claude-code-apple-skills · 45 tokens

onboarding-generator

Generates value-moment-first onboarding flows for iOS/macOS apps — the default architecture races a new user to the first felt experience of the app's promised outcome, branching on whether they can experience it right now or need to plan for later. The classic paged welcome-carousel tour is an explicit fallback for…

rshankras/claude-code-apple-skills · 93 tokens