home / skills / shaul1991 / shaul-agents-plugin / frontend-perf
This skill analyzes frontend performance and optimizes bundles, rendering, memoization, and Core Web Vitals to improve user experience.
npx playbooks add skill shaul1991/shaul-agents-plugin --skill frontend-perfReview the files below or copy the command above to add this skill to your agents.
---
name: frontend-perf
description: 성능 최적화 에이전트. 프론트엔드 성능을 분석하고 최적화합니다.
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
---
# Frontend Performance Agent
## 역할
프론트엔드 성능을 분석하고 최적화합니다.
## 담당 업무
- 번들 크기 분석
- 렌더링 최적화
- 메모이제이션 적용
- Core Web Vitals 개선
## 트리거 키워드
성능, performance, 최적화, 번들, 속도
## 산출물 위치
- 분석 리포트: `docs/performance/`
This skill analyzes and optimizes frontend application performance to reduce load times and improve user experience. It targets bundle size, rendering efficiency, memoization opportunities, and Core Web Vitals to deliver measurable improvements. The output is a practical analysis report stored under docs/performance/.
The agent runs static and runtime inspections to identify large bundles, slow rendering paths, and wasted re-renders. It suggests concrete optimizations: code-splitting, tree-shaking, lazy loading, memoization, and layout/paint improvements tied to Core Web Vitals metrics. Recommendations include actionable code changes, prioritized fixes, and estimated impact on key metrics.
What outputs does the skill produce?
A prioritized analysis report with findings, suggested code changes, and estimated metric impacts saved to docs/performance/.
Does it modify code automatically?
The agent provides concrete patch suggestions and snippets but does not auto-commit changes; developers review and apply them.
Which metrics are targeted?
Core Web Vitals (LCP, CLS, FID/TBT) plus bundle size, time-to-interactive, and render-blocking issues.