mobile-design
Enforces mobile-first design principles, performance standards, and platform-specific best practices for iOS and Android.
Install
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill mobile-designStats
| Total installs | 1,604 |
| Weekly installs | 1.6K |
| GitHub stars | 27.9K |
| First seen | Jan 20, 2026 |
| Source | @sickn33/antigravity-awesome-skills |
Summary
- Enforces mandatory platform clarity (iOS, Android, or both) and framework selection before any design or implementation work begins
- Provides Mobile Feasibility & Risk Index (MFRI) scoring system to assess feature viability across platform clarity, interaction complexity, performance, offline dependence, and accessibility
- Bans 15+ common anti-patterns across performance (ScrollView for lists, inline renders, console.log in production), touch UX (sub-44px targets, gesture-only actions), and security (tokens in AsyncStorage, hardcoded secrets)
- Includes platform-specific conventions matrix, Fitts' Law guidance for touch interaction, and required code patterns for React Native (FlatList with memo/useCallback) and Flutter (const widgets)
- Mandates completion of mobile checkpoint and release readiness checklist covering touch targets, offline handling, secure storage, list optimization, and low-end device testing
Tags
Related skills
| Skill | Installs | vs mobile-design |
|---|---|---|
| swift-testing-pro | 1,514 | -90 |
| swift-style | 1,354 | -250 |
| swift-testing-expert | 1,781 | +177 |
| asc-signing-setup | 1,255 | -349 |
| kotlin-specialist | 1,386 | -218 |
FAQ
- How many installs does mobile-design have?
- mobile-design has 1,604 total installs and 1.6K installs this week.
- Where is mobile-design hosted?
- mobile-design is published by @sickn33/antigravity-awesome-skills at https://github.com/sickn33/antigravity-awesome-skills.
- How many GitHub stars does mobile-design have?
- mobile-design has 27.9K GitHub stars.
- When was mobile-design first indexed?
- OrangeBot.AI first indexed mobile-design on Jan 20, 2026.
- How do I install mobile-design?
- Run: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill mobile-design