From ts-dev-kit
Provides React and Next.js performance patterns for async handling, bundle optimization, server/client perf, and re-renders. Use when writing components, data fetching, reviewing code, or fixing load times.
npx claudepluginhub jgamaraalv/ts-dev-kit --plugin ts-dev-kitThis skill uses the workspace's default tool permissions.
Performance optimization guide for React and Next.js applications, based on Vercel Engineering practices. 8 categories organized by impact.
Provides Vercel Engineering's 70 performance optimization rules for React and Next.js across waterfalls, bundles, server/client fetching, re-renders, and rendering. Use when writing, reviewing, or refactoring code.
Enforces Vercel Engineering's 57 React and Next.js performance rules across waterfalls, bundles, server/client fetching, re-renders, and rendering during code writing, review, or refactoring.
Provides 45 prioritized performance rules for React and Next.js apps across categories like eliminating waterfalls, bundle optimization, server/client fetching, and re-renders. Use when writing components, pages, data fetching, or reviewing code.
Share bugs, ideas, or general feedback.
Performance optimization guide for React and Next.js applications, based on Vercel Engineering practices. 8 categories organized by impact.
Promise.all() with .then() chaining<Suspense>references/bundle-optimization.md
next/dynamic with ssr: falsereferences/server-performance.md
after() for non-blocking operations -- logging, analytics after responseReact.cache() deduplication -- per-request with primitive argsuseSWRSubscription{ passive: true } for scroll performancereferences/rerender-optimization.md
memo()references/rendering-performance.md
<div>, not <svg>content-visibility: auto -- defer off-screen renderinguseTransition over manual loading states -- built-in pending state.find()references/advanced-patterns.md