Guides Expo React Native feature development with best practices and code templates for project setup, Expo Router navigation, screens, data fetching, authentication, deep linking, forms, and testing.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin pproenca-dot-skills-1This skill uses the workspace's default tool permissions.
Comprehensive feature development guide for Expo React Native applications. Contains 50 rules across 10 categories, covering everything from project setup to testing. Includes production-ready code templates for common features.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Builds DCF models with sensitivity analysis, Monte Carlo simulations, and scenario planning for investment valuation and risk assessment.
Calculates profitability (ROE, margins), liquidity (current ratio), leverage, efficiency, and valuation (P/E, EV/EBITDA) ratios from financial statements in CSV, JSON, text, or Excel for investment analysis.
Comprehensive feature development guide for Expo React Native applications. Contains 50 rules across 10 categories, covering everything from project setup to testing. Includes production-ready code templates for common features.
Reference these guidelines when:
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Project Setup & Configuration | CRITICAL | setup- |
| 2 | Routing & Navigation | CRITICAL | route- |
| 3 | Screen Patterns & Layouts | HIGH | screen- |
| 4 | Data Fetching & State | HIGH | data- |
| 5 | Authentication & Security | HIGH | auth- |
| 6 | Deep Linking & Universal Links | HIGH | link- |
| 7 | Native UX Patterns | MEDIUM-HIGH | ux- |
| 8 | Forms & User Input | MEDIUM | form- |
| 9 | Assets & Theming | MEDIUM | asset- |
| 10 | Error Handling & Testing | MEDIUM | test- |
setup-typescript-config - Configure TypeScript with strict modesetup-app-config-typescript - Use typed app.config.tssetup-environment-variables - EXPO_PUBLIC_ prefix for client varssetup-eas-build-profiles - EAS build profiles per environmentsetup-development-build - Development builds vs Expo Goroute-file-based-routing - File-based routing with Expo Routerroute-tab-navigator - Tab navigator with route groupsroute-dynamic-segments - Dynamic route segments [param]route-stack-within-tabs - Nested stack in tabsroute-modal-presentation - Modal screen presentationroute-typed-routes - Enable typed routesroute-drawer-navigator - Drawer navigator setupscreen-list-flashlist - FlashList for large listsscreen-detail-params - Pass minimal data via paramsscreen-loading-state - Loading and error statesscreen-pull-to-refresh - Pull-to-refresh patternscreen-header-options - Configure screen headersscreen-settings-list - Settings screen with SectionListdata-api-routes - Server-side API routesdata-secure-store - SecureStore for sensitive datadata-sqlite-local - SQLite for complex local datadata-fetch-on-focus - Refetch on screen focusdata-async-storage-simple - AsyncStorage for preferencesdata-abort-controller - Cancel fetch on unmountauth-protected-routes - Stack.Protected guardsauth-context-provider - Auth context with sessionauth-oauth-flow - OAuth with AuthSessionauth-login-form - Login form with validationauth-splash-loading - Splash screen during auth checklink-deep-linking-scheme - Custom URL schemelink-universal-links-ios - iOS Universal Linkslink-android-app-links - Android App Linkslink-handle-incoming - Handle incoming URLsux-safe-area-insets - SafeAreaView for notchesux-status-bar - Status bar stylingux-haptic-feedback - Haptic feedback on actionsux-gesture-handler - Gesture handler for swipesux-keyboard-avoiding - KeyboardAvoidingViewform-text-input-config - TextInput keyboard typesform-controlled-inputs - Controlled inputs with useStateform-submit-button-state - Disable button during submitform-dismiss-keyboard - Dismiss keyboard on tap outsideasset-image-optimization - expo-image for cachingasset-font-loading - Load fonts with useFontsasset-vector-icons - @expo/vector-iconsasset-splash-screen - Splash screen configurationtest-jest-setup - Jest with jest-expo presettest-component-testing - Testing Library for componentstest-error-boundary - Error boundariestest-e2e-maestro - Maestro E2E testingProduction-ready templates are available in assets/templates/:
| Template | Description |
|---|---|
layouts/tab-layout.tsx | Bottom tab navigator with icons |
layouts/auth-layout.tsx | Root layout with protected routes |
screens/list-screen.tsx | List with FlashList, refresh, states |
screens/detail-screen.tsx | Detail screen with param handling |
screens/form-screen.tsx | Form with validation, keyboard handling |
hooks/use-auth.tsx | Auth context with SecureStore |
components/error-boundary.tsx | Error boundary component |
Read individual reference files for detailed explanations and code examples:
For a single comprehensive document with all rules, see AGENTS.md.
| File | Description |
|---|---|
| AGENTS.md | Complete compiled guide with all rules |
| references/_sections.md | Category definitions and ordering |
| assets/templates/ | Production-ready code templates |
| metadata.json | Version and reference information |