Converts Android XML layouts to Jetpack Compose with systematic mappings for every common widget and container. Handles the full workflow from analyzing ConstraintLayouts and LinearLayouts through state migration and testing. The comprehensive reference tables map XML attributes to Compose modifiers (layout_weight to weight(), visibility to conditional composition) and cover RecyclerView to LazyColumn, EditText to TextField with state hoisting, and interop patterns for incremental migration. Especially useful when you're staring at a complex ConstraintLayout or nested LinearLayouts and need the Compose equivalent without guessing. The attribute mapping alone saves time on every migration.
npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill xml-to-compose-migration