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.
npx agentmods add skills/rabee-elkholy/android-harness-kit/compose-inspectornpx skills add rabee-elkholy/android-harness-kit --skill compose-inspectorgit clone --depth 1 https://github.com/rabee-elkholy/android-harness-kitWrote 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.
[](https://agentmods.dev/skills/rabee-elkholy/android-harness-kit/compose-inspector)<a href="https://agentmods.dev/skills/rabee-elkholy/android-harness-kit/compose-inspector"><img src="https://agentmods.dev/badge/skills/rabee-elkholy/android-harness-kit/compose-inspector.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.00462 |
| Opus 5 | $0.00019 | $0.00231 |
| Sonnet 5 | $0.00008 | $0.00092 |
| Haiku 4.5 | $0.00004 | $0.00046 |
Grade A, and why
compose-inspector 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 5d 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.
What it actually says
Compose Inspector & Layout Verifier
1. Composition & Performance Safety Checks
- Stability: Ensure UI state data classes containing Collections (
List,Set,Map) are annotated with@Immutableor@Stableto prevent unnecessary recompositions. - Calculations: Verify
rememberis used for expensive object allocations or formatting inside composables. - Fast-Changing State: Use
derivedStateOfwhen reading rapidly changing states (e.g.,lazyListState.firstVisibleItemIndex, scroll offset, real-time pedometer counters) to avoid recomposing the parent scope on every tick. - Lazy Lists: Every
LazyColumn/LazyRowmust specify explicitkeylambdas using unique, stable IDs (e.g.,key = { it.id }). - State Hoisting: Pass only immutable State and lambda callbacks down to leaf composables. Never pass
ViewModelinstances into reusable child components.
2. Layout & Localization Verification
- RTL / LTR: Strictly use directional modifiers:
Modifier.padding(start = ..., end = ...)instead ofleft/right. - Theme & Design Tokens: All colors and text styles must consume this app's theme tokens —
MaterialTheme.colorScheme/MaterialTheme.typography.colorResource(R.color…)is allowed when matching existing XML colors. Never use raw hex colors or hardcoded fonts. - String Resources: Extract all text to
values/strings.xmlandvalues-ar/strings.xml. - Previews: Every independent UI component and screen state (Loading, Empty, Success, Error) must have a
@Previewfunction wrapped in this app's theme (orMaterialTheme), including Arabic RTL (locale = "ar"orCompositionLocalProvider(LocalLayoutDirection provides LayoutDirection.Rtl)) and English LTR (locale = "en"orLayoutDirection.Ltr).
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.
- 5d ago First seen · 22 lines · 39 tokens per session scan A 8f7e1ef4a9c5
compose-inspector is a skill published in the GitHub repository rabee-elkholy/android-harness-kit (3 stars, last pushed 5d ago), licensed MIT. It adds 39 tokens to every session and 462 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-08-31.
Other skills, from other repositories
android-ui-journey-testing
XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.
Debroid CLI Debugger
Orchestrate headless Android debugging via JDWP. ACTIVATE this skill whenever asked to debug an Android application, set line or exception breakpoints, inspect runtime variables or Jetpack Compose state, step through execution, evaluate live expressions, watch fields, or diagnose runtime crashes.
react-native-expert
Senior React Native and Expo engineer for building production-ready cross-platform mobile apps. Use when building React Native components, implementing navigation with Expo Router, optimizing list and scroll performance, working with animations via Reanimated, handling platform-specific code (iOS/Android), integrating…
compose-navigation
Jetpack Compose Navigation for Android AI agents. Use this skill whenever implementing navigation, NavHost, NavController, back stack, deep links, navigation arguments, routes, type-safe navigation, @Serializable routes, navController.navigate, popBackStack, navigateUp, bottom navigation, tab navigation, nested…
adaptive-ui
Adaptive UI for Android — responsive layouts for phones, tablets, foldables, Chromebooks, and large screens. Use this skill for EVERY screen you build. Triggers on: WindowSizeClass, ListDetailPaneScaffold, SupportingPaneScaffold, ThreePaneScaffold, NavigationSuiteScaffold, NavigationRail, NavigationDrawer, adaptive…
compose-animation
Jetpack Compose animations for Android AI agents — M3 Expressive motion system. Use this skill for any animation: AnimatedVisibility, AnimatedContent, Crossfade, animateAsState, animateColorAsState, animateDpAsState, animateFloatAsState, updateTransition, InfiniteTransition, rememberInfiniteTransition, spring physics…