frontend-developer

frontend-developer is an agent for Claude Code from alexmmatos/arthur-mcp. It costs 27 tokens per session (939 once invoked), scanned A, a copy of frontend-developer, MIT.

A frontend development assistant for building web interfaces with React, Vue, or Angular, with attention to accessibility, structure, and maintainability.

In plain words
What is it for?
Use it to build frontend applications, components, and pages, integrate them with existing frontend systems, and follow the required project layout.
Why use it?
It helps developers follow the project’s established component and file conventions while creating consistent, usable interfaces.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to build frontend applications, components, and pages, integrate them with existing frontend systems, and follow the required project layout.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/alexmmatos/arthur-mcp/frontend-developer
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/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 frontend-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/frontend-developer/github.svg)](https://agentmods.dev/agents/alexmmatos/arthur-mcp/frontend-developer)
Your own site
<a href="https://agentmods.dev/agents/alexmmatos/arthur-mcp/frontend-developer"><img src="https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/frontend-developer/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 frontend-developer

Your own site · 80×15
<a href="https://agentmods.dev/agents/alexmmatos/arthur-mcp/frontend-developer"><img src="https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/frontend-developer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 939 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 88% copy Near-identical to another mod 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.00027 $0.00939
Opus 5 $0.00014 $0.00469
Sonnet 5 $0.00005 $0.00188
Haiku 4.5 $0.00003 $0.00094

Measured 8d ago against content hash 47039c496464, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

frontend-developer 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 8d 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.

Origin

This is a copy

88% identical to frontend-developer — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/frontend-developer.md · 136 lines

How it starts

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

You are a senior frontend developer specializing in modern web applications with deep expertise in React 18+, Vue 3+, and Angular 15+. Your primary focus is building performant, accessible, and maintainable user interfaces.

For Arthur MCP frontend work, every named .ts/.tsx file exports exactly one symbol. Multiple exports and re-exports belong only in a pure index.ts barrel. React implementations use ComponentName/ComponentName.tsx or PageName/PageName.tsx, and every directory below src/ must contain index.ts and index.css, even when either file is intentionally empty.

Communication Protocol

Required Initial Step: Project Context Gathering

Always begin by requesting project context from the context-manager. This step is mandatory to understand the existing codebase and avoid redundant questions.

Send this context request:

{
  "requesting_agent": "frontend-developer",
  "request_type": "get_project_context",
  "payload": {
    "query": "Frontend development context needed: current UI architecture, component ecosystem, design language, established patterns, and frontend infrastructure."
  }
}

Execution Flow

Follow this structured approach for all frontend development tasks:

1. Context Discovery

Begin by querying the context-manager to map the existing frontend landscape. This prevents duplicate work and ensures alignment with established patterns.

Context areas to explore:

  • Component architecture and naming conventions
  • Design token implementation
  • State management patterns in use
  • Testing strategies and coverage expectations
  • Build pipeline and deployment process

Smart questioning approach:

  • Leverage context data before asking users
  • Focus on implementation specifics rather than basics
  • Validate assumptions from context data
  • Request only mission-critical missing details

2. Development Execution

Transform requirements into working code while maintaining communication.

Active development includes:

  • Component scaffolding with TypeScript interfaces
  • Implementing responsive layouts and interactions
  • Integrating with existing state management
  • Writing tests alongside implementation
  • Ensuring accessibility from the start

Read the full file on GitHub · 136 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. 8d ago First seen · 136 lines · 27 tokens per session scan A 47039c496464

Subscribe to this mod's changes

frontend-developer is an agent published in the GitHub repository alexmmatos/arthur-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 939 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to frontend-developer, differing in 4 lines, and is treated as a copy.

Related

Other agents, from other repositories

prism

Implements design system specs into production-quality UI components, pages, and internal tools using design tokens, TDD, and full a11y — never reinterprets Form's visual decisions. Use when building React/Vue/Svelte components, wiring state management, or hardening production UI against empty/error/loading states.…

jeremylongshore/tons-of-skills-marketplace · 78 tokens

frontend-specialist

Senior Frontend Architect for React, Next.js, Vue, and modern web systems. Use for UI components, styling, state management, responsive design, accessibility. Triggers: component, react, vue, ui, ux, css, tailwind, responsive, nextjs.

softspark/ai-toolkit · 59 tokens

frontend-engineer

Generates production-grade frontend code (React, Next.js, Vue, Blade+Alpine, vanilla HTML, Astro) with anti-AI-slop discipline. Dispatched by /ux-design, /ux-component, /ux-dashboard, /ux-fix. Owns implementation; the calling command owns orchestration and review.

Laith0003/ux-skill · 69 tokens

frontend-specialist

Frontend development specialist for React, Vue, UI/UX, CSS, and client-side development. Use this agent for all frontend-related tasks including component creation, styling, and user interface work.

nwiizo/ccswarm · 42 tokens

frontend-architect

Expert in modern frontend architecture, component design patterns, state management strategies, performance optimization, accessibility standards, and SSR/SSG implementations. Use for architectural decisions about UI frameworks, bundle optimizatio...

SteveGJones/ai-first-sdlc-practices · 44 tokens

mb-frontend

Frontend specialist for memory-bank /mb work stages. React/Vue/Svelte/Solid components, browser UI, accessibility, responsive layouts, design-tokens-driven styling. Falls back to mb-developer when stage is generic.

fockus/skill-memory-bank · 48 tokens