performance▌
76 indexed skills · max 10 per page
java-performance
pluginagentmarketplace/custom-plugin-java · Backend
Optimize JVM performance through profiling, GC tuning, and memory analysis.
swiftui-performance-audit
dimillian/skills · Frontend
Diagnose and fix SwiftUI performance issues through code review and Instruments profiling guidance. \n \n Classifies symptoms (slow rendering, janky scrolling, CPU spikes, memory growth, hangs, excessive view updates) and performs code-first review against common anti-patterns like invalidation storms, unstable list identity, and layout thrash. \n Guides users through Instruments profiling when code review alone is inconclusive, with structured intake checklists and trace analysis. \n Provides r
reanimated-skia-performance
andreev-danila/skills · Productivity
High-performance React Native animations and 2D graphics with Reanimated v4 and Shopify Skia. \n \n Covers gesture-driven interactions, spring/timing transitions, layout animations, and Reanimated CSS transitions/keyframe animations without custom worklets \n Supports Skia Canvas scenes with runtime effects, shader uniforms, path interpolation, and animated drawing primitives \n Includes dev-mode tuning panels with sliders for real-time animation config and shader uniform adjustment \n Provides
type-design-performance
aaronontheweb/dotnet-skills · Frontend
Use this skill when:
web-performance-optimization
bobmatnyc/claude-mpm-skills · Productivity
Optimize web performance through Core Web Vitals, modern browser APIs (View Transitions, Speculation Rules), and framework-specific techniques.
angular-performance
gentleman-programming/gentleman-skills · Productivity
NEVER trigger reflows/repaints in lifecycle hooks (ngOnInit, ngAfterViewInit).
compose-performance-audit
new-silvermoon/awesome-android-agent-skills · Productivity
Audit Jetpack Compose view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps.
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.
perf-lighthouse
tech-leads-club/agent-skills · performance
'Run Lighthouse audits locally via CLI or Node API, parse and interpret reports, and set performance budgets. Use when measuring site performance, understanding Lighthouse scores, setting up budgets, or integrating audits into CI. Triggers on: lighthouse, run lighthouse, lighthouse score, performance audit, performance budget. Do NOT use for fixing specific performance issues (use perf-web-optimization or core-web-vitals) or Astro-specific optimization (use perf-astro).'
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