This is a comprehensive mobile design system that stops you from defaulting to web patterns when building iOS or Android apps. It forces platform-specific thinking through mandatory reference files covering touch psychology, performance (FlatList vs ScrollView, native driver animations), and a banned list of common AI mistakes like tokens in AsyncStorage or sub-44px touch targets. Includes runtime audit scripts and decision trees for framework selection. Most useful when you're building React Native or Flutter apps and need to respect platform conventions without memorizing every HIG or Material Design rule. The anti-memorization approach is genuinely helpful since it makes you ask about platform choice before generating code.
npx skills add https://github.com/vudovn/antigravity-kit --skill mobile-design