androidbooster-ui-compose

androidbooster-ui-compose is a skill for Claude Code, Codex from huhx0015/AndroidBooster. It costs 51 tokens per session (857 once invoked), scanned A, original, no licence file.

Instructions for building scrolling list interfaces in Android Jetpack Compose, Android's toolkit for writing user interfaces in Kotlin.

In plain words
What is it for?
For creating ComposeDataColumn or ComposeDataRow lists with data models, pull-to-refresh, endless scrolling, and custom progress colors.
Why use it?
They help handle loading states, refreshing, pagination, and progress indicators in AndroidBooster lists.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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.

agentmods
npx agentmods add skills/huhx0015/androidbooster/androidbooster-ui-compose
Any agent
npx skills add huhx0015/AndroidBooster --skill androidbooster-ui-compose
Clone the repo
git clone --depth 1 https://github.com/huhx0015/AndroidBooster

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 androidbooster-ui-compose

README.md
[![agentmods](https://agentmods.dev/badge/skills/huhx0015/androidbooster/androidbooster-ui-compose.svg)](https://agentmods.dev/skills/huhx0015/androidbooster/androidbooster-ui-compose)
Your own site
<a href="https://agentmods.dev/skills/huhx0015/androidbooster/androidbooster-ui-compose"><img src="https://agentmods.dev/badge/skills/huhx0015/androidbooster/androidbooster-ui-compose.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 857 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00051 $0.00857
Opus 5 $0.00026 $0.00428
Sonnet 5 $0.00010 $0.00171
Haiku 4.5 $0.00005 $0.00086

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

Security

Grade A, and why

androidbooster-ui-compose 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.

claude/skills/androidbooster-ui-compose/SKILL.md · 120 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 120 lines · 51 tokens per session scan A abd081c3494a

Subscribe to this mod's changes

androidbooster-ui-compose is a skill published in the GitHub repository huhx0015/AndroidBooster (5 stars, last pushed 5mo ago), with no licence file. It adds 51 tokens to every session and 857 once invoked, about $0.0003 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

compose-side-effects

Use when writing or reviewing Jetpack Compose code with LaunchedEffect, DisposableEffect, SideEffect, rememberCoroutineScope, rememberUpdatedState, snapshotFlow, snackbar, navigation, focus requests, analytics, or event Flow collection.

ashtanko/compose-android-template · 49 tokens

kotlin-multiplatform-expect-actual

Use when designing Kotlin Multiplatform expect/actual or interface boundaries for platform services, native SDKs, source sets, Compose Multiplatform UI, permissions, files, settings, sensors, or platform interop.

ashtanko/compose-android-template · 54 tokens

deliver-android-feature

Implement an Android feature from a specification or acceptance criteria through architecture, production code, formatting, unit tests, JVM integration tests, local Compose behavior tests, screenshot matrices, managed-device integration tests, end-to-end coverage, and final verification. Use when adding or…

ashtanko/compose-android-template · 82 tokens

add-android-module

Create and register an Android or pure Kotlin Gradle module using this repository's module generator and convention plugins. Use when adding a feature, core, Android library, or Kotlin/JVM library module; when deciding a new module's Gradle path and package; or when replacing ad hoc module scaffolding with the…

ashtanko/compose-android-template · 69 tokens

using-chrisbanes-skills

Use when a Kotlin, Android, or Jetpack Compose task is too broad for any single focused skill to obviously apply, especially for general review, refactor, architecture, state, performance, testing, or UI API design work.

ashtanko/compose-android-template · 54 tokens

compose-state-authoring

Use when writing or reviewing Jetpack Compose code with bare local var in a @Composable, remember { mutableStateOf(...) }, mutableStateListOf/mutableStateMapOf, or @ReadOnlyComposable.

ashtanko/compose-android-template · 46 tokens