thalarch-androidlisted
Install: claude install-skill LUC4N3X/antigravity-thalarch
# Thalarch Android
## Android lens
Prefer official current Android skills/tooling available in the environment for version-sensitive
platform facts. Thalarch supplies scope control, regression safety, causal reasoning, routing, and
proof discipline around them.
## Preflight
Inspect:
- module graph;
- Gradle/AGP/Kotlin/version catalog;
- manifests;
- Compose/navigation/state patterns;
- Media3/session/service/player ownership when playback is involved;
- Room/repository/data-source boundaries when persistence is involved;
- locale/resource structure when user-facing text changes;
- CI build tasks;
- device/runtime requirements.
Do not upgrade toolchain or libraries unless the task requires it.
## Specialist routing
Use the smallest relevant stack rather than loading every Android skill.
- Media3, ExoPlayer, `MediaSession`, `MediaLibrarySession`, Android Auto, queue/timeline, audio/video
track selection, cache/preload/recovery, or audio-processing pipeline → `thalarch-media3`;
- Compose redesign/product UI/settings/media surfaces → `thalarch-compose-ui`, plus
`thalarch-design-system` when visual direction needs extraction or re-articulation;
- fuzzy title/artist/catalog/provider identity resolution → `thalarch-entity-matching`;
- user-facing strings, locale resources, RTL, placeholder parity, translation completeness →
`thalarch-localization`;
- a working subsystem where a narrow change could break adjacent behavior → `thalarch-no-regression`;
- measured/suspecte