Senior Mobile

🌐Community
by borghei · vlatest · Repository

Automates complex mobile UI testing workflows, generating robust test suites and identifying regressions quickly.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add senior-mobile npx -- -y @trustedskills/senior-mobile
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "senior-mobile": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/senior-mobile"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Senior Mobile skill assists with mobile application development across iOS, Android, React Native, and Flutter platforms. It provides scripts to scaffold projects, build applications for production, generate App Store/Play Store metadata, and profile rendering performance. The skill streamlines common workflows and offers guidance on platform selection based on various factors like language preference, UI framework needs, and code sharing requirements.

When to use it

  • Project Setup: Quickly create new mobile projects using React Native, iOS, Android, or Flutter templates.
  • Production Builds: Automate the build process for iOS and Android applications with environment-specific configurations.
  • App Store Preparation: Generate necessary metadata (screenshots) for publishing to app stores.
  • Performance Optimization: Profile rendering, memory usage, and startup performance on Android devices.

Key capabilities

  • Project scaffolding using scripts/mobile_scaffold.py for React Native, iOS, and Android projects.
  • Automated builds with environment and platform flags via scripts/build.py.
  • Generation of App Store / Play Store listing metadata using scripts/store_metadata.py.
  • Performance profiling capabilities with scripts/profile.py (Android only).
  • Guidance on selecting the appropriate mobile development platform based on project requirements.

Example prompts

  • "Create a new React Native project named 'MyApp'."
  • "Build the iOS application for production."
  • "Generate App Store metadata using screenshots from the './screenshots' directory."
  • "Profile rendering performance of my Android app and output a report to 'report.html'."

Tips & gotchas

  • The skill primarily utilizes Python scripts; ensure you have Python installed to execute them.
  • The platform decision matrix provides valuable insights for choosing between native iOS, native Android, React Native, and Flutter based on project needs.
  • Workflow examples are provided for React Native (Expo Router) and SwiftUI development, offering a structured approach to common tasks.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
borghei
Installs
181

🌐 Community

Passed automated security scans.