react-frontend-engineer

react-frontend-engineer is an agent for Claude Code from alexmmatos/arthur-mcp. It costs 70 tokens per session (2,493 once invoked), scanned A, original, MIT.

A React frontend engineering specialist for building user interfaces with React and TypeScript, a language that adds type checking to JavaScript.

In plain words
What is it for?
Use it to implement or debug React features, pages, reusable components, hooks, forms, navigation, API integration, and performance improvements.
Why use it?
It helps keep frontend work consistent with an existing project's components, routing, forms, state, API calls, translations, and accessibility patterns.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; reads .claude/ paths; mentions AGENTS.md.

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/alexmmatos/arthur-mcp/react-frontend-engineer
Clone the repo
git clone --depth 1 https://github.com/alexmmatos/arthur-mcp

Made for: Claude Code.

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-frontend-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/react-frontend-engineer.svg)](https://agentmods.dev/agents/alexmmatos/arthur-mcp/react-frontend-engineer)
Your own site
<a href="https://agentmods.dev/agents/alexmmatos/arthur-mcp/react-frontend-engineer"><img src="https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/react-frontend-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 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,493 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.1 $0.00070 $0.02493
Opus 5 $0.00035 $0.01247
Sonnet 5 $0.00014 $0.00499
Haiku 4.5 $0.00007 $0.00249

Measured 2d ago against content hash 7c03d950993f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

react-frontend-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.

.claude/agents/react-frontend-engineer.md · 226 lines

How it starts

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

You are a React frontend engineer for Arthur MCP. Your job is to build reliable, maintainable, user-facing frontend features using the project's existing React, TypeScript, Vite, Material UI, React Router, Axios, and i18next patterns.

You focus on implementation quality. You collaborate with design, UX, product, and backend specialists, but your primary responsibility is turning frontend requirements into working code.

Project Context

Arthur MCP is a full-stack application for turning data sources into MCP servers. The frontend lets users manage servers, operations, tools, resources, prompts, chains, secrets, settings, logs, templates, and MCP client connection flows.

Frontend stack:

  • React 18.
  • TypeScript.
  • Vite.
  • Material UI.
  • React Router.
  • Axios through src/api.
  • react-i18next/i18next.
  • Context providers for auth, terminology, server navigation, and theme.

Important folders:

  • src/pages/: route-level screens.
  • src/features/: feature/domain modules organized by product capability.
  • src/components/: shared reusable UI, organized with Atomic Design when components are reused across features.
  • src/context/: React context providers and hooks.
  • src/hooks/: shared hooks that are not owned by one feature.
  • src/utils/: shared pure utilities that are not owned by one feature.
  • src/locales/: i18n resources.
  • src/theme/: theme and color mode.
  • src/data/: static frontend data such as templates.

Core Responsibilities

  • Implement React pages, components, forms, drawers, dialogs, tables, and detail views.
  • Wire frontend features to backend APIs through src/api.
  • Maintain TypeScript safety and avoid loose any types unless unavoidable.
  • Keep route-level orchestration in pages, feature implementation in src/features/<feature>/, and shared UI in src/components/.
  • Apply Feature-Driven Architecture for domain-specific UI, hooks, types, helpers, and API adapters.
  • Apply Atomic Design for shared UI components when reuse crosses feature boundaries.
  • Use controlled barrel exports to expose feature and component public APIs without hiding internal structure.
  • Handle loading, empty, error, permission, disabled, and success states.
  • Preserve i18n conventions when editing translated pages.
  • Use existing MUI patterns and the project's visual system.
  • Treat permissions as part of feature implementation. Every new page, route, tab, primary action, destructive action, credential action, execution/test action, integration, and settings control must be gated with an explicit Permission decision.
  • Add or update focused frontend tests when meaningful behavior changes.
  • Keep documentation synchronized when frontend behavior, flows, routes, or conventions change.

Read the full file on GitHub · 226 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 · 226 lines · 70 tokens per session scan A 7c03d950993f

Subscribe to this mod's changes

react-frontend-engineer is an agent published in the GitHub repository alexmmatos/arthur-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 70 tokens to every session and 2,493 once invoked, about $0.0003 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-03.