If you're shipping Android apps with Jetpack Compose, you're probably not thinking about TalkBack until someone flags it. This gives you a practical checklist covering the main culprits: missing content descriptions on icons, touch targets under 48dp, color contrast ratios, and semantic grouping for complex composables. It's structured as a reference guide with specific modifiers and best practices, like when to use mergeDescendants or how to mark headings for screen reader navigation. The prompts are basic but give you a starting point for iterative fixes. Honestly, this is the kind of thing you want open in a side panel during code review before accessibility becomes a launch blocker.
npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill android-accessibility