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/aldefy/compose-skill/compose-expertnpx skills add aldefy/compose-skill --skill compose-expertgit clone --depth 1 https://github.com/aldefy/compose-skillWrote 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/aldefy/compose-skill/compose-expert)<a href="https://agentmods.dev/skills/aldefy/compose-skill/compose-expert"><img src="https://agentmods.dev/badge/skills/aldefy/compose-skill/compose-expert.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 | $0.00185 | $0.04604 |
| Opus 5 | $0.00093 | $0.02302 |
| Sonnet 5 | $0.00037 | $0.00921 |
| Haiku 4.5 | $0.00018 | $0.00460 |
Grade A, and why
compose-expert 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 4d 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.
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.
What ships with it
33 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 278 B
- references/accessibility.md 11 KB
- references/animation.md 41 KB
- references/atomic-design.md 11 KB
- references/auto-init.md 1.6 KB
- references/composition-locals.md 6.9 KB
- references/deprecated-patterns.md 8.3 KB
- references/design-to-compose.md 24 KB
- references/lists-scrolling.md 14 KB
- references/material3-motion.md 15 KB
- references/modifiers.md 14 KB
- references/multiplatform.md 21 KB
- references/navigation-migration.md 13 KB
- references/navigation.md 11 KB
- references/paging-mvi-testing.md 6.4 KB
- references/paging-offline.md 6.4 KB
- references/paging.md 11 KB
- references/performance.md 16 KB
- references/platform-specifics.md 18 KB
- references/pr-review.md 13 KB
- references/production-crash-playbook.md 26 KB
- references/side-effects.md 13 KB
- references/source-code/cmp-source.md 18 KB
- references/source-code/foundation-source.md 561 KB
- references/source-code/material3-source.md 836 KB
- references/source-code/navigation-source.md 119 KB
- references/source-code/runtime-source.md 449 KB
- references/source-code/ui-source.md 313 KB
- references/state-management.md 17 KB
- references/styles-experimental.md 14 KB
- references/theming-material3.md 13 KB
- references/tv-compose.md 30 KB
- references/view-composition.md 20 KB
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.
- 4d ago First seen · 302 lines · 185 tokens per session scan A a9f9f1f89bfb
compose-expert is a skill published in the GitHub repository aldefy/compose-skill (577 stars, last pushed 1mo ago), with no licence file. It adds 185 tokens to every session and 4,604 once invoked, about $0.0009 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.
Other skills, from other repositories
compose-multiplatform
Use when building one shared Compose UI in Kotlin across Android, iOS, and desktop — commonMain @Composables, expect/actual, source-set placement, native interop, multiplatform ViewModel/navigation/Koin. NOT a single-platform native build (that is kotlin-android / swift-ios), and NOT Dart/Flutter cross-platform UI…
android-app-blackbox-competitive-analysis
Use when users request Android competitor research, systematic feature or interface mapping, evidence screenshots, interaction coverage, comparison-ready product dossiers, or Android system-boundary verification without APK decompilation.
modify-feature
Modify existing KMP features with spec-first workflow. Invoke with /modify-feature.
agentic-a11y
Use when auditing a user-facing app — web, mobile (iOS/Android/React Native/Flutter), desktop, CLI, or games — for accessibility barriers or WCAG 2.2 conformance, before shipping UI changes, or in response to concerns about screen-reader, keyboard, low-vision, motor, cognitive, or photosensitive users. Not for general…
create-feature
Creates complete KMP features with Clean Architecture through PRD generation, task breakdown, orchestrated implementation, and spec-driven cleanup. Invoke with /create-feature.
bridge-swift
Bridge Swift to Kotlin Multiplatform via Interface Injection. Use when integrating iOS SDKs, calling Swift from Kotlin, accessing iOS-only APIs, implementing biometrics/payments/camera, or connecting native frameworks to KMP.