A comprehensive optimization toolkit spanning Core Web Vitals, React rendering, image delivery, and LLM inference. Use this when you're hitting 2026's stricter thresholds (LCP under 2s, INP under 150ms), debugging slow React renders, or optimizing model serving costs. The 24 rules cover practical patterns like React Compiler verification, TanStack Virtual for long lists, AVIF with WebP fallback, vLLM deployment with quantization, and Redis cache strategies. It even includes sustainability patterns for carbon footprint reduction. The local profiling section with Portless URLs is smart for stable performance monitoring. High complexity, high effort, but it addresses real performance bottlenecks across the full stack from bundle size to inference latency.
npx skills add https://github.com/yonatangross/orchestkit --skill performance