mobile-frontend

Standardize React Native mobile frontend patterns with NativeWind styling.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/netprtony/web-7nhan-cooking --skill mobile-frontend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-frontend
Source: https://github.com/netprtony/web-7nhan-cooking/tree/main/.agent/skills/mobile-frontend
Command: npx skills add https://github.com/netprtony/web-7nhan-cooking --skill mobile-frontend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill codifies and distributes reusable React Native frontend patterns to ensure consistent UI, styling, and component behavior across mobile platforms.

Core Features & Use Cases

  • Text styling discipline: enforce explicit styling on every Text element to ensure visual consistency.
  • Platform-aware styling: leverage ios: and android: tokens for native look on each platform.
  • Reusable components & patterns: adopt a unified approach for icons, inputs, and buttons to improve maintainability.
  • Progressive adoption: apply patterns incrementally across existing screens and new features.

Quick Start

Start by auditing a screen, update all Text components to include explicit styles, adopt platform-prefixed classes, and wrap shared UI pieces with the recommended reusable components.

Frequently Asked Questions about mobile-frontend

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

FAQPage Schema
How do I enforce consistent text styling across React Native screens?

Text styling discipline ensures every Text element has explicit styles applied, preventing visual inconsistencies. This Skill standardizes text styling patterns so all typography follows the same rules across iOS and Android, reducing layout surprises and maintenance overhead.

Can I use platform-specific styling tokens in React Native with NativeWind?

Yes. Platform-aware styling leverages ios: and android: prefixed tokens to apply native-looking styles to each platform. This Skill guides you through adopting platform-specific classes that render appropriately on iOS and Android without conditional logic.

What's the best way to standardize UI components across a React Native app?

Reusable components and patterns—icons, inputs, buttons—unified across screens improve maintainability and consistency. This Skill provides a framework for wrapping shared UI pieces so changes propagate uniformly and new features follow established conventions.

How do I apply mobile UI patterns incrementally to existing React Native screens?

Progressive adoption lets you update screens one at a time without refactoring the entire codebase. Start by auditing a screen, update Text components with explicit styles, adopt platform-prefixed classes, and wrap UI pieces with recommended components.

Do I need external tooling to enforce React Native styling patterns?

No. This Skill enforces explicit text styling, platform-specific tokens, reusable components, and safe-guarded navigation patterns without requiring external tooling, making adoption straightforward within your existing React Native and NativeWind setup.