new-arch-check

new-arch-check is a skill for Claude Code, Codex from AnilBurcu/claude-code-react-native. It costs 37 tokens per session (318 once invoked), scanned A, original, MIT.

A dependency audit for React Native projects that checks whether libraries work with React Native’s newer internal system and whether they are still maintained.

In plain words
What is it for?
Use it before a React Native or Expo upgrade to decide which dependencies to keep, watch, or replace.
Why use it?
It shows which native libraries may cause upgrade problems, rely on compatibility mode, or be abandoned.

Skill for Claude CodeCodex

Part of the rn plugin — 18 skills, 4 agents shipped together

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.

agentmods
npx agentmods add skills/anilburcu/claude-code-react-native/new-arch-check
Any agent
npx skills add AnilBurcu/claude-code-react-native --skill new-arch-check
Clone the repo
git clone --depth 1 https://github.com/AnilBurcu/claude-code-react-native

Made for: Claude Code, Codex.

Or install rn, the plugin that ships this one along with the rest of its 18 skills, 4 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 new-arch-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/anilburcu/claude-code-react-native/new-arch-check.svg)](https://agentmods.dev/skills/anilburcu/claude-code-react-native/new-arch-check)
Your own site
<a href="https://agentmods.dev/skills/anilburcu/claude-code-react-native/new-arch-check"><img src="https://agentmods.dev/badge/skills/anilburcu/claude-code-react-native/new-arch-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 318 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00037 $0.00318
Opus 5 $0.00018 $0.00159
Sonnet 5 $0.00007 $0.00064
Haiku 4.5 $0.00004 $0.00032

Measured 4d ago against content hash 2a55c5cea9a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

new-arch-check 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 4d 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.

plugins/rn/skills/new-arch-check/SKILL.md · 22 lines

What it actually says

Audit the project's dependencies for New Architecture readiness and abandonment risk.

  1. Read package.json and collect dependencies that ship native code or are React Native specific. Skip pure-JS utility packages; they are not the risk.

  2. Run npx expo-doctor and capture what it flags. It checks packages against React Native Directory metadata and catches known-incompatible and unmaintained ones.

  3. For each remaining native dependency not covered by doctor output, query React Native Directory: https://reactnative.directory/api/libraries?search=<package-name> Note the New Architecture flag and the last-release recency. A package missing from the directory is not automatically bad, but combined with an old last-publish date it goes in the risk column.

  4. Produce a single table: package, version, New Architecture status (supported / interop-expected / unsupported / unknown), last release age, and verdict. Three verdicts only:

    • keep: maintained and compatible
    • watch: works today via interop or unclear, has a pulse; recheck at the next SDK upgrade
    • replace: abandoned or incompatible; name the standard replacement (the new-architecture skill lists the usual swaps)
  5. End with the two or three highest-risk items and one concrete next step for each. No generic advice; name packages and replacements.

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. 4d ago First seen · 22 lines · 37 tokens per session scan A 2a55c5cea9a2

Subscribe to this mod's changes

new-arch-check is a skill published in the GitHub repository AnilBurcu/claude-code-react-native (3 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 318 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

expo-56

Authoritative, version-pinned reference for Expo SDK 56 and SDK 57 — both postdate your training, so defer to this skill over memory for anything Expo. SDK 57 is the current release (2026-07-08, React Native 0.86); SDK 56 is the previous, still-supported release (React Native 0.85). Use it whenever the user is…

mahdi-salmanzade/expo56-skill · 391 tokens

expo-launchpad-evaluator

Phase A, step 6 — skeptical QA. Run the app, watch it, then judge against the contract. Default = functional check; --strict adds quality scoring and an edge-case sweep.

SummerRiversound/expo-launchpad · 45 tokens

expo-launchpad-design

Phase A design — define the ui/designTokens.ts spec (colors, spacing, radius, typography), the visual/component concept (game: code-drawn Skia shapes / app: RN primitives), and the asset plan (icon+splash branding, contrast-safe accessibility). Advances pipeline state to contract.

SummerRiversound/expo-launchpad · 64 tokens

expo-launchpad-plan

Phase A plan — assign app identity (appname/appslug/bundleid/orientation) into config.md, then write the PRD in defaultlanguage with a kind-branched structure (game: core loop/mechanics/content metrics/progression/win-lose; app: purpose/journeys/features/data model/navigation), plus a project structure map, and…

SummerRiversound/expo-launchpad · 82 tokens

expo-launchpad-contract

Phase A contract — propose the 8 Mandatory Hard Gates, the Platform-Robustness Gates (R1–R11), and 5–10 Functional Criteria derived from the PRD; mark the contract AGREED (1-pass default, rigorous self-review in --strict) and advance the pipeline to generator.

SummerRiversound/expo-launchpad · 68 tokens

expo-launchpad-research

Phase A research — kind-aware market/genre (game) or category/competitor (app) discovery, concept proposal via AskUserQuestion, a store clone-avoidance check (App Store 4.3 / Google Play impersonation), and the research spec write-up.

SummerRiversound/expo-launchpad · 62 tokens