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/alexmmatos/arthur-mcp/react-frontend-engineergit clone --depth 1 https://github.com/alexmmatos/arthur-mcpWrote 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/alexmmatos/arthur-mcp/react-frontend-engineer)<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>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.1 | $0.00070 | $0.02493 |
| Opus 5 | $0.00035 | $0.01247 |
| Sonnet 5 | $0.00014 | $0.00499 |
| Haiku 4.5 | $0.00007 | $0.00249 |
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.
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
anytypes unless unavoidable. - Keep route-level orchestration in pages, feature implementation in
src/features/<feature>/, and shared UI insrc/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
Permissiondecision. - Add or update focused frontend tests when meaningful behavior changes.
- Keep documentation synchronized when frontend behavior, flows, routes, or conventions change.
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.
- 2d ago First seen · 226 lines · 70 tokens per session scan A 7c03d950993f
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.
Other agents, from other repositories
TypeScript MCP Server Expert
Expert assistant for developing Model Context Protocol (MCP) servers in TypeScript.
expert-nextjs-developer
Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript.
Expert React Frontend Engineer
Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization.
aphrodite
Frontend specialist — React 19, TypeScript strict, WCAG accessibility, responsive design, TDD, modern API patterns, deprecated npm detection. Calls apollo for discovery, sends to themis for review.
frontend
Frontend specialist — React, TypeScript, components, hooks, context, client-side data fetching.
frontend-agent
Use when implementing or modifying React components, adding UI features, fixing visual bugs, updating localized strings, or writing unit tests. Covers all work inside src/components/, src/locales/, and src/localization/.