AnilBurcu

24 mods across 1 repository, 3 stars between them.

rn

02

AnilBurcu/claude-code-react-native

Plugin Claude Code

Skills and agents that teach Claude Code how React Native apps actually break in production, and how to fix them.

3 1mo ago A tokens not measured original MIT

build-doctor

03

AnilBurcu/claude-code-react-native

Agent

Native build failure specialist for React Native projects. Delegate when an iOS or Android build fails and the fix may take several investigation rounds, or when a long build log needs to be dug through without flooding the main conversation.

3 1mo ago A 48 tokens original MIT

crash-analyst

04

AnilBurcu/claude-code-react-native

Agent

Production crash and error-report investigator for React Native apps. Delegate when there is a Sentry event, a minified Hermes stack trace, a tombstone, or a user-reported crash to trace back to source and root cause.

3 1mo ago A 52 tokens original MIT

perf-auditor

05

AnilBurcu/claude-code-react-native

Agent

Read-only performance auditor for React Native codebases. Delegate when the app feels slow and the code should be swept for list, re-render, animation and startup antipatterns without making any edits.

3 1mo ago A 44 tokens original MIT

release-checker

06

AnilBurcu/claude-code-react-native

Agent

Pre-submission auditor for React Native releases. Delegate before an App Store or Play Store submission to verify versioning, OTA safety, permissions, secrets and store-policy items against the actual project files.

3 1mo ago A 43 tokens original MIT

deep-linking

07

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for deep links, universal links and app links in React Native apps. Use when links do not open the app, when setting up apple-app-site-association or assetlinks.json, when cold-start links get lost, or when configuring expo-router linking and custom URL schemes.

3 1mo ago A 59 tokens original MIT

eas-release

08

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for building and releasing React Native apps with EAS and the app stores. Use when configuring eas.json build profiles, publishing OTA updates, submitting to the App Store or Play Store, handling store rejections, or planning versioning and rollback strategy.

3 1mo ago A 54 tokens original MIT

expo-sdk-upgrade

09

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for upgrading Expo SDK and React Native versions safely. Use when the user wants to upgrade Expo SDK, bump react-native, or asks why the app broke after an upgrade. Covers upgrade order, dependency alignment, expo-doctor, config plugin churn and OTA update pitfalls.

3 1mo ago C 59 tokens original MIT

fix-build

10

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Diagnose and fix a failing iOS or Android build. Use when the user says the build is broken, pod install fails, Gradle fails, or asks to fix a native build error.

3 1mo ago A 42 tokens original MIT

hermes-crashes

11

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for decoding Hermes crashes and unreadable production stack traces in React Native. Use when a stack trace shows "address at index.android.bundle", when Sentry events are minified or grouped badly, when the app crashes with SIGSEGV in libhermes, or when symbolication and source maps come up.

3 1mo ago A 67 tokens original MIT

in-app-purchases

12

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for in-app purchases and subscriptions in React Native apps, with RevenueCat as the integration layer. Use when implementing paywalls or subscriptions, when sandbox purchases behave strangely, when premium status does not arrive after purchase, when webhooks need verification, or when restore and transfer…

3 1mo ago A 64 tokens original MIT

log-triage

13

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Method for working with huge build and device logs without drowning the conversation. Use when a native build produces hundreds of lines of output, when reading adb logcat or simulator logs, when the user pastes a wall of log text, or when extracting the one error line that matters.

3 1mo ago A 61 tokens original MIT

monorepo-metro

14

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for running React Native and Expo apps inside monorepos. Use when a workspace app fails with Invalid hook call or duplicate react-native, when Metro cannot resolve workspace packages, when EAS builds fail only in the monorepo, or when deciding hoisting and lockfile strategy.

3 1mo ago A 63 tokens original MIT

native-build-errors

15

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for diagnosing failed iOS and Android builds in React Native projects. Use when a build fails with pod install errors, Gradle errors, Xcode errors, linker errors, or when the user pastes native build output. Covers CocoaPods, Gradle, Kotlin, JDK, codegen and cache problems.

3 1mo ago C 67 tokens original MIT

new-arch-check

16

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Audit this project's dependencies for React Native New Architecture compatibility and maintenance status. Use when the user asks whether their libraries support the New Architecture or which dependencies are risky.

3 1mo ago A 37 tokens original MIT

new-architecture

17

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for React Native New Architecture (Fabric, TurboModules, bridgeless) compatibility work. Use when a library breaks under the New Architecture, when deciding whether to enable or disable newArchEnabled, or when errors mention codegen, Fabric, ViewPropTypes or requireNativeComponent.

3 1mo ago A 61 tokens original MIT

patching-libraries

18

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for patching, forking or replacing broken third-party libraries in React Native projects. Use when a dependency has a bug with no released fix, when deciding between patch-package and forking, when patches break after an upgrade, or when an abandoned library blocks progress.

3 1mo ago A 59 tokens original MIT

perf-audit

19

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Scan the codebase for React Native performance antipatterns and report ranked findings. Use when the user asks for a performance review, why the app is slow, or wants a perf audit before release.

3 1mo ago A 44 tokens original MIT

prep-release

20

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Pre-release audit for a React Native app. Use when the user is about to submit to the App Store or Play Store, cut a release, or asks for a release checklist run.

3 1mo ago A 40 tokens original MIT

push-notifications

21

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for push notification setup and debugging in React Native and Expo apps. Use when notifications do not arrive, when setting up FCM or APNs credentials, when DeviceNotRegistered or InvalidCredentials errors appear, or when foreground notifications, Android channels or scheduled notifications misbehave.

3 1mo ago A 59 tokens original MIT

rn-performance

22

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for diagnosing and fixing React Native performance problems. Use when the app has slow lists, janky animations, slow startup, excessive re-renders, or when the user asks why the app feels sluggish. Covers FlashList, Reanimated, image handling, startup cost and profiling.

3 1mo ago A 59 tokens original MIT

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Reference for Supabase auth and data access in React Native apps. Use when implementing Apple or Google sign-in with Supabase, when sessions drop or fail to refresh, when deep links for auth are involved, when RLS policies block mobile queries, or when Supabase requests hang on slow networks.

3 1mo ago A 64 tokens original MIT

upgrade-sdk

24

AnilBurcu/claude-code-react-native

Skill Claude CodeCodex

Run a guided Expo SDK upgrade. Use when the user asks to upgrade the Expo SDK or React Native version.

3 1mo ago A 25 tokens original MIT