frontend-performance

Installation
SKILL.md

Frontend Performance Optimization

Diagnose and fix performance issues in Next.js applications.

Quick Diagnostics

Run Lighthouse CLI

# Performance audit (headless)
npx lighthouse http://localhost:3000 --output=json --output-path=./lighthouse.json --chrome-flags="--headless" --only-categories=performance
Installs
154
GitHub Stars
13
First Seen
Feb 6, 2026
frontend-performance — b-open-io/prompts