Skill Claude CodeCodex
How to effectively use the react-native-docs-mcp search and doc-retrieval tools instead of relying on training-data memory of React Native APIs.
189 tagged react-native, measured the same way as everything else here.
Browse within: expo 64nextjs 53design-to-code 36stitch 36ios 25android 24mobile-app 17agentic 16digital-health 13vibe-coding 13boilerplate 12ai-skills 10chat 10mobile-development 10
Skill Claude CodeCodex
How to effectively use the react-native-docs-mcp search and doc-retrieval tools instead of relying on training-data memory of React Native APIs.
Skill Claude CodeCodexCursor
Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or…
Skill Claude CodeCodexCursor
Feature development for this repo — XP, DDD, BDD, TDD, Glossary naming, Apple HIG minimal UX, living docs sync (C4 / Glossary / User Story Map), and mandatory commit/PR standards (why body + References from official docs and research). Use when implementing features, writing tests, committing, opening PRs, UI work, or…
Skill Claude CodeCodexCursor
Spring AI 2.0 Development Guide. Covers ChatClient API, Structured Output, RAG, Tool Calling, Embeddings, Vector Store, MCP Integration, Clean Architecture Integration.
Ampli-Group/agentic-mobile-blueprint
Skill Claude CodeCodex
Set up push notifications for iOS and Android using Expo Notifications and Supabase Edge Functions. Use when adding push notifications, configuring APNs/FCM credentials, sending notifications from the backend, or troubleshooting notification delivery.
Ampli-Group/agentic-mobile-blueprint
Skill Claude CodeCodex
Integrate RevenueCat for in-app purchases — consumable credit packs or subscriptions. Use when setting up RevenueCat, creating products in App Store Connect / Google Play, configuring the SDK, building a paywall, or handling purchase webhooks in Supabase Edge Functions.
Ampli-Group/agentic-mobile-blueprint
Skill Claude CodeCodex
Configure Sign in with Apple and Sign in with Google for Supabase Auth. Use when adding social login, troubleshooting OAuth redirects, setting up Apple Services ID, Google OAuth credentials, or linking Google Play Console to Google Cloud.
hewr-srood/tanstack-appoperation-kit
Skill Claude CodeCodexCursor
Standardize how API requests are defined and consumed via AppOperation together with TanStack Query. Use in React Native/Expo projects when the user mentions appOperation, QUERYKEYS, api.ts from this kit, or wants to add new API calls, hooks, or screens that talk to the backend.
rn-devtools-hub/rn-devtools-hub
Skill Claude CodeCodex
Drive a running React Native or Expo app from inside its JS runtime. Use whenever working on an RN/Expo app with the rn-devtools-hub MCP server connected, and specifically when you need to see what is on screen, act on it without coordinates, find which file produced an element, prove a change worked, reproduce a…
rn-devtools-hub/rn-devtools-hub
Skill Claude CodeCodex
Ship a React Native or Expo app to TestFlight, the App Store and Google Play from the hub, and read where a release actually stands. Use when the app is being released, promoted, halted or investigated after shipping. Triggers on "ship it", "send it to TestFlight", "submit for review", "is the build ready", "promote…
AndrewDongminYoo/rn-agents-kit
Skill Claude CodeCodex
Use when a React Native project has messy assets — unreferenced/unused image, SVG, or Lottie files, scattered or deeply-relative require() paths, or string-based asset references you want made type-safe. Audits first (read-only), then offers git-safe cleanup. Wraps the rn-typed-assets CLI.
AndrewDongminYoo/rn-agents-kit
Skill Claude CodeCodex
Use when you need to read a running React Native app's console output — confirm a log fired, watch console.warn/error, or verify runtime behavior — without opening the DevTools GUI. Reads logs from Metro's CDP endpoint; bounded by default. Read-only with respect to project source. Runs the bundled rn-console.mjs…
AndrewDongminYoo/rn-agents-kit
Skill Claude CodeCodex
Use when planning a React Native upgrade or asking "is my app ready for the New Architecture?" — audits which dependencies and app-local native modules block enabling the New Architecture. Read-only; reports and interprets, changes nothing. Wraps the rn-newarch-ready CLI.
Skill Claude CodeCodex
Write Saudi Arabic for apps and websites — localizing UI strings and product copy, naming a feature in Arabic, or reviewing Arabic that reads like a translation. Use when Arabic must feel like a message from someone who knows the person, rather than English wearing Arabic words.
Skill Claude CodeCodex
Opinionated production conventions for react-native-unistyles v3 (React Native / Expo): Tailwind-style theme scales, dynamic-function styling over conditional arrays, gap-over-margin, theme-only values. Use when styling or theming React Native / Expo components, writing or refactoring StyleSheet.create, converting RN…
Skill Claude CodeCodex
Production conventions for TanStack Query (React Query): a five-file feature folder (types/requests/keys/queries/mutations), queryOptions() key factories with a single all() root per feature for hierarchical invalidation, QueryConfig/MutationConfig type helpers, optimistic updates with rollback, and useInfiniteQuery…
Skill Claude CodeCodex
Expo and React Native done right. Expo Router, EAS Build, native modules, platform-specific patterns, and navigation.
YansIlinta/video-agent-runtime
Skill Claude CodeCodex
Operate Video Agent Runtime projects through structured MCP tools for transcript-first long-form-to-short-form editing, preview review, feedback diagnosis, narration, versioning, and approved export. Use for editing an existing runtime project; do not use for direct FFmpeg or manual project-JSON changes.
Skill Claude CodeCodex
How to effectively use the react-native-docs-mcp search and doc-retrieval tools instead of relying on training-data memory of React Native APIs.
Skill Claude CodeCodexCursor
Investigate slow React Native screen renders using TracePilot MCP (profiles, UI automation, native logs). Use when the user asks why a screen is slow, janky, or re-rendering too much in a local RN debug build.