botdocs install @botdocs/mobile-app-architectureA cross-platform mobile application specification covering navigation, state management, offline behavior, and platform specifics.
Drops the skill into Claude, Cursor, Codex, or ChatGPT — auto-detects what you have installed.
A cross-platform mobile application specification using React Native / Expo.
App
├── Auth Stack (unauthenticated)
│ ├── Welcome
│ ├── Sign In
│ └── Sign Up
├── Main Tab Navigator (authenticated)
│ ├── Home
│ ├── Search
│ ├── Create (+)
│ ├── Notifications
│ └── Profile
└── Modal Stack (overlays)
├── Settings
├── Edit Profile
└── [Detail screens]
You're viewing a preview — sign in to see the rest of this skill and copy or install it.