← All plugins
performance-budget-validator
v1.22.0Validate application against performance budgets
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/performance-budget-validator/ inside the repository.
Layout
plugins/performance/performance-budget-validator/
├── .claude-plugin/plugin.json└── skills/validating-performance-budgets/SKILL.md
Skills1
validating-performance-budgetsskills/validating-performance-budgets/SKILL.md
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".
Manifests1
plugins/performance/performance-budget-validator/.claude-plugin/plugin.json
{
"name": "performance-budget-validator",
"version": "1.22.0",
"description": "Validate application against performance budgets",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"performance-budget",
"validation",
"ci-cd",
"testing",
"agent-skills"
]
}