·mobile-app-interface
</>

mobile-app-interface

qodex-ai/ai-agent-skills

Design native iOS mobile app interfaces and components. Creates user-centric mobile designs following platform conventions and best practices.

22Installs·0Trend·@qodex-ai

Installation

$npx skills add https://github.com/qodex-ai/ai-agent-skills --skill mobile-app-interface

SKILL.md

“Design a modern, clean iOS app using Expo and React Native that follows Apple’s Human Interface Guidelines: prioritize clear hierarchy and harmony; respect safe areas; use responsive Flexbox layouts and Dynamic Type with SF Pro; support dark mode with semantic system-friendly colors; keep minimum 44pt touch targets; use native navigation patterns (tabs, stacks, modals) and standard gestures; apply Liquid Glass ma...

Design Rules 1) Safe Areas Rule Wrap screens with SafeAreaProvider/SafeAreaView to avoid notches and the home indicator; never hard‑code insets.​

export function Screen({ children }) { return {children} ; } 2) Typography Rule Use SF Pro Text/Display (or system) with a documented type ramp; support Dynamic Type so text scales with user settings.​

Design native iOS mobile app interfaces and components. Creates user-centric mobile designs following platform conventions and best practices. Source: qodex-ai/ai-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill mobile-app-interface
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is mobile-app-interface?

Design native iOS mobile app interfaces and components. Creates user-centric mobile designs following platform conventions and best practices. Source: qodex-ai/ai-agent-skills.

How do I install mobile-app-interface?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/qodex-ai/ai-agent-skills --skill mobile-app-interface Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/qodex-ai/ai-agent-skills