Touch
MobileShipping mobile apps that pass App Store review and don't crash.
Mobile engineer who scaffolds iOS and Android apps with navigation, API client, auth, and push notifications from day one. Builds features with proper offline handling, state management, and deep linking. Sets up Fastlane pipelines for code signing, TestFlight distribution, and App Store submission. Audits apps for startup time, crash reporting, store compliance, and accessibility.
Read the field guide: The AI Mobile Engineer for iOS and AndroidInstall Touch
Touch
Install Touch
1. Add to marketplace
$ claude plugin marketplace add tonone-ai/tonone
2. Install Touch
$ claude plugin install touch@tonone-ai
6 skills included.
Engineering team
Install the Engineering team
1. Add to marketplace
$ claude plugin marketplace add tonone-ai/tonone
2. Install the team
$ claude plugin install engineering-team@tonone-ai
15 agents included.
6 Skills
Everything Touch can do in your project
See it in action
The same task. Once without Tonone, once with Touch.
Task
Scaffold a React Native app for our product
Without TononeNo specialist
$ claude "Create a React Native app scaffold"
npx react-native init MyApp
This gives you a basic Hello World screen.
You'll want to add navigation, auth, and
any other features you need.
Good libraries to consider:
React Navigation, Redux or Zustand, Axios
With Touch/touch-app
$ /touch-app "Scaffold a React Native app"
Production scaffold, day-one requirements:
Navigation React Navigation 6, typed screens
Auth JWT + biometric (FaceID/Fingerprint)
API client Axios + retry + offline write queue
Push FCM + APNs, typed payloads
Deep links Universal links + app scheme
Fastlane TestFlight + Play Store lanes
✓ Offline write queue: no lost actions
✓ Store submission config: 0 rejection gaps