performance▌
71 indexed skills · max 10 per page
golang-performance
samber/cc-skills-golang · Backend
Persona: You are a Go performance engineer. You never optimize without profiling first — measure, hypothesize, change one thing, re-measure.
web-performance-optimization
davila7/claude-code-templates · Productivity
Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics.
performance-engineer
sickn33/antigravity-awesome-skills · Productivity
You are a performance engineer specializing in modern application optimization, observability, and scalable system performance.
go-performance
cxuu/golang-skills · Backend
Performance-specific guidelines apply only to the hot path. Don't prematurely optimize—focus these patterns where they matter most.
performance-report
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
react-component-performance
dimillian/skills · Frontend
Identify render hotspots, isolate expensive updates, and apply targeted optimizations without changing UI behavior.
performance-review
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
wordpress-performance-best-practices
bartekmis/wordpress-performance-best-practises · Productivity
WordPress performance optimization guidelines across database, caching, assets, and plugin architecture. \n \n 34 rules organized by impact across 8 categories: database optimization, caching strategies, asset management, theme performance, plugin architecture, media optimization, API/AJAX, and advanced patterns \n Covers critical areas including WP_Query optimization, transient and object cache usage, proper asset enqueueing, and REST API caching \n Designed for code review and generation workf
performance-profiling
sickn33/antigravity-awesome-skills · Productivity
Systematic approach to measuring, analyzing, and optimizing application performance. \n \n Covers Core Web Vitals (LCP, INP, CLS) with target thresholds and measurement stages from development through production \n Provides a 4-step profiling workflow: establish baseline, identify bottleneck, apply fix, validate improvement \n Includes tool selection guidance for specific problems (Lighthouse for page load, DevTools for runtime and memory, bundle analyzers for code size) \n Documents common runt
nextjs-performance
giuseppe-trisciuoglio/developer-kit · Frontend
Comprehensive Next.js performance optimization covering Core Web Vitals, modern React patterns, and production-grade techniques. \n \n Covers Core Web Vitals optimization (LCP, INP, CLS), image/font optimization with next/image and next/font , and caching strategies using unstable_cache and revalidateTag \n Guides conversion of Client Components to Server Components, implementation of Suspense streaming for progressive loading, and bundle size reduction through code splitting \n Includes Next.js