web-performance

Next.jsアプリケーションのパフォーマンス最適化スキル。Core Web Vitals(LCP、FID、CLS)改善、バンドルサイズ削減、画像・フォント最適化を提供する。Anchors:• 『High Performance Browser Networking』(Ilya Grigorik) / 適用: ネットワーク最適化 / 目的: レイテンシ削減• Web Vitals (Google) / 適用: Core Web Vitals測定 / 目的: UXメトリクス改善• Next.js Documentation / 適用: next/image, next/font, App Router / 目的: フレームワーク最適化Trigger:Use when optimizing Core Web Vitals (LCP, FID, CLS), reducing bundle size, implementing image optimization with next/image, or optimizing font loading with next/font.

$ Installieren

git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/web-performance ~/.claude/skills/AIWorkflowOrchestrator

// tip: Run this command in your terminal to install the skill