Borrowing it
Nothing to install: this file belongs to tomdwipo/claude-soul. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/tomdwipo/claude-soul/main/.claude/commands/mobile-analysis.mdgit clone --depth 1 https://github.com/tomdwipo/claude-soulWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/tomdwipo/claude-soul/mobile-analysis)<a href="https://agentmods.dev/commands/tomdwipo/claude-soul/mobile-analysis"><img src="https://agentmods.dev/badge/commands/tomdwipo/claude-soul/mobile-analysis.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.02023 |
| Opus 5 | $0.00000 | $0.01012 |
| Sonnet 5 | $0.00000 | $0.00405 |
| Haiku 4.5 | $0.00000 | $0.00202 |
Grade A, and why
mobile-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 244 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Complete Mobile Codebase Analysis
Perform comprehensive mobile-focused analysis: $ARGUMENTS
Phase 1: Mobile Platform & Technology Discovery
1.1 Platform Identification
# Detect mobile platform type
ls -la | grep -E "(android|ios|flutter|react-native|cordova|ionic|xamarin)"
find . -name "*.xcodeproj" -o -name "*.xcworkspace" -o -name "android" -o -name "pubspec.yaml" -o -name "package.json"
1.2 Mobile Technology Stack
iOS: Xcode project files, Swift/Objective-C, CocoaPods, SPM Android: Gradle files, Java/Kotlin, Android manifest Cross-platform: React Native, Flutter, Ionic, Cordova, Xamarin Hybrid: Capacitor, PhoneGap, WebView-based apps
1.3 Project Structure Analysis
Platform-specific directories (ios/, android/, lib/, src/) Shared code vs platform-specific code Asset organization (images, fonts, configs) Configuration files and build scripts
Phase 2: Mobile Architecture & Patterns
2.1 App Architecture Pattern
iOS: MVC, MVP, MVVM, VIPER, Coordinator pattern Android: MVVM, MVP, Clean Architecture, MVI Cross-platform: Redux, BLoC, Provider, Riverpod, MobX State management approach and data flow
2.2 Navigation & Routing
find . -name "*navigation*" -o -name "*router*" -o -name "*route*" | grep -v node_modules
Navigation patterns and libraries used Screen/page organization and flow Deep linking and URL routing setup Tab navigation, stack navigation, drawer navigation
2.3 UI/UX Architecture
Design system and component library usage Theme and styling approach Responsive design and screen adaptation Accessibility implementation
Phase 3: Mobile-Specific Features Analysis
3.1 Device Integration
grep -r -i "camera\|location\|bluetooth\|biometric\|push\|notification" . --include="*.js" --include="*.ts" --include="*.dart" --include="*.swift" --include="*.kt"
3.2 Native Features Inventory
Camera & Media: Photo capture, video recording, gallery access Location Services: GPS, geofencing, maps integration Sensors: Accelerometer, gyroscope, proximity, ambient light Biometrics: Face ID, Touch ID, fingerprint authentication Communications: Bluetooth, NFC, WiFi, cellular System Integration: Contacts, calendar, photos, files
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 244 lines · 0 tokens per session scan A b0d893a4156d
mobile-analysis is a command published in the GitHub repository tomdwipo/claude-soul (24 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,023 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
app-store-audit
Run an enterprise pre submission compliance audit on an iOS or Android app against Apple App Store and Google Play rejection rules. Pass a project path or run from the project root.
initialize-ios
Manual override: initialize ast-index for iOS/Swift/ObjC project.
maestro-selectors-instructions
Guide to using Maestro selectors for targeting UI elements in tests.
mobile-performance-check
Analyze mobile app for performance issues using the mobile-best-practices database.
flutter-review
Review Flutter/Dart code for idiomatic patterns, widget best practices, state management, performance, accessibility, and security. Invokes the flutter-reviewer agent.
flutter-test
Run Flutter/Dart tests, report failures, and incrementally fix test issues. Covers unit, widget, golden, and integration tests.