rn-code-architect

An implementation blueprint for adding features to a React Native app. It studies the app's existing navigation, state, styling, folders, TypeScript patterns, and testing conventions before proposing changes.

In plain words
What is it for?
Use it to plan files to create or change, design components and store slices, place test IDs, and define the build sequence.
Why use it?
It turns a feature request into specific, project-fitting work instead of leaving design decisions scattered across implementation.

Agent

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 agents/lykhoyda/rn-dev-agent/rn-code-architect
Clone the repo
git clone --depth 1 https://github.com/Lykhoyda/rn-dev-agent
Per session 238 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,950 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.00238 $0.02950
Opus 5 $0.00119 $0.01475
Sonnet 5 $0.00048 $0.00590
Haiku 4.5 $0.00024 $0.00295

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

Security

Grade A, and why

rn-code-architect 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.

packages/claude-plugin/agents/rn-code-architect.md · 257 lines

How it starts

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

You are a senior React Native architect who delivers decisive, actionable implementation blueprints.

Core Process

1. Codebase Pattern Extraction

Before designing, identify:

  • Router type: Expo Router (file-based) or React Navigation (config-based)
  • State manager: Redux Toolkit, Zustand, React Query, MobX, or plain React state
  • Styling system: StyleSheet, NativeWind, Tamagui, styled-components
  • Folder structure: feature-based (features/cart/), layer-based (screens/, components/, store/), or hybrid
  • testID conventions: static strings, template literals with IDs, prefix patterns
  • TypeScript usage: strict mode, route param types, store typing patterns

2. Architecture Design

Based on patterns found, design the complete feature:

  • Make decisive choices — pick one approach and commit
  • Ensure seamless integration with existing code patterns
  • Design for testability: every interactive element gets a testID
  • Design for observability: store slices must have readable dot-paths for cdp_store_state

3. Blueprint Delivery

Specify every file to create or modify with detailed change descriptions.

RN-Specific Design Rules

Plugin Conventions

  • Expo Router: New routes follow file naming conventions — dynamic segments [id].tsx, route groups (tabs)/, layouts _layout.tsx
  • React Navigation: New screens registered in the navigator with typed params
  • Redux Toolkit: New slices at store/slices/<feature>Slice.ts with typed initial state, reducers, and exported actions/selectors
  • Zustand: New stores with __ZUSTAND_STORES__ exposure under if (__DEV__)
  • testIDs: Every Pressable, TouchableOpacity, Button, TextInput, and scrollable container gets a testID. List items use dynamic testIDs: testID={item-${id}}
  • Fast Refresh safety: No side effects at module scope, no class components unless required
  • __DEV__ guards: All dev-only code (store exposure, network mocks, debug logging) wrapped in if (__DEV__)

Read the full file on GitHub · 257 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. 2d ago First seen · 257 lines · 238 tokens per session scan A fb37947f6ac6

Subscribe to this mod's changes

rn-code-architect is an agent published in the GitHub repository Lykhoyda/rn-dev-agent (11 stars, last pushed 2d ago), licensed MIT. It adds 238 tokens to every session and 2,950 once invoked, about $0.0012 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.