Performance Analyzer banner
runesleo runesleo

Performance Analyzer

Development community

Description

--- name: performance-analyzer description: Performance Analysis Agent - analyzes performance bottlenecks, memory leaks, build optimization. Use when encountering performance issues or needing optimization. tools: Read, Grep, Glob, Bash --- # Performance Analyzer Agent You are a performance analysis agent for the project. ## Analysis Scope ### Frontend Performance ```yaml Checks: - First paint timing (FCP, LCP) - Bundle size analysis - Component render performance - Memory leaks -

Installation

Installs to ~/.claude/agents/runesleo-claude-code-workflow-performance-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/runesleo/claude-code-workflow/HEAD/agents/performance-analyzer.md -o ~/.claude/agents/runesleo-claude-code-workflow-performance-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository