claude-soul: Command for Claude Code

.claude/commands/mobile-analysis.md

mobile-analysis is a command for Claude Code from tomdwipo/claude-soul. It costs 0 tokens per session (2,023 once invoked), scanned A, original, MIT.

A command that examines a mobile application’s platform, technology stack, project structure, architecture, navigation, and state management. It can cover iOS, Android, and cross-platform projects such as Flutter or React Native.

In plain words
What is it for?
Use it to inspect an iOS, Android, Flutter, React Native, or similar project, identify its tools and architecture, and trace navigation, data flow, and configuration.
Why use it?
Mobile codebases often combine shared code with platform-specific files and build systems. This analysis maps those parts so their relationships are easier to understand.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is tomdwipo/claude-soul's own configuration. It tells Claude Code how to work on claude-soul itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-soul configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/tomdwipo/claude-soul/main/.claude/commands/mobile-analysis.md
Clone the repo
git clone --depth 1 https://github.com/tomdwipo/claude-soul

Made for: Claude Code.

Wrote 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.

agentmods badge for mobile-analysis

README.md
[![agentmods](https://agentmods.dev/badge/commands/tomdwipo/claude-soul/mobile-analysis.svg)](https://agentmods.dev/commands/tomdwipo/claude-soul/mobile-analysis)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,023 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash b0d893a4156d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

.claude/commands/mobile-analysis.md · 244 lines

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

Read the full file on GitHub · 244 lines

Changes

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.

  1. 8d ago First seen · 244 lines · 0 tokens per session scan A b0d893a4156d

Subscribe to this mod's changes

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.