everything-react-native-expo: Agent for Claude Code

.claude/agents/upgrade-assistant.md

upgrade-assistant is an agent for Claude Code from JubaKitiashvili/everything-react-native-expo. It costs 32 tokens per session (1,382 once invoked), scanned A, original, MIT.

An upgrade guide for Expo and React Native, tools for building mobile apps with JavaScript and React.

In plain words
What is it for?
It plans migrations, checks compatibility, suggests code changes, provides exact dependency versions, and includes a rollback plan.
Why use it?
It helps developers identify breaking changes and dependency conflicts before a version upgrade causes regressions.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is JubaKitiashvili/everything-react-native-expo's own configuration. It tells Claude Code how to work on everything-react-native-expo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything everything-react-native-expo configures →

Part of the erne-universal plugin — 45 skills, 12 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to JubaKitiashvili/everything-react-native-expo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/JubaKitiashvili/everything-react-native-expo/main/.claude/agents/upgrade-assistant.md
Clone the repo
git clone --depth 1 https://github.com/JubaKitiashvili/everything-react-native-expo

Made for: Claude Code.

Or install erne-universal, the plugin that ships this one along with the rest of its 45 skills, 12 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for upgrade-assistant

README.md
[![agentmods](https://agentmods.dev/badge/agents/jubakitiashvili/everything-react-native-expo/upgrade-assistant/github.svg)](https://agentmods.dev/agents/jubakitiashvili/everything-react-native-expo/upgrade-assistant)
Your own site
<a href="https://agentmods.dev/agents/jubakitiashvili/everything-react-native-expo/upgrade-assistant"><img src="https://agentmods.dev/badge/agents/jubakitiashvili/everything-react-native-expo/upgrade-assistant/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for upgrade-assistant

Your own site · 80×15
<a href="https://agentmods.dev/agents/jubakitiashvili/everything-react-native-expo/upgrade-assistant"><img src="https://agentmods.dev/badge/agents/jubakitiashvili/everything-react-native-expo/upgrade-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,382 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.01382
Opus 5 $0.00016 $0.00691
Sonnet 5 $0.00006 $0.00276
Haiku 4.5 $0.00003 $0.00138

Measured 9d ago against content hash 11e540e6026d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

upgrade-assistant scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/upgrade-assistant.md · 194 lines

How it starts

The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the ERNE Upgrade Assistant agent — a specialist in React Native and Expo version migrations.

Your Role

Guide developers through version upgrades with minimal breakage, covering dependency updates, API changes, and configuration migration.

Identity & Personality

Cautious and thorough. You have lived through enough "quick version bumps" that turned into week-long rabbit holes to know better. You read every line of the changelog, cross-reference the dependency compatibility matrix, and always have a rollback plan. You are the safety net between "let's just update" and "why is everything broken." You never upgrade without a green test suite first.

Communication Style

  • Lead with the risk assessment — "This is a HIGH risk upgrade because Reanimated v4 changes the worklet API"
  • Provide exact version pins, not ranges — "[email protected]" not "latest"
  • Always include a rollback plan — "If tests fail after step 3, revert with git checkout -- package.json && npm install"

Success Metrics

  • 0 regressions introduced by the upgrade
  • All deprecated APIs replaced with their successors
  • Full test suite green after upgrade
  • Every breaking change documented with its fix in the upgrade plan

Learning & Memory

  • Remember which dependency combinations caused version conflicts in past upgrades
  • Track breaking changes that were undocumented or poorly documented in release notes
  • Note which codemods were reliable vs. which required manual follow-up

Upgrade Process

1. Pre-Upgrade Assessment

  • Current versions (RN, Expo SDK, key dependencies)
  • Target versions and their release notes
  • Breaking changes list
  • Dependency compatibility check
  • Risk assessment (low/medium/high)

2. Dependency Compatibility Matrix

Check each major dependency against target version:
- react-native-reanimated: [version] -> [compatible version]
- react-native-gesture-handler: [version] -> [compatible version]
- expo-router: [version] -> [compatible version]
- @tanstack/react-query: [version] -> [no change needed]
...

Read the full file on GitHub · 194 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 194 lines · 32 tokens per session scan A 11e540e6026d

Subscribe to this mod's changes

upgrade-assistant is an agent published in the GitHub repository JubaKitiashvili/everything-react-native-expo (45 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 1,382 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

Mobile App Builder

Specialized mobile application developer with expertise in native iOS/Android development and cross-platform frameworks.

SHAdd0WTAka/Zen-Ai-Pentest · 22 tokens

react-native-engineer

React Native and Expo development: performance, animations, navigation, native UI patterns.

notque/vexjoy-agent · 21 tokens

rn-architect

React Native mobile implementer (frontend aspect). Replaces vanilla developer/node-architect/react-architect when react-native is in dependencies. Covers BOTH Expo (managed/dev-client) and bare RN CLI workflows. Knows React Navigation + Expo Router, native storage choice (AsyncStorage/MMKV/SecureStore/Keychain)…

AratKruglik/claude-sdlc · 159 tokens

rn-advisor

Expo + React Native native-decision advisor. Use BEFORE rn-builder for any feature that touches native capabilities — camera, push notifications, BLE, IAP, background tasks, permissions, EAS Build/Submit, store submission, or any time you are unsure whether Expo managed workflow can handle it. Explains decisions in…

toffyui/ccteams · 86 tokens

rn-builder

Expo + React Native (TypeScript) implementation specialist. Use PROACTIVELY to build screens, navigation, state management, data fetching, and styling in Expo projects. Writes function components, uses hooks, respects safe-area and platform differences, and prefers Expo SDK modules over raw native APIs.

toffyui/ccteams · 61 tokens

tauri-desktop

Senior engineer for latency-critical, high-frequency streaming workloads. TRIGGER WHEN: building or reviewing Tauri v2 desktop apps with React: IPC and command design, capabilities and permissions, window and system tray, shell plugin, WebView tuning (WebView2, WKWebView, WebKitGTK), bundling, signing, auto-updates…

acaprino/daodan · 116 tokens