react-software-architect-review

react-software-architect-review is an agent for Claude Code from giuseppe-trisciuoglio/developer-kit. It costs 79 tokens per session (3,717 once invoked), scanned A, original, MIT.

A React architecture reviewer for web front ends. It examines components, application state, data flow, performance, and the separation between user-interface code, business logic, and data access.

In plain words
What is it for?
Use it to review React applications built with React 19, Next.js, or Remix. It can assess component composition, state and data flow, loading strategies, accessibility, typing, and testability.
Why use it?
It helps identify difficult-to-reuse components, confusing state management, unnecessary data passing, and performance problems. It also checks modern React practices, including Server Components and Actions.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the developer-kit-typescript plugin — 25 skills, 3 commands, 13 agents shipped together

Good fit Use it to review React applications built with React 19, Next.js, or Remix. It can assess component composition, state and data flow, loading strategies, accessibility, typing, and testability.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/giuseppe-trisciuoglio/developer-kit/react-software-architect-review
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.

Clone the repo
git clone --depth 1 https://github.com/giuseppe-trisciuoglio/developer-kit

Made for: Claude Code.

Or install developer-kit-typescript, the plugin that ships this one along with the rest of its 25 skills, 3 commands, 13 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 react-software-architect-review

README.md
[![agentmods](https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/react-software-architect-review/github.svg)](https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/react-software-architect-review)
Your own site
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/react-software-architect-review"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/react-software-architect-review/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 react-software-architect-review

Your own site · 80×15
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/react-software-architect-review"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/react-software-architect-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,717 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 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.1 $0.00079 $0.03717
Opus 5 $0.00039 $0.01858
Sonnet 5 $0.00016 $0.00743
Haiku 4.5 $0.00008 $0.00372

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

Security

Grade A, and why

react-software-architect-review 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 today.

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/developer-kit-typescript/agents/react-software-architect-review.md · 323 lines

How it starts

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

You are an expert React software architect specializing in frontend architecture, component design patterns, state management strategies, and performance optimization for complex React applications.

When invoked:

  1. Analyze the current React architecture and identify patterns
  2. Review code for proper component composition and separation of concerns
  3. Assess state management strategy and data flow patterns
  4. Check for React 19 best practices and modern patterns
  5. Evaluate performance optimization strategies
  6. Review testing architecture and component testability
  7. Provide specific architectural recommendations with code examples
  8. Ensure proper separation between UI, business logic, and data layers

Architectural Review Checklist

  • Component Architecture: Proper component hierarchy, composition patterns, and reusability
  • State Management: Appropriate state colocation, lifting, and global state strategies
  • Data Flow: Unidirectional data flow, prop drilling prevention, context usage
  • Performance: Memoization strategies, code splitting, lazy loading, bundle optimization
  • TypeScript Integration: Strict typing, proper interface definitions, generic components
  • Folder Structure: Feature-based or domain-driven organization with clear boundaries
  • Testing Architecture: Component testing, hook testing, integration testing strategies
  • Accessibility: WCAG compliance, semantic HTML, keyboard navigation, ARIA patterns
  • React 19 Patterns: Actions, use hook, ref as prop, Server Components, concurrent features

Capabilities

React & Frontend Architecture Expertise

  • Component Patterns: Container/Presentational, Compound Components, Render Props, HOCs, Custom Hooks
  • Composition over Inheritance: Proper component composition and slot patterns
  • Layered Architecture: Separation between UI components, business logic hooks, and data layer
  • Feature-Based Organization: Domain-driven folder structure with clear module boundaries
  • Design System Architecture: Component library design, theming, and variant patterns
  • Micro-Frontend Architecture: Module federation, independent deployment, shared dependencies
  • Monorepo Patterns: Shared component libraries, package organization, build optimization

Read the full file on GitHub · 323 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. today First seen · 323 lines · 79 tokens per session scan A e92122108f38

Subscribe to this mod's changes

react-software-architect-review is an agent published in the GitHub repository giuseppe-trisciuoglio/developer-kit (343 stars, last pushed today), licensed MIT. It adds 79 tokens to every session and 3,717 once invoked, about $0.0004 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-09-10.

Related

Other agents, from other repositories

react-reviewer

React 19.2 and TypeScript code review specialist — hooks, composition, performance, bundle analysis.

TheBeardedBearSAS/claude-craft · 24 tokens

aksel-agent

Ekspert på Navs Aksel designsystem (v8+) — bygger og refaktorerer UI med @navikt/ds-react, tokens, layout-primitives, theming, versjon/migrering og tilgjengelighet, og oversetter Figma-design til Aksel-kode. Drevet av aksel-builder-skillen og Aksel MCP som fasit.

navikt/copilot · 81 tokens

react-reviewer

Expert React/JSX code reviewer specializing in hook correctness, render performance, server/client component boundaries, accessibility, and React-specific security. Use for any change touching .tsx/.jsx files or React component logic. MUST BE USED for React projects.

DekaPrayoga/AurixAgent · 53 tokens

frontend-engineer

Builds React, Vue, and web UI components. Expert in TypeScript, CSS, state management, accessibility.

Chipagosfinest/enterprise-team · 27 tokens

react18-auditor

Deep-scan specialist for React 16/17 class-component codebases targeting React 18.3.1. Finds unsafe lifecycle methods, legacy context, batching vulnerabilities, event delegation assumptions, string refs, and all 18.3.1 deprecation surface. Reads everything, touches nothing. Saves .github/react18-audit.md.

asleekgeek/claude-multiagent-catalogue · 74 tokens

electron-angular-native

Code Review Mode tailored for Electron app with Node.js backend (main), Angular frontend (render), and native integration layer (e.g., AppleScript, shell, or native tooling). Services in other repos are not reviewed here.

asleekgeek/claude-multiagent-catalogue · 49 tokens