Mobile & native development — Master Hub
Use for mobile and native development: React Native, Expo, iOS, Android, Swift.
How to use this hub
This single skill bundles all 6 mobile skills. Each bundled skill's full instructions live in skills/<name>/GUIDE.md (plus any scripts/, data/, references/ next to it).
Workflow:
- Match the user's request to one or more skills in the list below.
- Read that skill's
skills/<name>/GUIDE.md for full instructions before acting.
- Combine multiple bundled skills when a task spans several areas.
Bundled skills
- blastum-hummingbird — Swift Hummingbird 2 web framework — routing, Application lifecycle, streaming responses, middleware, extensions, and SPM. Use when building or debugging Hummingbird servers, TaxWeb/taxcalc, SwiftNI...
→ skills/blastum-hummingbird/GUIDE.md
- blastum-ios-speech — Add on-device speech recognition (STT) and text-to-speech prompting (TTS) to iOS apps. Use when integrating voice input, voice commands, spoken prompts, or speech-driven flows with Apple Speech and...
→ skills/blastum-ios-speech/GUIDE.md
- blastum-xcode-build — Build and run iOS/macOS apps using xcodebuild and xcrun simctl directly. Use when building Xcode projects, running iOS simulators, managing devices, compiling Swift code, running UI tests, or autom...
→ skills/blastum-xcode-build/GUIDE.md
- cursor-skills-mobile — Mobile development rules for Cursor — React Native, Flutter, Expo, and native mobile patterns. Use for mobile app development.
→ skills/cursor-skills-mobile/GUIDE.md
- react-native-patterns — Build mobile apps with React Native and Expo — navigation, platform-specific code, performance, and native modules.
→ skills/react-native-patterns/GUIDE.md
- vercel-react-native-skills — React Native and Expo best practices for building performant mobile apps. Use
→ skills/vercel-react-native-skills/GUIDE.md
Note
These bundled skills are intentionally not registered as separate Cursor skills (their files are GUIDE.md, not SKILL.md) so only this master appears in the skills list. Read the relevant GUIDE.md on demand.
1---2name: mobile-master3description: Mobile & native development — Master Hub4---56# Mobile & native development — Master Hub78Use for mobile and native development: React Native, Expo, iOS, Android, Swift.910## How to use this hub1112This single skill bundles **all 6 mobile skills**. Each bundled skill's full instructions live in `skills/<name>/GUIDE.md` (plus any `scripts/`, `data/`, `references/` next to it).1314**Workflow:**151. Match the user's request to one or more skills in the list below.162. Read that skill's `skills/<name>/GUIDE.md` for full instructions before acting.173. Combine multiple bundled skills when a task spans several areas.1819## Bundled skills2021- **blastum-hummingbird** — Swift Hummingbird 2 web framework — routing, Application lifecycle, streaming responses, middleware, extensions, and SPM. Use when building or debugging Hummingbird servers, TaxWeb/taxcalc, SwiftNI... 22 → `skills/blastum-hummingbird/GUIDE.md`23- **blastum-ios-speech** — Add on-device speech recognition (STT) and text-to-speech prompting (TTS) to iOS apps. Use when integrating voice input, voice commands, spoken prompts, or speech-driven flows with Apple Speech and... 24 → `skills/blastum-ios-speech/GUIDE.md`25- **blastum-xcode-build** — Build and run iOS/macOS apps using xcodebuild and xcrun simctl directly. Use when building Xcode projects, running iOS simulators, managing devices, compiling Swift code, running UI tests, or autom... 26 → `skills/blastum-xcode-build/GUIDE.md`27- **cursor-skills-mobile** — Mobile development rules for Cursor — React Native, Flutter, Expo, and native mobile patterns. Use for mobile app development. 28 → `skills/cursor-skills-mobile/GUIDE.md`29- **react-native-patterns** — Build mobile apps with React Native and Expo — navigation, platform-specific code, performance, and native modules. 30 → `skills/react-native-patterns/GUIDE.md`31- **vercel-react-native-skills** — React Native and Expo best practices for building performant mobile apps. Use 32 → `skills/vercel-react-native-skills/GUIDE.md`3334## Note3536These bundled skills are intentionally not registered as separate Cursor skills (their files are `GUIDE.md`, not `SKILL.md`) so only this master appears in the skills list. Read the relevant `GUIDE.md` on demand.