Cursor Skills Mobile

CURSOR-SKILLS rules for mobile (React Native, Flutter, Expo). Platform, performance, tests.

agent-kit-startup 4981e28 1.1 KB Updated

File contents

CURSOR-SKILLS - Mobile

Source: cursor-skills/mobile

CURSOR setup

  • React Native Tools, Flutter, Dart, Expo Tools; on native projects: Android Studio / Xcode per stack.

Typical structure

project/
├── src/   ├── tests/   ├── assets/   ├── android/   ├── ios/
└── .env

By framework

  • React Native: components, navigation, native APIs; ESLint; performance (lists, memo, lazy).
  • Flutter: widgets, state management; dart.flutterSdkPath if needed; Flutter tests.
  • Expo: expo-cli / expo-dev-client; Expo APIs and components; expo.toolsPath if needed.

Platform

  • iOS/Android differences; platform-specific code when needed; responsive design; each OS guidelines.

Performance and quality

  • Optimize images and assets; rendering and memory; Prettier, ESLint; tests (unit, integration, E2E); coverage ≥ 80%.

Security

  • Validate inputs; auth; sensitive data; HTTPS; OWASP mobile.

agent-kit-startup/agent-kit/tree/main/registry/skills/community/cursor-skills-mobile commit 4981e28eec

Frequently asked questions

npx skillmds@latest add agent-kit-startup/cursor-skills-mobile