android-compose-xml-interoperability

Installation
SKILL.md

Android Compose XML Interoperability

When To Use

  • Use this skill when the request is about: compose in fragment, androidview in compose, incremental compose migration.
  • Primary outcome: Bridge Compose and the View system safely during incremental migrations, interoperability screens, and shared theming.
  • Handoff skills when the scope expands:
  • android-viewsystem-foundations
  • android-compose-foundations

Workflow

  1. Identify whether the target surface is Compose, View system, or a mixed interoperability screen.
  2. Select the lowest-friction UI pattern that satisfies responsiveness, accessibility, and performance needs.
  3. Build the UI around stable state, explicit side effects, and reusable design tokens.
  4. Exercise edge cases such as long text, font scaling, RTL, and narrow devices in the fixture apps.
  5. Validate with unit, UI, and screenshot-friendly checks before handing off.
Installs
20
GitHub Stars
13
First Seen
Mar 7, 2026
android-compose-xml-interoperability — krutikjain/android-agent-skills