performance▌
63 indexed skills · max 10 per page
flutter-performance
flutter/skills · Productivity
Identifies and eliminates performance bottlenecks in Flutter apps through systematic profiling and targeted optimization. \n \n Provides a decision tree to diagnose jank on UI thread, Raster (GPU) thread, or both, with specific fixes for each \n Includes integration test templates using traceAction and TimelineSummary to establish performance baselines and measure frame budgets \n Covers UI optimization (localizing state, const constructors, StringBuffer usage) and Raster optimization (replacing
python-performance-optimization
wshobson/agents · Backend
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. \n \n Covers CPU profiling with cProfile, line-by-line profiling with line_profiler, memory tracking with memory_profiler, and production profiling with py-spy \n Includes 20+ optimization patterns: list comprehensions, generators, string concatenation, dictionary lookups, NumPy vectorization, caching, multiprocessing, and async I/O \n Provides database optimization techniques including batch opera
react-performance-optimization
nickcrew/claude-ctx-plugin · Frontend
Memoization, code splitting, and virtualization patterns for optimizing React application performance. \n \n Covers four core optimization techniques: memoization (React.memo, useMemo, useCallback), code splitting with lazy/Suspense, virtualization for large lists, and state management strategies to minimize render cascades \n Includes React 18+ concurrent features (useTransition, useDeferredValue) for improved responsiveness and perceived performance \n Provides profiling workflow using React D
nextjs15-performance
srbhr/resume-matcher · Frontend
nextjs15-performance
power-bi-performance-troubleshooting
github/awesome-copilot · Productivity
Systematic framework for diagnosing and resolving Power BI performance bottlenecks across models, reports, and infrastructure. \n \n Covers four diagnostic areas: model design and DAX efficiency, report layout and visual complexity, infrastructure capacity, and data source connectivity \n Includes step-by-step troubleshooting methodology with issue classification, baseline metrics collection, and targeted diagnosis workflows \n Provides concrete optimization patterns for DAX formulas, storage mo
analyzing-dotnet-performance
dotnet/skills · Productivity
Scan C#/.NET code for performance anti-patterns and produce prioritized findings with concrete fixes. Patterns sourced from the official .NET performance blog series, distilled to customer-actionable guidance.
performance-regression-debugging
aj-geddes/useful-ai-prompts · Productivity
Performance regressions occur when code changes degrade application performance. Detection and quick resolution are critical.
axiom-build-performance
charleswiltgen/axiom · Frontend
Systematic Xcode build performance analysis and optimization. Core principle: Measure before optimizing, then optimize the critical path first.
performance-engineer
404kidwiz/claude-supercode-skills · Productivity
Provides system optimization and profiling expertise specializing in deep-dive performance analysis, load testing, and kernel-level tuning using eBPF and Flamegraphs. Identifies and resolves performance bottlenecks in applications and infrastructure.
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.