Skip to content

Commit d24604a

Browse files
committed
chore: update snippet count 48 → 49 after Forced-Synchronous-Layout
1 parent 54aa900 commit d24604a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A curated collection of JavaScript snippets to measure and debug Web Performance
44

55
[![CI](https://github.com/nucliweb/webperf-snippets/actions/workflows/ci.yml/badge.svg)](https://github.com/nucliweb/webperf-snippets/actions/workflows/ci.yml)
66
[![Release](https://img.shields.io/github/v/release/nucliweb/webperf-snippets)](https://github.com/nucliweb/webperf-snippets/releases)
7-
[![Snippets](https://img.shields.io/badge/snippets-48-0f766e)](https://webperf-snippets.nucliweb.net)
7+
[![Snippets](https://img.shields.io/badge/snippets-49-0f766e)](https://webperf-snippets.nucliweb.net)
88
[![License](https://img.shields.io/github/license/nucliweb/webperf-snippets)](./LICENSE)
99
[![Star History](https://img.shields.io/github/stars/nucliweb/webperf-snippets?style=social)](https://star-history.com/#nucliweb/webperf-snippets&Date)
1010

@@ -87,7 +87,7 @@ This installs skills to `~/.claude/skills/` for use across any project.
8787

8888
| Skill | Snippets | Description |
8989
| ------------------------- | -------- | ---------------------------------------------------------------- |
90-
| `webperf` | 48 | Main entry point for all web performance analysis |
90+
| `webperf` | 49 | Main entry point for all web performance analysis |
9191
| `webperf-core-web-vitals` | 7 | LCP, CLS, INP measurements with detailed breakdowns |
9292
| `webperf-loading` | 29 | TTFB, FCP, script/font analysis, resource hints, service workers |
9393
| `webperf-interaction` | 8 | Long tasks, animation frames, scroll jank, INP debugging |

SKILLS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A collection of [Agent Skills](https://agentskills.io/) for measuring and debugg
66

77
## Why WebPerf Skills?
88

9-
These skills transform 48 battle-tested JavaScript snippets into agent capabilities for any skills-compatible AI coding assistant:
9+
These skills transform 49 battle-tested JavaScript snippets into agent capabilities for any skills-compatible AI coding assistant:
1010

1111
- **Browser Console Integration**: Run performance measurements directly in Chrome DevTools
1212
- **Real-time Analysis**: Measure actual user experience on live pages
@@ -105,7 +105,7 @@ The main entry point that helps identify the right skill for your performance qu
105105
**What it does:**
106106

107107
- Routes to the appropriate specialized skill
108-
- Provides overview of all 48 available snippets
108+
- Provides overview of all 49 available snippets
109109
- Suggests which skill to use based on your question
110110

111111
### webperf-core-web-vitals

skills/webperf/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313

1414
# WebPerf Snippets Toolkit
1515

16-
A collection of 48 JavaScript snippets for measuring and debugging web performance in Chrome DevTools. Each snippet runs in the browser console and outputs structured, color-coded results.
16+
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.
1717

1818
## Quick Reference
1919

0 commit comments

Comments
 (0)