If you're stuck maintaining an Android app with legacy XML layouts, this walks you through converting them to Jetpack Compose one view at a time. It's a ten-step process: identify the right candidate, analyze dependencies, capture screenshots for comparison, set up theming, migrate the layout, then validate pixel-perfect parity before removing the old XML. The approach is conservative, it only migrates what you need and keeps interop working with the rest of your codebase. Built by Google, so the guidance aligns with their official migration strategy. Worth using if you want a systematic path forward instead of rewriting everything at once or guessing at best practices.
npx -y skills add android/skills --skill migrate-xml-views-to-jetpack-compose --agent claude-codeInstalls to .claude/skills
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents
wshobson/agents