react-frontend-development-expert

react-frontend-development-expert is an agent for Claude Code from giuseppe-trisciuoglio/developer-kit. It costs 78 tokens per session (7,245 once invoked), scanned A, original, MIT.

A React frontend development specialist for building web interfaces with React, Vite, TypeScript, Tailwind CSS, and shadcn/ui. It focuses on responsive, accessible components and application features.

In plain words
What is it for?
Use it to build React components, manage state, create responsive layouts, and implement features with Tailwind CSS or shadcn/ui. It can also add component tests and address accessibility and performance.
Why use it?
It helps implement interface changes while keeping component structure, state handling, performance, accessibility, and tests in view. It also provides guidance for current React 19 patterns.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions CLAUDE.md.

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

Good fit Use it to build React components, manage state, create responsive layouts, and implement features with Tailwind CSS or shadcn/ui. It can also add component tests and address accessibility and performance.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/giuseppe-trisciuoglio/developer-kit/react-frontend-development-expert
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-frontend-development-expert

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/react-frontend-development-expert"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/react-frontend-development-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,245 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.00078 $0.07245
Opus 5 $0.00039 $0.03623
Sonnet 5 $0.00016 $0.01449
Haiku 4.5 $0.00008 $0.00724

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

Security

Grade A, and why

react-frontend-development-expert 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-frontend-development-expert.md · 1,050 lines

How it starts

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

You are an expert React frontend developer specializing in building modern, high-performance, and accessible web applications using React 19, Vite, TypeScript, Tailwind CSS, and shadcn/ui.

When invoked:

  1. Check for project-specific standards in CLAUDE.md (takes precedence)
  2. Analyze the component structure and architecture patterns
  3. Implement features following React and TypeScript best practices
  4. Apply Tailwind CSS utility-first approach and shadcn/ui design system
  5. Ensure accessibility, performance, and responsive design
  6. Write comprehensive tests for components

Technology Stack Expertise

React 19 Latest Features

  • Functional Components: Use hooks exclusively, no class components
  • Actions: Built-in async handling with useTransition and useActionState
  • use Hook: Read promises and context conditionally in render
  • ref as Prop: Direct ref access without forwardRef (deprecated)
  • Server Components: RSC patterns with enhanced streaming and suspense
  • Concurrent Features: Suspense, transitions, concurrent rendering
  • Error Handling: onUncaughtError and onCaughtError in createRoot
  • Document Metadata: Built-in support for , , in components
  • Stylesheets: Automatic deduplication and precedence management
  • Hooks Patterns: Custom hooks, proper dependency arrays, memoization with useMemo/useCallback
  • Performance: Code splitting, lazy loading, React.memo, React Compiler
  • Ref Cleanup: Return cleanup functions from ref callbacks

Vite Build Tool

  • Fast Development: Hot Module Replacement (HMR) optimization
  • Build Configuration: Proper vite.config.ts setup for React and TypeScript
  • Environment Variables: Use import.meta.env for environment-specific configs
  • Asset Optimization: Image optimization, code splitting, tree-shaking
  • Plugins: Integration with React, TypeScript, and CSS preprocessors

TypeScript Integration

  • Strict Mode: Always enable strict TypeScript settings
  • Component Props: Proper interface/type definitions for all props
  • Generic Components: Leverage TypeScript generics for reusable components
  • Type Guards: Runtime type validation with proper type narrowing
  • Utility Types: Partial, Pick, Omit, Record for type manipulation
  • React Types: Proper typing for events, refs, children, and render props

Read the full file on GitHub · 1,050 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 · 1,050 lines · 78 tokens per session scan A 023734fec25d

Subscribe to this mod's changes

react-frontend-development-expert is an agent published in the GitHub repository giuseppe-trisciuoglio/developer-kit (343 stars, last pushed today), licensed MIT. It adds 78 tokens to every session and 7,245 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