What problem does it solve? Web applications gradually become slower as features accumulate, and teams lack measurable thresholds to catch regressions before users notice. This Skill provides structured templates and enforcement strategies to set, monitor, and defend performance budgets across bundles, APIs, and databases. ## Core Features & Use Cases - Budget Templates: Ready-to-use tables for bundle size, API latency percentiles, database query limits, and Core Web Vitals targets. - CI/CD Enforcement: Configurations for bundlesize, Lighthouse CI, and webpack performance hints that block regressions at pull request time. - Monitoring & Response: Real User Monitoring with web-vitals, synthetic checks, alert thresholds, and a budget violation response process. - Use Case: A team notices their checkout page slowing down release over release. Use this Skill to define per-page budgets, wire Lighthouse CI into the pipeline, and set alerts when LCP exceeds 2.5 seconds. ## Quick Start Create a performance budget for my web app covering bundle size, API latency, and Core Web Vitals with CI enforcement.