Performance

Performance profiling and optimization

Showing 361-384 of 2714 skills
luongnv89

code-review-specialist

by luongnv89

Comprehensive code review with security, performance, and quality analysis. Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization.

Code Review 41.4K 8mo ago
proffesor-for-testing

agentic-quality-engineering

by proffesor-for-testing

"AI agents as force multipliers for quality work. Core skill for all 19 QE agents using PACT principles."

Agents 466 7mo ago
nowledge-co

read-working-memory

by nowledge-co

Read your daily Working Memory briefing to understand current context. Contains active focus areas, priorities, unresolved flags, and recent knowledge changes. Load this automatically at the beginning of sessions for cross-tool continuity.

Auth 162 6mo ago
blockscout

compare-against-empty-list

by blockscout

Optimize list checks by comparing against empty lists instead of using length/1. Avoid expensive list traversal operations when checking if a list is empty or has elements. Use pattern matching or empty list comparison for better performance.

Code Gen 4.6K 6mo ago
blockscout

efficient-list-building

by blockscout

Build lists efficiently using prepend operations and Enum.reverse/1 instead of append. Appending to lists is O(n) while prepending is O(1). Use [head tail] notation and reverse at the end when order matters.

Processing 4.6K 6mo ago
oliver-kriska

elixir-idioms

by oliver-kriska

Idiomatic Elixir patterns, BEAM architecture, OTP patterns, and best practices. Load when writing Elixir code to ensure idiomatic style.

Automation 533 6mo ago
oliver-kriska

lv:assigns

by oliver-kriska

Audit LiveView socket assigns for memory issues and clarity. Use when reviewing LiveView performance or debugging memory problems.

Code Review 533 6mo ago
google

google-cloud-waf-cost-optimization

by google

Generates cost optimization guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify cost requirements and constraints, and provide actionable recommendations for build, deploy, and manage the workload cost-efficiently in Google Cloud.

Processing 18.7K 4mo ago
event-catalog

visualiser-performance

by event-catalog

React Flow performance rules and review checklist for the @eventcatalog/visualiser package. Automatically applies when making changes to any file under packages/visualiser/. Use this skill to audit, review, or implement visualiser code with performance in mind.

Code Review 2.8K 6mo ago
event-catalog

vercel-react-best-practices

by event-catalog

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Caching 2.8K 6mo ago
lawvable

tech-contract-negotiation-patrick-munro

by lawvable

"Guide to negotiating technology services agreements, professional services contracts, and commercial B2B transactions. Provides three-position frameworks (provider-favorable, balanced, client-favorable), deal-size tactics, objection handling templates, and concession roadmaps. Use when: (1) Developing negotiation strategies for SaaS, cloud, or managed services agreements, (2) Preparing position papers and fallback positions, (3) Responding to counterparty objections and demands, (4) Creating concession roadmaps that protect critical interests, (5) Assessing tactics based on deal value and leverage, or (6) Structuring balanced outcomes for liability, IP, payment, SLA, or warranty provisions."

Legal 666 6mo ago
lawvable

nda-triage-anthropic

by lawvable

Screen incoming NDAs and classify them as GREEN (standard), YELLOW (needs review), or RED (significant issues). Use when a new NDA comes in from sales or business development, when assessing NDA risk level, or when deciding whether an NDA needs full counsel review.

Code Review 666 6mo ago
huggingface

cuda-kernels

by huggingface

"Provides guidance for writing and benchmarking optimized CUDA kernels for NVIDIA GPUs (H100, A100, T4) targeting HuggingFace diffusers and transformers libraries. Supports models like LTX-Video, Stable Diffusion, LLaMA, Mistral, and Qwen. Includes integration with HuggingFace Kernels Hub (get_kernel) for loading pre-compiled kernels. Includes benchmarking scripts to compare kernel performance against baseline implementations."

CLI Tools 725 6mo ago
mfts

vercel-react-best-practices

by mfts

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Caching 9K 7mo ago
shipshitdev

evaluation

by shipshitdev

Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.

Agents 35 7mo ago
Chachamaru127

session

by Chachamaru127

"セッション管理の総合窓口。初期化・記憶・状態を一手に引き受けます。Use when managing Claude Code sessions, /session command. Do NOT load for: app user sessions, login state, authentication features."

Auth 3.1K 6mo ago
actionbook

unsafe-checker

by actionbook

"CRITICAL: Use for unsafe Rust code review and FFI. Triggers on: unsafe, raw pointer, FFI, extern, transmute, *mut, *const, union, #[repr(C)], libc, std::ffi, MaybeUninit, NonNull, SAFETY comment, soundness, undefined behavior, UB, safe wrapper, memory layout, bindgen, cbindgen, CString, CStr, 安全抽象, 裸指针, 外部函数接口, 内存布局, 不安全代码, FFI 绑定, 未定义行为"

Code Review 1.4K 7mo ago
actionbook

m10-performance

by actionbook

"CRITICAL: Use for performance optimization. Triggers: performance, optimization, benchmark, profiling, flamegraph, criterion, slow, fast, allocation, cache, SIMD, make it faster, 性能优化, 基准测试"

Caching 1.4K 7mo ago
actionbook

m04-zero-cost

by actionbook

"CRITICAL: Use for generics, traits, zero-cost abstraction. Triggers: E0277, E0308, E0599, generic, trait, impl, dyn, where, monomorphization, static dispatch, dynamic dispatch, impl Trait, trait bound not satisfied, 泛型, 特征, 零成本抽象, 单态化"

Debugging 1.4K 7mo ago
actionbook

domain-ml

by actionbook

"Use when building ML/AI apps in Rust. Keywords: machine learning, ML, AI, tensor, model, inference, neural network, deep learning, training, prediction, ndarray, tch-rs, burn, candle, 机器学习, 人工智能, 模型推理"

Processing 1.4K 7mo ago
mhattingpete

ensemble-solving

by mhattingpete

Generate multiple diverse solutions in parallel and select the best. Use for architecture decisions, code generation with multiple valid approaches, or creative tasks where exploring alternatives improves quality.

Automation 666 7mo ago
redpanda-data

react-best-practices

by redpanda-data

Client-side React performance optimization patterns.

Code Review 4.3K 6mo ago
pubkey

verify

by pubkey

Verifies code changes by running tests and generation scripts

Code Review 23.4K 7mo ago
tech-leads-club

perf-astro

by tech-leads-club

"Astro-specific performance optimizations for 95+ Lighthouse scores. Covers critical CSS inlining, compression, font loading, and LCP optimization. Triggers on: astro performance, astro lighthouse, astro optimization, astro-critters."

Docker 5.1K 7mo ago