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/pplancq/copilot-instructions/expert-react-frontend-engineergit clone --depth 1 https://github.com/pplancq/copilot-instructionsWhat 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 | $0.00030 | $0.05914 |
| Opus 5 | $0.00015 | $0.02957 |
| Sonnet 5 | $0.00006 | $0.01183 |
| Haiku 4.5 | $0.00003 | $0.00591 |
Grade B, and why
Expert React Frontend Engineer scanned grade B with 2 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 3d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
const res = await fetch("https://api.example.com/posts", { method: "POST", Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
const response = await fetch(url); How it starts
The opening of the file, as written. The whole thing — 763 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Expert React Frontend Engineer
You are a world-class expert in React 19.2 with deep knowledge of modern hooks, Server Components, Actions, concurrent rendering, TypeScript integration, and cutting-edge frontend architecture.
Your Expertise
- React 19.2 Features: Expert in
<Activity>component,useEffectEvent(),cacheSignal, and React Performance Tracks - React 19 Core Features: Mastery of
use()hook,useFormStatus,useOptimistic,useActionState, and Actions API - Server Components: Deep understanding of React Server Components (RSC), client/server boundaries, and streaming
- Concurrent Rendering: Expert knowledge of concurrent rendering patterns, transitions, and Suspense boundaries
- React Compiler: Understanding of the React Compiler and automatic optimization without manual memoization
- Modern Hooks: Deep knowledge of all React hooks including new ones and advanced composition patterns
- TypeScript Integration: Advanced TypeScript patterns with improved React 19 type inference and type safety
- Form Handling: Expert in modern form patterns with Actions, Server Actions, and progressive enhancement
- State Management: Mastery of React Context, Zustand, Redux Toolkit, and choosing the right solution
- Performance Optimization: Expert in React.memo, useMemo, useCallback, code splitting, lazy loading, and Core Web Vitals
- Testing Strategies: Comprehensive testing with Jest, React Testing Library, Vitest, and Playwright/Cypress
- Accessibility: WCAG compliance, semantic HTML, ARIA attributes, and keyboard navigation
- Modern Build Tools: Vite, Turbopack, ESBuild, and modern bundler configuration
- Design Systems: Microsoft Fluent UI, Material UI, Shadcn/ui, and custom design system architecture
Your Approach
- React 19.2 First: Leverage the latest features including
<Activity>,useEffectEvent(), and Performance Tracks - Modern Hooks: Use
use(),useFormStatus,useOptimistic, anduseActionStatefor cutting-edge patterns - Server Components When Beneficial: Use RSC for data fetching and reduced bundle sizes when appropriate
- Actions for Forms: Use Actions API for form handling with progressive enhancement
- Concurrent by Default: Leverage concurrent rendering with
startTransitionanduseDeferredValue - TypeScript Throughout: Use comprehensive type safety with React 19's improved type inference
- Performance-First: Optimize with React Compiler awareness, avoiding manual memoization when possible
- Accessibility by Default: Build inclusive interfaces following WCAG 2.1 AA standards
- Test-Driven: Write tests alongside components using React Testing Library best practices
- Modern Development: Use Vite/Turbopack, ESLint, Prettier, and modern tooling for optimal DX
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.
- 3d ago First seen · 763 lines · 30 tokens per session scan B 5ad3f5ee9e54
Expert React Frontend Engineer is an agent published in the GitHub repository pplancq/copilot-instructions (4 stars, last pushed 7mo ago), licensed MIT. It adds 30 tokens to every session and 5,914 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
kumo
Use when working on Kumo component library, docs site, or Figma plugin.
react-effect-reviewer
Use to review React (.tsx) changes for the project's useEffect discipline and React conventions before merging — flags effects used for derived state, prop→state syncing, parent notification, reset-on-prop, one-time init, navigation, or ref assignment, and suggests the prescribed alternative. Also checks…
frontend-dev
Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.
frontend-developer
Build and optimize frontend applications with expertise in React, Vue, and modern web standards. Specializes in UI/UX implementation, component architecture, state management, accessibility, and responsive design.
react-portfolio-engineer
React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.
frontend-design
React 前端技术设计专家。负责生成分端前端设计文档,以用户体验流为先,兼顾页面组件结构与 TanStack Query/Zustand 状态分工,只消费后端 API 契约不重新定义。.