optimising-expo-react-native-performance

optimising-expo-react-native-performance is a skill for Claude Code, Codex from tristanmanchester/agent-skills. It costs 49 tokens per session (2,271 once invoked), scanned A, original, no licence file.

A guide for finding and fixing slow parts of Expo-based React Native apps, including startup, screen drawing, lists, images, memory, and network requests.

In plain words
What is it for?
Use it to profile an app, set performance targets, and address problems across startup, rendering, lists, images, memory, or networking.
Why use it?
It helps identify performance regressions, which are changes that make an app slower, and assess them in release builds closer to real use.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to profile an app, set performance targets, and address problems across startup, rendering, lists, images, memory, or networking.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tristanmanchester/agent-skills/optimising-expo-react-native-performance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tristanmanchester/agent-skills --skill optimising-expo-react-native-performance
Clone the repo
git clone --depth 1 https://github.com/tristanmanchester/agent-skills

Made for: Claude Code, Codex.

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 optimising-expo-react-native-performance

README.md
[![agentmods](https://agentmods.dev/badge/skills/tristanmanchester/agent-skills/optimising-expo-react-native-performance/github.svg)](https://agentmods.dev/skills/tristanmanchester/agent-skills/optimising-expo-react-native-performance)
Your own site
<a href="https://agentmods.dev/skills/tristanmanchester/agent-skills/optimising-expo-react-native-performance"><img src="https://agentmods.dev/badge/skills/tristanmanchester/agent-skills/optimising-expo-react-native-performance/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 optimising-expo-react-native-performance

Your own site · 80×15
<a href="https://agentmods.dev/skills/tristanmanchester/agent-skills/optimising-expo-react-native-performance"><img src="https://agentmods.dev/badge/skills/tristanmanchester/agent-skills/optimising-expo-react-native-performance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,271 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 unknown 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.00049 $0.02271
Opus 5 $0.00024 $0.01136
Sonnet 5 $0.00010 $0.00454
Haiku 4.5 $0.00005 $0.00227

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

Security

Grade A, and why

optimising-expo-react-native-performance 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 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/check-budgets.mjs, scripts/report-export-sizes.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

optimising-expo-react-native-performance/SKILL.md · 250 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 250 lines · 49 tokens per session scan A 11c4da2eb247

Subscribe to this mod's changes

optimising-expo-react-native-performance is a skill published in the GitHub repository tristanmanchester/agent-skills (3 stars, last pushed 22d ago), with no licence file. It adds 49 tokens to every session and 2,271 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-31.

Related

Other skills, from other repositories

react-native-optimizations

Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.

FilippoDeSilva/skills · 59 tokens

react-native

Use when writing the JS/TS inside a React Native or Expo app — screens, Expo Router navigation, lists, Reanimated gestures, platform forks, offline state, native modules — or killing jank and render storms. NOT eas build/submit/OTA/config-plugin (that is expo), NOT a Dart app (that is flutter), NOT web React/DOM (that…

ericrisco/rsc-harness · 90 tokens

expo

Use when shipping a React Native app with Expo — EAS Build/Submit/Update, eas.json profiles and channels, config plugins, prebuild/CNG, runtime-version policy, OTA updates that never land, SDK upgrades, the New Architecture. NOT RN UI, navigation or native-module authoring (that is react-native), NOT a Dart app (that…

ericrisco/rsc-harness · 79 tokens

react-native-docs

Comprehensive React Native reference covering core components, APIs, styling, flexbox, navigation, networking, animations, platform-specific code, debugging, performance, TypeScript integration, Fast Refresh, environment setup, React fundamentals, running on devices, and the New Architecture (Fabric, JSI…

pledgeandgrow/pledge-skills · 97 tokens

hermes-crashes

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.

AnilBurcu/claude-code-react-native · 67 tokens

push-notifications

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.

AnilBurcu/claude-code-react-native · 59 tokens