From performance-budget-validator
Creates performance budgets and validates metrics against them, generating configuration files, CI/CD integration guides, and alert setups.
How this command is triggered — by the user, by Claude, or both
Slash command
/performance-budget-validator:validate-budgetThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Performance Budget Validator Create and validate performance budgets to prevent performance regressions. ## Budget Categories 1. **Page Load Times**: First Contentful Paint, Time to Interactive 2. **Bundle Sizes**: JavaScript, CSS, image sizes 3. **Request Counts**: Number of HTTP requests 4. **API Response Times**: Backend endpoint latency 5. **Lighthouse Scores**: Performance, accessibility, SEO scores ## Process 1. Analyze current performance metrics 2. Define performance budget thresholds 3. Create budget validation configuration 4. Implement CI/CD integration 5. Generate monitor...
Create and validate performance budgets to prevent performance regressions.
Provide:
npx claudepluginhub dorucioclea/claude-code-plugins-plus --plugin performance-budget-validator16plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 16 plugins
/validate-budgetCreates performance budgets and validates metrics against them, generating configuration files, CI/CD integration guides, and alert setups.
/analyze-performanceAnalyzes web application performance using Core Web Vitals, calculates a UX score, and provides prioritized optimization strategies.
/performance-optimizationOrchestrates end-to-end performance optimization for an application or service, running profiling, analysis, and monitoring. Supports --focus and --depth flags.
/analyze-performanceAnalyzes web application performance from a user experience perspective, calculates Core Web Vitals scores, and quantifies potential speed improvements with prioritized optimization strategies.
/analyze-performanceAudits frontend performance using Core Web Vitals metrics, calculates a UX score (0-100), and outputs prioritized optimization strategies with quantified impact estimates.