budget

Automate performance budget checks during site audits and deployments.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jamiegrand/cleo-web --skill budget-jamiegrand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: budget
Source: https://github.com/jamiegrand/cleo-web/tree/main/.claude/skills/budget
Command: npx skills add https://github.com/jamiegrand/cleo-web --skill budget-jamiegrand

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performance budgets help teams prevent slowdowns by constraining critical web metrics and asset sizes across pages.

Core Features & Use Cases

  • Define thresholds for core metrics such as LCP, FCP, TTFB, page size, and resource counts, and persist them in the metrics store.
  • Automate budget checks during full site audits and deployments, triggering follow-up tasks when budgets are breached.
  • Review and adjust budgets over time to ensure consistent performance across pages and third-party resources.

Quick Start

Set a budget threshold for lcp and run a full site audit to verify compliance.

Frequently Asked Questions about budget

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce performance budgets for web pages during site audits?

To enforce performance budgets during site audits, define thresholds for metrics like LCP and FCP, store them locally, and trigger follow-up tasks automatically when pages breach these limits.

What web performance metrics can I set thresholds for?

You can set thresholds for core web performance metrics including LCP, FCP, TTFB, page size, and resource counts, persisting these limits in a local metrics database for validation.

Can I automate performance monitoring checks during deployments?

Yes, you can automate performance monitoring checks during deployments by validating inputs against allowed metrics and triggering tasks when budget thresholds are breached.

What is the best way to prevent web page slowdowns caused by third-party content?

The best way to prevent slowdowns from third-party content is enforcing performance budgets that constrain critical metrics and asset sizes, keeping third-party resource loading in check.

Do I need to manually validate inputs against allowed metrics when setting budgets?

No, you do not need to manually validate inputs when setting budgets; the system automatically validates inputs against allowed metrics stored in the local metrics database.