pagina-performance

Audit and optimize single-file HTML pages for performance and Core Web Vitals.

15|16|Updated May 6, 2026
One-click install
npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill pagina-performance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pagina-performance
Source: https://github.com/ReadyToGo-Education/fluxo_criativo/tree/main/.claude/skills/pagina-performance
Command: npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill pagina-performance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fixes slow, heavy HTML pages by performing an offline performance audit and applying safe, targeted optimizations directly to the existing single-file page.

Core Features & Use Cases

  • Static performance auditing without external APIs: Analyzes weight, images, fonts, CSS/JS, SEO basics, accessibility, and estimates Core Web Vitals using the page HTML already in the project.
  • Automatic fixes while preserving the copy: Edits the HTML to improve technical metrics without deleting or rewriting the page’s copy text.
  • Single-file, dependency-minimizing workflow: Stays aligned with the project standard of minimal external dependencies and uses practical improvements like lazy loading, dimension attributes, and better head metadata.

Quick Start

Ask the assistant to audita essa página e aplicar todas as correções na versão otimizada.

Frequently Asked Questions about pagina-performance

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

FAQPage Schema
How do I audit and optimize a single-file HTML page for Core Web Vitals offline?

To audit and optimize a single-file HTML page for Core Web Vitals offline, use a static analysis tool that evaluates page weight, images, fonts, CSS, and JS to apply technical structural corrections directly to the file.

Can I improve HTML page performance and SEO without adding external dependencies?

Yes, you can improve HTML page performance and SEO without adding external dependencies by applying offline static analysis to implement native optimizations like lazy loading, image dimension attributes, and better head metadata.

What is the best way to fix slow HTML pages while preserving the original copy text?

The best way to fix slow HTML pages while preserving the original copy text is to run a static performance audit that applies targeted technical structural corrections, creating a timestamped backup before modifying the file.

How does static HTML analysis estimate Core Web Vitals and accessibility issues?

Static HTML analysis estimates Core Web Vitals and accessibility issues by parsing the existing page code to evaluate technical metrics like asset weight, image tags, CSS/JS structure, and head metadata without requiring external APIs.

Does offline performance auditing work for single-file HTML pages before publishing?

Yes, offline performance auditing works for single-file HTML pages before publishing by analyzing the local HTML structure to apply safe, targeted optimizations like lazy loading and metadata improvements without needing live API connections.

What are the limitations of offline static analysis for page optimization?

Offline static analysis for page optimization is limited to evaluating existing HTML structure and applying technical corrections without introducing new external dependencies, meaning it cannot simulate live network conditions or runtime JavaScript execution.