Gate perf
Frontend/Next.js Claude Code Skills — curated + custom
npx -y skills add lennney/gate-all-skills --skill gate-perfAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
性能优化 / Performance optimization. Optimizes site speed, Core Web Vitals, and load times. Use when the site is slow or the user wants to speed things up.
SKILL.md
0.8 KB, 171 tokens by cl100k_base, as published. Nobody here has run it
直接做:
- 跑 Lighthouse 记下分数
- 检查哪些拖慢了速度:大图片?太多代码?字体加载慢?
- 优化:图片压缩、按需加载、字体预加载
- 再跑一次 Lighthouse
告诉用户: "优化完了。之前首页加载需要 X 秒,现在只要 Y 秒。主要做了三件事:图片压缩了但不影响画质、不着急的代码等需要时才加载、字体提前准备好。Lighthouse 分数从 X 提到了 Y。"
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.