mobile

Automates creation and modification of React Native screens and navigation flows.

94|49|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/josipjelic/orchestrated-project-template --skill mobile-josipjelic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile
Source: https://github.com/josipjelic/orchestrated-project-template/tree/main/.claude/skills/mobile
Command: npx skills add https://github.com/josipjelic/orchestrated-project-template --skill mobile-josipjelic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when creating or modifying React Native screens, implementing navigation flows, handling mobile-specific state or gestures, writing platform-specific code (iOS/Android), integrating native modules or Expo SDK APIs, or optimizing mobile performance.

Core Features & Use Cases

  • Scaffold and evolve mobile screens with consistent architecture, navigation wiring, and reusable UI primitives.
  • Manage platform-specific code paths (iOS vs Android) and Expo integrations while maintaining a single source of truth.
  • Optimize performance and accessibility across devices, with guidelines for testing and linting.

Quick Start

Create or open a mobile screen and run the onboarding step to initialize the setup.

Frequently Asked Questions about mobile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold React Native screens with navigation flows?

Scaffolding React Native screens automates the creation of mobile views with consistent architecture, navigation wiring, and reusable UI primitives. It ensures adherence to coding standards, linting, and type checking during the initial setup process.

What is the best way to manage platform-specific code paths for iOS and Android?

Managing platform-specific code paths for iOS and Android allows developers to handle mobile-specific state or gestures while maintaining a single source of truth. This approach ensures cross-platform testing and consistent behavior across devices.

Can I use Expo integrations with React Native navigation flows?

Yes, Expo integrations work with React Native navigation flows to connect native modules and Expo SDK APIs. This integration maintains a single source of truth while handling platform-specific code and optimizing mobile performance.

How do I optimize React Native performance and accessibility across devices?

Optimizing React Native performance and accessibility involves tuning UI performance across devices and ensuring accessibility requirements are met. Guidelines for cross-platform testing and linting help maintain consistent behavior throughout the mobile project.

Does this React Native screen creation approach handle linting and type checking?

Yes, React Native screen creation enforces linting, type checking, and coding standards as described in the documentation. This ensures that scaffolded screens and navigation flows adhere to project requirements throughout development.