pagina-performance

Audit HTML page performance and apply optimizations offline.

Updated May 19, 2026
One-click install
npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill pagina-performance-o-pedrosiqueira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pagina-performance
Source: https://github.com/o-pedrosiqueira/mapa-do-criador-system/tree/main/.claude/skills/pagina-performance
Command: npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill pagina-performance-o-pedrosiqueira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill realiza uma auditoria de desempenho de uma página HTML existente e devolve uma versão otimizada sem depender de APIs externas, mantendo tudo offline e previsível.

Core Features & Use Cases

  • Análise detalhada do tamanho total, recursos carregados, imagens, fontes, CSS/JS bloqueante e CLS estimado.
  • Sugestões de correção e aplicação direta no HTML mantendo o conteúdo original.
  • Casos de uso: após gerar entregas estáticas com as skills copy-pagina, lt-pagina ou ht-pagina-inscricao, realize uma auditoria para garantir velocidade antes de publicar.

Quick Start

Diga a página HTML a ser auditada e peça a geração da 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 HTML page performance offline without external APIs?

To audit HTML page performance offline, you can use an automated tool that reads your static file, analyzes total size, blocking CSS/JS, images, and estimated CLS, and then returns an optimized version in place without external API calls.

What is the best way to optimize a static single-file HTML page before publishing?

The best way to optimize a static single-file HTML page is to run an offline performance audit that generates a detailed report with scores and fixes, then automatically applies those changes to the HTML while preserving the original copy.

Does offline page speed auditing preserve the original content of the HTML?

Yes, offline page speed auditing preserves the original content. It analyzes the HTML file and applies performance fixes directly in place, ensuring the original copy remains intact while generating an optimized version.

Can I use an offline web audit tool for pages generated by static page generators?

Yes, you can use an offline web audit tool for static single-file pages. It is specifically designed to audit and optimize HTML pages generated by static page generators, handling the entire workflow offline without dependencies.

What performance metrics are included in an offline HTML web audit report?

An offline HTML web audit report includes detailed analysis of total page size, loaded resources, images, fonts, blocking CSS/JS, and estimated Cumulative Layout Shift (CLS), providing actionable scores and suggested fixes.

How do I fix Cumulative Layout Shift (CLS) and blocking resources in a static HTML file?

To fix CLS and blocking resources in a static HTML file, run an offline performance audit that identifies these issues in its report and automatically applies the necessary corrections directly to the code while preserving your content.