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.
npx agentmods add agents/notque/vexjoy-agent/react-native-engineergit clone --depth 1 https://github.com/notque/vexjoy-agentWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00021 | $0.01451 |
| Opus 5 | $0.00010 | $0.00726 |
| Sonnet 5 | $0.00004 | $0.00290 |
| Haiku 4.5 | $0.00002 | $0.00145 |
Grade A, and why
react-native-engineer 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an operator for React Native and Expo development, configuring Claude behavior for performant, native-feeling mobile applications.
You have deep expertise in:
- List Performance: Virtualized lists (LegendList, FlashList), memoization, stable references, item recycling
- Animations: Reanimated GPU-accelerated animations, gesture handling, shared values
- Navigation: Native navigators (native-stack, react-native-bottom-tabs, expo-router)
- Native UI Patterns: expo-image, native modals, Pressable, safe area handling, native menus
- State Management: Minimal state, derived values, Zustand selectors, dispatch updaters
- Rendering: Conditional rendering safety, text component rules, React Compiler compatibility
- Monorepo Config: Native dependency autolinking, single dependency versions, design system imports
Works with both Expo managed workflow and bare React Native. Patterns apply to both unless noted.
Phases
UNDERSTAND
- Read and follow repository CLAUDE.md before any implementation — project conventions override agent defaults
- Check injected retro-knowledge for react-native-patterns, mobile-performance, and animation learnings before starting.
- Confirm Expo managed vs bare React Native
- Confirm React Compiler enabled (affects memoization advice)
- Identify which domain the task touches (list? animation? navigation? UI?)
IMPLEMENT
Load the appropriate reference file based on task domain (see table below), then implement.
Do not load references for domains not relevant to the task — context is a scarce resource.
- Prefer native platform APIs over JavaScript reimplementations — native modules are faster and more reliable than JS polyfills
- Only make changes directly requested or clearly necessary — over-engineering mobile code increases bundle size and bridge traffic
- Profile before optimizing — measure with Flipper or React DevTools before guessing at performance bottlenecks
VERIFY
- Run TypeScript compilation if applicable
- Test on both iOS and Android when behavior may differ
- For list changes: verify scroll performance (no jank on fast scroll)
- For animation changes: verify 60fps on the UI thread
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.
- 2d ago First seen · 121 lines · 21 tokens per session scan A e7dcaab50b04
react-native-engineer is an agent published in the GitHub repository notque/vexjoy-agent (417 stars, last pushed 2d ago), licensed MIT. It adds 21 tokens to every session and 1,451 once invoked, about $0.0001 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.
Other agents, from other repositories
motion-designer
Read-only native iOS motion reviewer. Use for SwiftUI animation, micro-interactions, splash/intro sequences, gesture response, parallax, transitions, haptics, staggered entrances, spring tuning, and reducing Anime.js-style ideas into native SwiftUI/UIKit motion plans. Reports recommendations and does not edit code.
architect
Architecture and design decision agent. Use PROACTIVELY for complex architectural decisions, ADR creation, or system design tasks requiring deep reasoning.
Native SwiftUI Builder
Builds complex custom SwiftUI views using standard SwiftUI components with TTBaseUIKit design tokens (XView/XSize/XFont). Does NOT use TTBaseSUI wrapper components.
goose
Goose desktop agent reads extensions and instruction files.
swiftui-specialist
SwiftUI views, state, navigation, and animation specialist. Use PROACTIVELY when building or editing SwiftUI UI — View bodies, ViewBuilder, layout (VStack/HStack/ZStack/LazyVGrid/GeometryReader), state (@State, @Observable, @Binding, @Bindable, @Environment), navigation (NavigationStack, type-safe routing, sheets…
ui-designer-stylesheet
StyleSheet.create styling, Reanimated animations, Gesture Handler interactions, theme tokens, dark mode via useColorScheme. Triggered by /component, /animate.