- Home
- /
- Categories
- /
- Performance
Performance
Performance profiling and optimization
fsharp-performance-review
by bromanko
This skill should be used when the user asks to "review performance", "optimize F#", ".NET performance", "performance audit", "find bottlenecks", "improve efficiency", or wants analysis of F# code performance focusing on .NET runtime patterns, async architecture, and data structure choices.
vercel-react-best-practices
by Jackiexiao
Vercel Engineering的React和Next.js性能优化指南。在编写、审阅或重构React/Next.js代码时应使用此技能,以确保最佳性能模式。触发涉及React组件、Next.js页面、数据获取、捆绑优化或性能改进的任务。
vercel-react-best-practices
by yuanxiao0115
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.
Performance Optimizer
by anorbert-cmyk
Web Performance Optimizer (frontend + backend aware) converting performance findings into code-level fixes.
cp-skills-kotlin
by area44
A structured competitive programming knowledge base focused on algorithmic thinking, data structures, and high-performance Kotlin implementations.
m10-performance
by lywa1998
"CRITICAL: Use for performance optimization. Triggers: performance, optimization, benchmark, profiling, flamegraph, criterion, slow, fast, allocation, cache, SIMD, make it faster, 性能优化, 基准测试"
pavlo-database-performance
by copyleftdev
Optimize databases in the style of Andy Pavlo, CMU professor and database performance expert. Emphasizes understanding internals, benchmarking rigorously, and making informed architectural choices. Use when tuning query performance, designing storage engines, or evaluating database technologies.
Performance Benchmarker
by anorbert-cmyk
Performance Engineer focusing on real-user impact, Core Web Vitals, and backend latency benchmarks.
persona
by esmondo
progressive-disclosure
by NCMcClure
Design and maintain file-based progressive disclosure memory systems for Claude Code projects. Use when a project needs durable knowledge persistence across sessions — architecture decisions, technical learnings, domain expertise, or people context that outlasts any individual task. Triggers include requests for "project memory", "session persistence", "knowledge base", "memories directory", "progressive disclosure", "remember across sessions", or "capture learnings". Complements the autonomous-loop skill: loops handle intra-task state (progress.txt), memory systems handle institutional knowledge that accumulates over the lifetime of a project.
interview-designer
by mikonos
Analyze resumes and design interview strategies using evidence-based methodology. Transforms interview prep from "read resume → ask questions" into "define standard → forensic evidence → future simulation". Combines Geoff Smart's Topgrading, Lou Adler's performance-based hiring, and Daniel Kahneman's bias control. Use when preparing for interviews, creating structured interview guides, or designing questions to validate candidate competencies.
react-router-loader-performance
by adrianbrowning
React Router v7 loader performance optimization techniques. Use when optimizing TTFB, eliminating waterfalls, consolidating database queries, or streaming secondary data in loaders. Triggers on "slow loaders", "optimize TTFB", "speed up React Router", "loader performance", or when loaders exceed 500ms response time.
goldy
by SacredTexts
"Global planning/orchestration skill. Use for: (1) Gold Standard plan creation and phased execution, (2) stack-aware decisions across TanStack/React/Neon/Drizzle/WorkOS/Radix/shadcn and other stacks, (3) session memory and deterministic resume capsules, (4) long-running /goldy-loop phase automation with checkpoints and resume chaining, (5) UI/UX module reuse from ui-ux-pro-max when design output is needed, (6) browser-based bug investigation and smoke testing via auto-detected backend (Chrome Extension for Claude Code, Playwright for Codex). Trigger for planning, roadmap, phase, architecture, implementation sequencing, or when user asks for /goldy or /goldy-loop behavior. Also auto-invokes on any coding work that lacks a pre-existing plan: fix, bug, implement, build, add, create, refactor, migrate, update, upgrade, feature, endpoint, component, test, debug, deploy, optimize, integrate, change, modify, remove, delete."
distributor
by esmondo
supabase-postgres-best-practices
by pm-minji
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
Engram Conditional Memory (N-gram Hash Lookup + Offload/Prefetch)
by sovr610
This skill should be used when the user asks to "implement engram memory", "add N-gram hash lookup", "implement tokenizer compression", "add engram layer", "implement CPU offload embeddings", "add async prefetch", "implement multi-head hashing", "add context-aware gating", "implement depthwise causal conv", "add engram encoder", "implement hash embedding retrieval", "add collision mitigation", "implement offloadable embedding", "add prefetch scheduler", "implement engram augmented layer", "add residual fusion", "implement RMSNorm gating", "add engram telemetry", "implement streaming N-gram cache", "add prime-sized hash tables", "implement tokenizer equivalence merging", or mentions engram memory, N-gram hashing, deterministic addressing, CPU offload + prefetch, tokenizer compression, context-aware gating, depthwise causal convolution, hash embedding, encoder-competition mode, layer-augmentation mode, or DeepSeek-style conditional memory in the cognitive pipeline.
hiram-performance
by christopheraaronhogg
Provides expert performance analysis, bottleneck identification, and optimization assessment. Use this skill when the user needs performance audit, Core Web Vitals review, or scalability evaluation. Triggers include requests for performance review, load testing guidance, or when asked to identify bottlenecks. Produces detailed consultant-style reports with findings and prioritized recommendations — does NOT write implementation code.
waterware
by sri
Engineering guardrails for building this project with Go, TypeScript, and SQLite 3.
difficult-workplace-conversations
by VisualxIntelligence
Structured approach to workplace conflicts, performance discussions, and challenging feedback using preparation-delivery-followup framework. Use when preparing for tough conversations, addressing conflicts, giving critical feedback, or navigating sensitive workplace discussions.
chrOno somnia — OpenClaw Skill
by LittleJakub
${OPENCLAW_STATE_DIR:-$HOME/.openclaw}
Gradient Checkpointing (Activation Recomputation)
by sovr610
This skill should be used when the user asks to "enable gradient checkpointing", "reduce training memory", "activation checkpointing", "torch.utils.checkpoint", "memory-compute tradeoff", "checkpoint sequential layers", "selective checkpointing", "recomputation strategy", "activation memory profiling", "per-layer memory budget", "checkpoint_sequential", "checkpoint_wrapper", "SAC selective activation checkpointing", "SNN timestep checkpoint", "FSDP activation checkpointing", "checkpoint per timestep", "memory-efficient training", "recompute activations in backward", or needs guidance on trading compute for memory during training, per-layer memory profiling, selective recomputation strategies, or integration with distributed training wrappers.
footballer-nutrition-coach
by edfp19
Adaptive soccer nutrition and optional training guidance for footballers, from recreational to professional. Use when Codex is asked for footballer or soccer diet plans, match-day nutrition, weekly nutrition check-ins, grocery or budget meal planning, training-load adaptation, gym or club training advice, pre-season/in-season/off-season adjustments, injury-risk-aware recovery guidance, or updates to USER_DATA.md and MEMORY.md for football performance.
concurrency-lock-vs-lockfree
by erikhuizinga
Language-agnostic guidance for lock-vs-lock-free (lockfree/lockless) concurrency decisions, atomic primitives, and memory-ordering risk evaluation. Use when tasks mention atomics, CAS/compare-and-swap, lock-free queues/stacks/pools, memory ordering or memory fences, ABA, weak-memory behavior, or replacing mutexes/locks for performance. Also use when designing custom synchronization primitives or debugging rare concurrency bugs caused by thread interleavings.
ask-questions-if-underspecified
by aiagentskills
Clarify requirements before implementing. Use when serious doubts araise.