agentsclimarketplace

Mobile craft

Skill sarveshsea/design-skills/skills/mobile-craft

Mobile-first design mastery — touch targets, gesture patterns, responsive breakpoints, native-feel animations, thumb zones, platform conventions (iOS/Android), and progressive enhancement strategiesFrom its SKILL.md

Install
npx -y skills add sarveshsea/design-skills --skill mobile-craft

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 250 tokens by cl100k_base, as published. Nobody here has run it

Mobile craft

Read the mobile design guide. Start from the target platforms, device classes, input modes, and critical user journeys. Protect touch-target size, gesture discoverability, safe areas, keyboard behavior, loading and recovery states, and reduced motion. Reuse platform and product primitives before inventing controls. Verify on representative small and large viewports and, when possible, real devices.

Platform routing

  • For native SwiftUI work, load swiftui-design-engineering first.
  • Add swiftui-liquid-glass only when the feature uses iOS 26+ glass APIs.
  • Add ios-app-intents for Siri, Shortcuts, Spotlight, widgets, or Apple Intelligence surfaces.
  • Add swiftdata-persistence, swift-concurrency-safety, or swift-testing only when the feature crosses those boundaries.
  • Use xcode-build-reliability and ios-performance-debugging for build, simulator, trace, and release proof.

Do not translate web breakpoints, hover behavior, or ARIA patterns directly into native iOS code. Preserve the shared product intent, then use Apple platform controls, Dynamic Type, VoiceOver, safe areas, and navigation conventions.

What ships with it: 2 files

48.7 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.