web-perf-ux
Installation
SKILL.md
Web Performance & UX Optimization
End-to-end workflow: measure → analyze → explain → plan → execute
Preflight Checklist
Before starting, verify:
-
Playwright MCP - Browser automation available
- Test:
browser_navigateto target URL works - If unavailable: User must configure Playwright MCP server
- Test:
-
Lighthouse CLI - Performance measurement
- Test:
lighthouse --version - Install if missing:
npm install -g lighthouse
- Test:
-
Target URL accessible
- Production/staging preferred for reliable metrics
- Local dev works but label results as "non-prod environment"