What problem does it solve? Web applications gradually slow down as features accumulate, and teams lack concrete thresholds to detect regressions before users are affected. This Skill provides measurable performance budgets with enforcement and monitoring strategies. ## Core Features & Use Cases - Budget Templates: Pre-built tables for bundle size, API latency percentiles, database query limits, Core Web Vitals targets, and third-party script allowances. - CI/CD Enforcement: GitHub Actions workflow, webpack performance hints, and bundlesize configuration to block pull requests that exceed budgets. - Monitoring & Response: Real User Monitoring with the web-vitals library, Lighthouse CI synthetic checks, alert thresholds, and a budget violation response process. - Use Case: A team notices their checkout page slowing down. Use this Skill to set a 3s Time to Interactive budget, wire bundlesize checks into CI, and configure alerts when LCP exceeds 2.5s for more than 5% of users. ## Quick Start Ask the AI to create a performance budget for your web application covering bundle size, API latency, and Core Web Vitals with CI enforcement.