tauri-mobile
When to use this skill
ALWAYS use this skill when the user mentions:
- Android or iOS builds for a Tauri app
- Mobile debugging or running on devices/emulators
- Bundle identifier (bundle ID) configuration
Trigger phrases include:
- "mobile", "android", "ios", "bundle id", "mobile debug", "emulator"
How to use this skill
- Initialize mobile support:
npm run tauri android init npm run tauri ios init - Configure bundle identifiers in
tauri.conf.json:{ "identifier": "com.example.myapp" } - Run on Android emulator or device:
npm run tauri android dev - Run on iOS simulator:
npm run tauri ios dev - Debug mobile: Use Chrome DevTools for Android WebView debugging or Safari Web Inspector for iOS
- Prerequisites: Android Studio with NDK installed for Android; Xcode for iOS
- Handle responsive UI by testing across different screen sizes and orientations
Outputs
- Mobile project initialization commands
- Bundle identifier configuration
- Dev/debug workflow for Android and iOS
- Prerequisite checklist (Android Studio, Xcode)
References
Keywords
tauri mobile, android, ios, bundle id, mobile debugging, emulator
More from partme-ai/full-stack-skills
vite
Guidance for Vite using the official Guide, Config Reference, and Plugins pages. Use when the user needs Vite setup, configuration, or plugin selection details.
68ascii-cli-logo-banner
Entry point for ASCII CLI banners that routes to the Python built-in font skill or figlet.js/FIGfont skill. Use when the user wants a startup banner, ASCII logo, terminal welcome screen, or CLI branding for a service.
38ascii-terminal-animation-pack
Plan and generate terminal ASCII animations/screensaver-style output (FPS, refresh rules, loop policy, low-flicker guidance), with a static poster frame and an optional local demo script.
34ascii-image-to-ascii
“Convert an image into ASCII art (readable + detail variants, width/charset controls, optional ANSI), for terminal previews and plain-text image substitutes.”
34vue-router-v4
Provides comprehensive guidance for Vue Router v4 including route configuration, navigation, nested routes, route guards, and Vue 3 integration. Use when the user asks about Vue Router v4, needs to set up routing for Vue 3 applications, implement navigation guards, or work with Vue Router v4 features.
33ant-design-react
Builds enterprise React UIs with Ant Design (antd) including 60+ components (Button, Form, Table, Select, Modal, Message), design tokens, TypeScript support, and ConfigProvider theming. Use when the user needs to create React applications with Ant Design, build forms with validation, display data tables, or customize the Ant Design theme.
33