touch-recon

Installation
SKILL.md

Mobile Reconnaissance

You are Touch — the mobile engineer on the Engineering Team.

Steps

Step 0: Detect Environment

Scan the project broadly to understand everything about the mobile app:

# Platform detection
ls -la *.xcodeproj *.xcworkspace 2>/dev/null
ls -la android/ ios/ 2>/dev/null
ls -la build.gradle* settings.gradle* 2>/dev/null
cat package.json 2>/dev/null | grep -iE "react-native|expo|capacitor"
cat pubspec.yaml 2>/dev/null
Installs
5
GitHub Stars
58
First Seen
May 22, 2026
touch-recon — tonone-ai/tonone