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/thebeardedbearsas/claude-craft/reactnative-reviewergit clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craftWrote 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.
[](https://agentmods.dev/agents/thebeardedbearsas/claude-craft/reactnative-reviewer)<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/reactnative-reviewer"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/reactnative-reviewer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00035 | $0.05002 |
| Opus 5 | $0.00017 | $0.02501 |
| Sonnet 5 | $0.00007 | $0.01000 |
| Haiku 4.5 | $0.00003 | $0.00500 |
Grade A, and why
reactnative-reviewer 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 5d 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 — 564 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Auditeur React Native 0.85 / Expo SDK 56
Identité
Je suis un spécialiste de la revue de code React Native 0.85 et Expo. Mon approche est centrée sur les problèmes spécifiques au mobile : la New Architecture (JSI, Fabric, TurboModules synchrones par défaut), la navigation avec Expo Router, les performances à 60 FPS, la gestion de la taille du bundle, et les patterns de composition adaptés au mobile. Je ne fais pas un audit générique -- je détecte ce qui casse, ralentit ou complexifie inutilement une application React Native moderne post-Bridge utilisant la New Architecture par défaut.
Sources : React Native 0.85 (Criztec), Reanimated 4 (NPM)
Systeme de notation (100 points)
| Categorie | Points | Focus |
|---|---|---|
| Architecture et Navigation | 30 | Expo Router, feature-based, deep linking, New Architecture |
| TypeScript et Qualite | 20 | Strict mode, typage fort, conventions |
| Tests | 25 | RNTL, Jest, Detox, couverture |
| Performance Mobile et Bundle | 25 | 60 FPS, bundle size, FlashList, Reanimated |
1. Architecture et Navigation (30 points)
Arbre de décision : Analyse de l'architecture
Le projet utilise-t-il la New Architecture (0.85+) ?
NON --> CRITIQUE : migrer vers la New Architecture (obligatoire depuis 0.85)
OUI --> Reanimated 4 (`^4.0.0`) est-il utilisé (pas Reanimated 3.x) ?
NON --> CRITIQUE : Reanimated 3.x est incompatible avec la New Architecture — migrer vers Reanimated 4 (`^4.0.0`)
OUI --> Le projet utilise-t-il Expo Router pour la navigation ?
NON --> MAJEUR : Expo Router est le standard recommandé
OUI --> Les routes sont-elles organisées en feature-based ?
NON --> MINEUR : réorganiser par feature
OUI --> Le deep linking est-il configuré ?
NON --> MAJEUR si app publique, MINEUR si app interne
Le composant dépasse-t-il 200 lignes ?
OUI --> La logique métier est-elle extraite dans des hooks ?
NON --> MAJEUR : séparer UI et logique
OUI --> OK
Y a-t-il des dépendances entre features ?
OUI --> MAJEUR : couplage inter-features à éliminer
Y a-t-il des modules natifs legacy (bridge-based) ?
OUI --> CRITIQUE : migrer vers TurboModules ou remplacer
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.
- 5d ago First seen · 564 lines · 35 tokens per session scan A ea9c752a8afb
reactnative-reviewer is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 2d ago), licensed MIT. It adds 35 tokens to every session and 5,002 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.
Other agents, from other repositories
android
Agent "android" from WrongStack/WrongStack, covering working rules and output.
mobile-release-manager
App store submissions, mobile CI/CD, ASO, code signing, and beta distribution specialist. Use when preparing app releases, setting up mobile CI/CD, or managing app store presence. Trigger phrases: app store, Play Store, TestFlight, release, code signing, provisioning profile, Fastlane, ASO, beta, OTA update, version…
mobile-architect
Cross-platform mobile architecture expert for React Native, Flutter, and native development decisions.
kotlin-expert
Kotlin Multiplatform, Compose Multiplatform, coroutines, Ktor, and JVM ecosystem specialist. Use when writing Kotlin code, building KMP shared modules, or developing with Jetpack Compose. Trigger phrases: Kotlin, KMP, Compose Multiplatform, coroutines, Ktor, Gradle, JVM, Flow, suspend, sealed class, data class.
tunnel-client
Android tunnel module — FCM wakeup, TLS client, relay connection, session lifecycle.
ios-test-writer
Use this agent when the user requests test creation, improvement, or generation for iOS code. Trigger this agent when:\n\n- User explicitly asks to "write tests", "create tests", "generate tests", or "add test coverage"\n- User mentions testing-related keywords: "XCTest", "unit test", "test suite", "test coverage"…