dragoon0x/everything-design-taste

mobile-app-patterns

Mobile app design patterns, navigation, gestures, and platform-specific conventions.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill mobile-app-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,426 B
  • docs SUMMARY.md 111 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Mobile App Patterns

Navigation

Pattern Platforms Max Items
Bottom tab bar iOS, Android 3-5
Hamburger/drawer Android (primary), iOS (secondary) Unlimited
Top tabs Both 3-5 (scrollable for more)

Gestures

Gesture Common Action
Tap Select, activate
Long press Context menu, drag initiation
Swipe left Delete, archive (with confirmation)
Swipe right Reveal actions, go back
Pull down Refresh content
Pinch Zoom in/out

Platform Conventions

Element iOS Android
Back Left edge swipe, back button in nav System back button
Primary action Right side of nav bar FAB (floating action button)
Alerts Centered modal Snackbar at bottom
Selection Checkmarks Checkboxes
Switches iOS-style toggle Material toggle

Touch Targets

  • Minimum: 44x44pt (iOS), 48x48dp (Android)
  • Comfortable: 48x48pt / 56x56dp
  • Spacing between targets: 8px minimum

Performance

  • 60fps scrolling (non-negotiable)
  • Optimistic updates for network actions
  • Offline support for core features
  • Skeleton loading, not spinners