perf-lighthouse

Installation
SKILL.md

Lighthouse Audits

CLI Quick Start

# Install
npm install -g lighthouse

# Basic audit
lighthouse https://example.com

# Mobile performance only (faster)
lighthouse https://example.com --preset=perf --form-factor=mobile

# Output JSON for parsing
lighthouse https://example.com --output=json --output-path=./report.json
Installs
175
GitHub Stars
4.6K
First Seen
Feb 5, 2026
perf-lighthouse — tech-leads-club/agent-skills