nucliweb/webperf-snippets

webperf

Web performance measurement and debugging toolkit. Use when the user asks about web performance, wants to audit a page, or says "analyze performance", "debug lcp", "check ttfb", "measure core web vitals", "audit images", or similar.

First seen Mar 4, 2026

Installation

$ npx skills add nucliweb/webperf-snippets --skill webperf

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nucliweb/webperf-snippets.

npx skills add nucliweb/webperf-snippets

Browse all from nucliweb/webperf-snippets

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.4K
License LICENSE
Default branch main
Open issues 8
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.2.0
LicenseMIT
More metadata
author
Joan Leon | @nucliweb
version
1.2.0
mcp-server
chrome-devtools
category
web-performance
repository
https://github.com/nucliweb/webperf-snippets

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,880 B
  • docs SUMMARY.md 247 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 217 installs

SKILL.md

WebPerf Snippets Toolkit

A collection of 49 JavaScript snippets for measuring and debugging web performance in Chrome DevTools. Each snippet runs in the browser console and outputs structured, color-coded results.

Quick Reference

Skill Snippets Trigger phrases
webperf-core-web-vitals 7 "debug LCP", "slow LCP", "CLS", "layout shifts", "INP", "interaction latency", "responsiveness"
webperf-loading 29 "TTFB", "slow server", "FCP", "render blocking", "font loading", "script loading", "resource hints", "service worker"
webperf-interaction 9 "jank", "scroll performance", "long tasks", "animation frames", "INP debug"
webperf-media 3 "image audit", "lazy loading", "image optimization", "video audit"
webperf-resources 1 "network quality", "bandwidth", "connection type", "save-data"

Workflow

  1. Identify the relevant skill based on the user's question (see Quick Reference above)
  2. Load the skill's skill.md to see available snippets and thresholds
  3. Execute with Chrome DevTools MCP:

- mcpchrome-devtoolsnavigatepage → navigate to target URL - mcpchrome-devtoolsevaluatescript → run the snippet - mcpchrome-devtoolsgetconsolemessage → read results

  1. Interpret results using the thresholds defined in the skill
  2. Provide actionable recommendations based on findings