Borrowing it
Nothing to install: this file belongs to arindamxd/camerax-android. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/arindamxd/camerax-android/master/.agents/skills/wear-compose-m3/SKILL.mdgit clone --depth 1 https://github.com/arindamxd/camerax-androidWrote 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/arindamxd/camerax-android/wear-compose-m3)<a href="https://agentmods.dev/skills/arindamxd/camerax-android/wear-compose-m3"><img src="https://agentmods.dev/badge/skills/arindamxd/camerax-android/wear-compose-m3/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.
<a href="https://agentmods.dev/skills/arindamxd/camerax-android/wear-compose-m3"><img src="https://agentmods.dev/badge/skills/arindamxd/camerax-android/wear-compose-m3.svg" alt="Reviewed on agentmods" width="80" 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.00101 | $0.09061 |
| Opus 5 | $0.00051 | $0.04530 |
| Sonnet 5 | $0.00020 | $0.01812 |
| Haiku 4.5 | $0.00010 | $0.00906 |
Grade A, and why
wear-compose-m3 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 10d 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.
This is a copy
100% identical to wear-compose-m3 — 39 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 354 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Prerequisites and compatibility
- Current Wear OS Compose version in-use: To find the installed library version, read
gradle/libs.versions.tomlorbuild.gradle.ktsdirectly. Don't run./gradlew dependenciesor other shell commands to resolve versions. - Wear OS Compose Material3 version: If an internal tool is available to establish the latest stable version
{VERSION}ofandroidx.wear.compose:compose-material3, use that tool.- Otherwise, fetch the official Maven metadata XML to identify
{VERSION}(highest number, ignoring-alpha,-beta, or-rc).
- Otherwise, fetch the official Maven metadata XML to identify
- Strict compliance: If a version is listed as stable, you MUST use it, unless overridden by the user. Do not downgrade based on initial "Unresolved reference" errors in the editor or outdated web search results.
- Kotlin version: For Wear Compose Material3, use Kotlin 2.0.0 or higher.
- Compose compiler:
- If Kotlin version is 2.0.0+ , the project must use the
org.jetbrains.kotlin.plugin.composeGradle plugin. - If Kotlin version is < 2.0.0 , the project must use
kotlinCompilerExtensionVersionincomposeOptions, matching the Compose to Kotlin Compatibility Map.
- If Kotlin version is 2.0.0+ , the project must use the
- Min SDK: Ensure
minSdkis at least 25. - Sample extraction mandate: Wear Compose libraries ship with an additional JAR file which contains individual samples for each and every component. You mustn't propose code changes, other than previews or basic changes such as color changes, until the samples in Capability 3 are extracted to the local cache. Library source files are incomplete and NOT a substitute for these samples; bypassing extraction is an environment setup failure.
Gotchas
- Mandatory sync and validation: After updating versions in
libs.versions.tomlorbuild.gradle.kts, you must perform a Gradle sync before refactoring any code. This ensures the environment has resolved the libraries correctly. - Prohibition of guessing (error protocol): If you encounter an 'Unresolved Reference' or API mismatch after a successful sync, do not attempt to 'fix' it by downgrading the library version.
What ships with it
53 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.
- references/android/training/wearables/compose/migrate-to-material3.md 87 KB
- references/foundation/AmbientModeSample.kt.md.txt 5.0 KB
- references/foundation/CurvedWorldSample.kt.md.txt 14 KB
- references/foundation/ExpandableSample.kt.md.txt 3.6 KB
- references/foundation/HierarchicalFocusSample.kt.md.txt 5.4 KB
- references/foundation/PagerSamples.kt.md.txt 2.0 KB
- references/foundation/RotarySamples.kt.md.txt 6.0 KB
- references/foundation/ScalingLazyColumnSample.kt.md.txt 4.4 KB
- references/foundation/SwipeToDismissBoxSample.kt.md.txt 7.3 KB
- references/foundation/SwipeToRevealSample.kt.md.txt 12 KB
- references/foundation/TransformingLazyColumnSample.kt.md.txt 13 KB
- references/material3/AlertDialogSample.kt.md.txt 13 KB
- references/material3/AnimatedTextSample.kt.md.txt 6.2 KB
- references/material3/ButtonGroupSample.kt.md.txt 3.3 KB
- references/material3/ButtonSample.kt.md.txt 17 KB
- references/material3/CardSample.kt.md.txt 15 KB
- references/material3/CheckboxButtonSample.kt.md.txt 2.3 KB
- references/material3/ConfirmationDialogSample.kt.md.txt 5.4 KB
- references/material3/CurvedTextSamples.kt.md.txt 2.9 KB
- references/material3/DatePickerSample.kt.md.txt 4.7 KB
- references/material3/DynamicColorSchemeSample.kt.md.txt 3.0 KB
- references/material3/EdgeButtonSample.kt.md.txt 2.3 KB
- references/material3/FadingExpandingLabelSample.kt.md.txt 2.1 KB
- references/material3/IconButtonSample.kt.md.txt 3.9 KB
- references/material3/IconToggleButtonSample.kt.md.txt 3.6 KB
- references/material3/LevelIndicatorSample.kt.md.txt 2.5 KB
- references/material3/LinearProgressIndicatorSample.kt.md.txt 1.8 KB
- references/material3/ListHeaderSample.kt.md.txt 7.6 KB
- references/material3/OneHandedGestureSamples.kt.md.txt 27 KB
- references/material3/OpenOnPhoneDialogSample.kt.md.txt 2.0 KB
- references/material3/PageIndicatorSample.kt.md.txt 4.1 KB
- references/material3/PagerScaffoldSample.kt.md.txt 8.3 KB
- references/material3/PickerGroupSample.kt.md.txt 5.8 KB
- references/material3/PickerSample.kt.md.txt 3.6 KB
- references/material3/PlaceholderSample.kt.md.txt 6.5 KB
- references/material3/ProgressIndicatorSample.kt.md.txt 8.8 KB
- references/material3/RadioButtonSample.kt.md.txt 4.2 KB
- references/material3/ScaffoldSample.kt.md.txt 6.2 KB
- references/material3/ScrollAwaySample.kt.md.txt 3.7 KB
- references/material3/ScrollIndicatorSample.kt.md.txt 2.4 KB
- references/material3/SliderSample.kt.md.txt 2.2 KB
- references/material3/StepperSample.kt.md.txt 5.2 KB
- references/material3/SurfaceTransformationSample.kt.md.txt 5.9 KB
- references/material3/SwipeToDismissBoxSample.kt.md.txt 7.2 KB
- references/material3/SwipeToRevealSample.kt.md.txt 14 KB
- references/material3/SwitchButtonSample.kt.md.txt 2.3 KB
- references/material3/TextButtonSample.kt.md.txt 3.0 KB
- references/material3/TextToggleButtonSample.kt.md.txt 2.3 KB
- references/material3/TimePickerSample.kt.md.txt 5.5 KB
- references/material3/TimeTextSample.kt.md.txt 2.0 KB
- references/material3/TransformationSpecSample.kt.md.txt 9.9 KB
- references/material3/TransformingLazyColumnNotificationsSample.kt.md.txt 3.7 KB
- references/material3/TransformingLazyColumnSample.kt.md.txt 13 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.
- 10d ago First seen · 354 lines · 101 tokens per session scan A b51c482b13a0
wear-compose-m3 is a skill published in the GitHub repository arindamxd/camerax-android (132 stars, last pushed 11d ago), licensed Apache-2.0. It adds 101 tokens to every session and 9,061 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to wear-compose-m3, differing in 39 lines, and is treated as a copy.
Other skills, from other repositories
compose-animations
Use when writing or reviewing Jetpack Compose motion: visibility enter/exit, animating one property toward a target, color or size transitions, multiple properties from one state, switching composable content, or choosing between AnimatedVisibility, animateAsState, rememberTransition, AnimatedContent, and Crossfade.
compose-focus-navigation
Use when writing or reviewing Jetpack Compose UI for TV, keyboard, desktop, accessibility focus, D-pad navigation, FocusRequester, focusProperties, key events, or initial focus behavior.
kmp-lsp
Kotlin/Java/Swift LSP server for code navigation in Android and iOS codebases. Use when navigating Kotlin, Java, or Swift source files: finding class definitions, listing symbols, jumping to implementations, finding all usages, checking type signatures, or switching workspace between projects. Triggers for: "find this…
kotlin-android
Use when building or fixing a native Android app in Kotlin and Jetpack Compose on the UDF layered architecture — ViewModel/StateFlow, Hilt, Room, Retrofit, coroutines, type-safe Navigation, and the Gradle/AGP surface. NOT shared Android and iOS UI from one Kotlin codebase (that is compose-multiplatform).
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…
kotlin-expert
Expert-level Kotlin development, Android, coroutines, and multiplatform. Use when the user mentions Android, coroutines, multiplatform, or JVM, or when the task involves Kotlin Fundamentals, Android Development, Kotlin Multiplatform, or Kotlin Style.