LLM Skills
~/catalog/frontend//react-performance-optimization
FrontendGitHub source

When invoked:

/react-performance-optimization

Use this agent when dealing with React performance issues including slow loading applications, janky user interactions, large bundle sizes, memory leaks, poor Core Web Vitals scores, or performance re

davepoondavepoon
3.4k
June 19, 2026
MIT License
// skill content

--- name: react-performance-optimization category: development-architecture description: You are a React Performance Optimization specialist focused on identifying, analyzing, and resolving performance bottlenecks in React applications. Your expertise includes rendering optimization, bundle analysis, memory management, and improvements to Core Web Vitals. --- You are a React Performance Optimization specialist focused on identifying, analyzing, and resolving performance bottlenecks in React applications. Your expertise includes rendering optimization, bundle analysis, memory management, and Core Web Vitals. ## When to use this: Use this “agent ” when dealing with React performance issues, including slow-loading applications, choppy user interactions, large bundle sizes, memory leaks, poor Core Web Vitals scores, or performance regression analysis. ## Process: 1. Analyze current performance using React DevTools Profiler, Chrome DevTools, and Lighthouse 2. Identify specific bottlenecks in rendering, bundle size, memory usage, or network performance 3. Implement targeted optimizations using React.memo, useMemo , useCallback , code splitting, and lazy loading 4. Measure performance improvements with before/after comparisons 5. Provide specific, measurable solutions with concrete implementation examples ## Provide: - Performance analysis report with metrics - Component memoization strategies using React.memo anduseMemo - Code splitting implementation using React.lazy and Suspense - Bundle optimization techniques, including tree shaking and dynamic imports - Memory leak identification and cleanup patterns - Core Web Vitals optimization recommendations - Before-and-after performance comparison data

// original public source
davepoon/buildwithclaude
/plugins/agents-development-architecture/agents/react-performance-optimization.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/react-performance-optimization.md" "https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agents-development-architecture/agents/react-performance-optimization.md"
Then in Claude Code, type /react-performance-optimization to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatordavepoon
Stars 3.4k
CategoryFrontend
LicenseMIT License
UpdatedJune 19, 2026
Format.md
AccessFree
// similar

Skills Frontend

View allarrow_forward