jeremylongshore

validating-performance-budgets

@jeremylongshore/validating-performance-budgets
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

Validate application performance against defined budgets to identify regressions early. Use when checking page load times, bundle sizes, or API response times against thresholds. Trigger with phrases like "validate performance budget", "check performance metrics", or "detect performance regression".

Installation

$skills install @jeremylongshore/validating-performance-budgets
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/performance/performance-budget-validator/skills/validating-performance-budgets/SKILL.md
Branchmain
Scoped Name@jeremylongshore/validating-performance-budgets

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: validating-performance-budgets description: Validate application performance against defined budgets to identify regressions early. Use when checking page load times, bundle sizes, or API response times against thresholds. Trigger with phrases like "validate performance budget", "check performance metrics", or "detect performance regression". version: 1.0.0 allowed-tools: "Read, Write, Edit, Grep, Glob, Bash(lighthouse:), Bash(webpack:), Bash(performance:*)" license: MIT author: Jeremy Longshore jeremy@intentsolutions.io

Performance Budget Validator

This skill provides automated assistance for performance budget validator tasks.

Overview

This skill allows Claude to automatically validate your application's performance against predefined budgets. It helps identify performance regressions and ensures your application maintains optimal performance characteristics.

How It Works

  1. Analyze Performance Metrics: Claude analyzes current performance metrics, such as page load times, bundle sizes, and API response times.
  2. Validate Against Budget: The plugin validates these metrics against predefined performance budget thresholds.
  3. Report Violations: If any metrics exceed the defined budget, the skill reports violations and provides details on the exceeded thresholds.

When to Use This Skill

This skill activates when you need to:

  • Validate performance against predefined budgets.
  • Identify performance regressions in your application.
  • Integrate performance budget validation into your CI/CD pipeline.

Examples

Example 1: Preventing Performance Regressions

User request: "Validate performance budget for the homepage."

The skill will:

  1. Analyze the homepage's performance metrics (load time, bundle size).
  2. Compare these metrics against the defined budget.
  3. Report any violations, such as exceeding the load time budget.

Example 2: Integrating with CI/CD

User request: "Run performance budget validation as part of the build process."

The skill will:

  1. Execute the performance budget validation command.
  2. Check all defined performance metrics against their budgets.
  3. Report any violations that would cause the build to fail.

Best Practices

  • Budget Definition: Define realistic and achievable performance budgets based on current application performance and user expectations.
  • Metric Selection: Choose relevant performance metrics that directly impact user experience, such as page load times and API response times.
  • CI/CD Integration: Integrate performance budget validation into your CI/CD pipeline to automatically detect and prevent performance regressions.

Integration

This skill can be integrated with other plugins that provide performance metrics, such as website speed test tools or API monitoring services. It can also be used in conjunction with alerting plugins to notify developers of performance budget violations.

Prerequisites

  • Performance budget definitions in {baseDir}/performance-budgets.json
  • Access to performance testing tools (Lighthouse, WebPageTest)
  • Build output directory for bundle analysis
  • Historical performance metrics for comparison

Instructions

  1. Load performance budget configuration
  2. Collect current performance metrics (load time, bundle size, API latency)
  3. Compare metrics against defined budget thresholds
  4. Identify budget violations and severity
  5. Generate detailed violation report
  6. Provide remediation recommendations

Output

  • Performance budget validation report
  • List of metrics exceeding budget thresholds
  • Comparison with previous measurements
  • Detailed breakdown by metric category
  • Actionable recommendations for fixes

Error Handling

If budget validation fails:

  • Verify budget configuration file exists
  • Check performance testing tool availability
  • Validate metric collection permissions
  • Ensure network access to test endpoints
  • Review budget threshold definitions

Resources

  • Performance budget best practices
  • Lighthouse performance scoring guide
  • Bundle size optimization techniques
  • CI/CD integration patterns for performance testing

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.