Performance

Performance profiling and optimization

Showing 1-24 of 2612 skills
TencentBlueKing

长列表虚拟滚动优化方案

by TencentBlueKing

处理超过 1000 条数据的大型列表渲染时的性能优化方案,包含定高和不定高两种策略。

Performance 839 5mo ago
dadbodgeoff

intelligent-cache

by dadbodgeoff

Multi-layer caching with type-specific TTLs, get-or-generate pattern, memory and database layers, and graceful invalidation without cache stampede.

Performance 783 5mo ago
dadbodgeoff

caching-strategies

by dadbodgeoff

Implement multi-layer caching with Redis, in-memory, and HTTP caching. Covers cache invalidation, stampede prevention, and cache-aside patterns.

Performance 783 5mo ago
markus41

code-review

by markus41

Comprehensive code review knowledge including security, performance, accessibility, and quality standards across multiple languages and frameworks

Accessibility 18 6mo ago
pluginagentmarketplace

performance-management

by pluginagentmarketplace

Master performance management, goal-setting, OKRs, reviews, feedback, and metrics for engineering teams

Performance 3 6mo ago
srsubramanian

Lighthouse Performance Analysis

by srsubramanian

Comprehensive Lighthouse CLI performance analysis - automated audits, Core Web Vitals, opportunities, and diagnostics

Performance 0 5mo ago
srsubramanian

Web Performance Analysis (Chrome DevTools)

by srsubramanian

Interactive web performance analysis using Chrome DevTools MCP - live profiling, network inspection, caching analysis, and real-time debugging

Performance 0 5mo ago
srsubramanian

chrome_perf_analyzer

by srsubramanian

Analyze Chrome DevTools Performance trace JSON files. Use when the user uploads a Chrome Performance trace (.json) and asks questions like "what network calls happened between X and Y", "what took the most time", "show me long tasks", "what was slow", or any query about timing, network requests, or performance bottlenecks in the trace.

Performance 0 5mo ago
ibelick

fixing-motion-performance

by ibelick

Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use when animations stutter, transitions jank, or reviewing CSS/JS animation performance.

Animation 5.6K 5mo ago
Shubhamsaboo

code-reviewer

by Shubhamsaboo

Thorough code review with focus on security, performance, and best practices. Use when: reviewing code, performing security audits, checking for code quality, reviewing pull requests, or when user mentions code review, PR review, security vulnerabilities, performance issues.

Code Review 125.6K 5mo ago
cloudflare

web-perf

by cloudflare

Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed.

Accessibility 2.4K 5mo ago
sickn33

agent-orchestration-multi-agent-optimize

by sickn33

"Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability."

Agents 43.7K 3mo ago
NousResearch

optimizing-attention-flash

by NousResearch

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.

Performance 218.1K 2mo ago
sickn33

3d-web-experience

by sickn33

Expert in building 3D experiences for the web - Three.js, React

Performance 43.7K 3mo ago
affaan-m

clickhouse-io

by affaan-m

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

Analytics 231.4K 3mo ago
Orchestra-Research

quantizing-models-bitsandbytes

by Orchestra-Research

Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.

ML Ops 10.9K 8mo ago
supabase

supabase-postgres-best-practices

by supabase

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Database 2.3K 5mo ago
Orchestra-Research

nemo-evaluator-sdk

by Orchestra-Research

Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.

CI/CD 10.9K 6mo ago
Orchestra-Research

deepspeed

by Orchestra-Research

Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention

ML Ops 10.9K 8mo ago
mcollina

fastify-best-practices

by mcollina

"Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debugging a Fastify application — including defining routes, implementing plugins, setting up JSON Schema validation, handling errors, optimising performance, managing authentication, configuring CORS and security headers, integrating databases, working with WebSockets, and deploying to production. Covers the full Fastify request lifecycle (hooks, serialization, logging with Pino) and TypeScript integration via strip types. Trigger terms: Fastify, Node.js server, REST API, API routes, backend framework, fastify.config, server.ts, app.ts."

API Dev 1.9K 4mo ago
mcollina

node

by mcollina

Provides domain-specific best practices for Node.js development with TypeScript, covering type stripping, async patterns, error handling, streams, modules, testing, performance, caching, logging, and more. Use when setting up Node.js projects with native TypeScript support, configuring type stripping (--experimental-strip-types), writing Node 22+ TypeScript without a build step, or when the user mentions 'native TypeScript in Node', 'strip types', 'Node 22 TypeScript', '.ts files without compilation', 'ts-node alternative', or needs guidance on error handling, graceful shutdown, flaky tests, profiling, or environment configuration in Node.js. Helps configure tsconfig.json for type stripping, set up package.json scripts, handle module resolution and import extensions, and apply robust patterns across the full Node.js stack.

Code Review 1.9K 4mo ago
Orchestra-Research

gptq

by Orchestra-Research

Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with <2% perplexity degradation, or for faster inference (3-4× speedup) vs FP16. Integrates with transformers and PEFT for QLoRA fine-tuning.

ML Ops 10.9K 8mo ago
vercel

runtime-debug

by vercel

Debug and verification workflow for runtime-bundle and module-resolution regressions. Use when diagnosing unexpected module inclusions, bundle size regressions, or CI failures related to NEXT_SKIP_ISOLATE, nft.json traces, or runtime bundle selection (module.compiled.js). Covers CI env mirroring, full stack traces via __NEXT_SHOW_IGNORE_LISTED, route trace inspection, and webpack stats diffing.

Debugging 141K 5mo ago
SharpAI

depth-estimation

by SharpAI

"Real-time depth map privacy transforms using Depth Anything v2 (CoreML + PyTorch)"

Performance 2.9K 4mo ago