What problem does it solve? Teams often ship changes without knowing their performance impact, discovering regressions only after users complain. This Skill establishes measurable performance baselines and detects regressions before and after PRs. ## Core Features & Use Cases - Page Performance Measurement: Captures Core Web Vitals (LCP, CLS, INP, FCP, TTFB), resource sizes, and request counts via browser automation. - API and Build Benchmarking: Measures endpoint latency percentiles (p50, p95, p99) under load, plus cold builds, HMR, test, lint, and TypeScript check durations. - Before/After Comparison: Saves baselines as git-tracked JSON in .ecc/benchmarks/ and produces delta tables flagging regressions. - Use Case: Run a baseline before a refactor, then compare after merging to confirm bundle size and LCP did not regress. ## Quick Start Run a performance baseline on my app's main pages and API endpoints, then compare the results after my current changes.