create-compose-component

create-compose-component is a skill for Claude Code, Codex from MartinStyk/apk-analyzer. It costs 65 tokens per session (832 once invoked), scanned A, original, GPL-3.0.

A set of instructions for creating reusable Compose UI components in the shared core:ui-library. Compose is Android’s toolkit for building screens from reusable code components.

In plain words
What is it for?
Adding reusable buttons, cards, composable components, and other shared UI building blocks.
Why use it?
It helps keep new interface components in the correct shared library and follow the project’s expected creation process.

Skill for Claude CodeCodex

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/martinstyk/apk-analyzer/create-compose-component
Any agent
npx skills add MartinStyk/apk-analyzer --skill create-compose-component
Clone the repo
git clone --depth 1 https://github.com/MartinStyk/apk-analyzer

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 create-compose-component

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinstyk/apk-analyzer/create-compose-component.svg)](https://agentmods.dev/skills/martinstyk/apk-analyzer/create-compose-component)
Your own site
<a href="https://agentmods.dev/skills/martinstyk/apk-analyzer/create-compose-component"><img src="https://agentmods.dev/badge/skills/martinstyk/apk-analyzer/create-compose-component.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 832 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 $0.00065 $0.00832
Opus 5 $0.00032 $0.00416
Sonnet 5 $0.00013 $0.00166
Haiku 4.5 $0.00006 $0.00083

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

Security

Grade A, and why

create-compose-component 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/create-compose-component/SKILL.md · 121 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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 · 121 lines · 65 tokens per session scan A 6d83088840ba

Subscribe to this mod's changes

create-compose-component is a skill published in the GitHub repository MartinStyk/apk-analyzer (356 stars, last pushed yesterday), licensed GPL-3.0. It adds 65 tokens to every session and 832 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-30.

Related

Other skills, from other repositories

device-screenshots

Render app UI on the Gradle managed device and look at the result without spending a fortune in vision tokens. Use whenever a change is visual - colours, themes, drawables, layout - or when a screenshot needs comparing before and after, light and dark.

parawanderer/OpenTagViewer · 57 tokens

mobile-android-design

Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.

maxrave-dev/SimpMusic · 38 tokens

simpmusic-icons

Add or change an icon in SimpMusic. Every icon is a generated Material Symbols ImageVector under ui/icon, addressed as SimpIcons. — there is no material-icons dependency and no XML icon drawable. Use when adding a new icon, replacing one, or hitting ImageVector/Painter type errors.

maxrave-dev/SimpMusic · 68 tokens

compose-ui

Best practices for building UI with Jetpack Compose, focusing on state hoisting, detailed performance optimizations, and theming. Use this when writing or refactoring Composable functions.

maxrave-dev/SimpMusic · 39 tokens

android-accessibility

Expert checklist and prompts for auditing and fixing Android accessibility issues, especially in Jetpack Compose.

maxrave-dev/SimpMusic · 22 tokens

flutter-apk-security

Review Flutter Android APK/AAB release artifacts for manifest, permission, cleartext traffic, exported component, embedded secret, signing, size, WebView, deep link, and third-party service risks.

anasfik/FlutterGuard · 44 tokens