Performance

Performance profiling and optimization

Showing 265-288 of 2714 skills
TheOrcDev

rerender-functional-setstate

by TheOrcDev

Use functional setState updates to prevent stale closures and unnecessary callback recreations. Apply when updating state based on the current state value in React components.

Performance 2K 7mo ago
TheOrcDev

rerender-memo

by TheOrcDev

Extract expensive work into memoized components with React.memo. Apply when components perform expensive computations that can be skipped when props haven't changed.

Performance 2K 7mo ago
Orchestra-Research

awq-quantization

by Orchestra-Research

Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper Award winner.

ML Ops 12.1K 9mo ago
Orchestra-Research

training-llms-megatron

by Orchestra-Research

Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA, DeepSeek.

CLI Tools 12.1K 9mo ago
Orchestra-Research

ML Training Recipes

by Orchestra-Research

Comprehensive open-source library of AI research and engineering skills for any AI model. Package the skills and your claude code/codex/gemini agent will be an AI research agent with full horsepower. Maintained by Orchestra Research.

Automation 12.1K 6mo ago
Orchestra-Research

optimizing-attention-flash

by Orchestra-Research

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.

Automation 12.1K 9mo ago
Orchestra-Research

huggingface-tokenizers

by Orchestra-Research

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.

Git & VCS 12.1K 9mo ago
Orchestra-Research

llama-cpp

by Orchestra-Research

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

CLI Tools 12.1K 9mo ago
Orchestra-Research

unsloth

by Orchestra-Research

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

i18n 12.1K 9mo ago
Orchestra-Research

sentencepiece

by Orchestra-Research

Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use when you need multilingual support, CJK languages, or reproducible tokenization.

i18n 12.1K 9mo ago
Orchestra-Research

rwkv-architecture

by Orchestra-Research

RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.

ML Ops 12.1K 9mo ago
tursodatabase

transaction-correctness

by tursodatabase

How WAL mechanics, checkpointing, concurrency rules, recovery work in tursodb

File Ops 24K 7mo ago
majiayu000

model-selection

by majiayu000

Automatically applies when choosing LLM models and providers. Ensures proper model comparison, provider selection, cost optimization, fallback patterns, and multi-model strategies.

ML Ops 580 7mo ago
majiayu000

model-selection

by majiayu000

Automatically applies when choosing LLM models and providers. Ensures proper model comparison, provider selection, cost optimization, fallback patterns, and multi-model strategies.

ML Ops 580 7mo ago
CharlesWiltgen

axiom-app-store-connect-ref

by CharlesWiltgen

Reference for App Store Connect crash analysis, TestFlight feedback, metrics dashboards, and data export workflows

Analytics 1.1K 6mo ago
BasedHardware

issue-triage

by BasedHardware

"Automate issue triage using ISSUE_TRIAGE_GUIDE.MD. Use when analyzing GitHub issues. Scores issues using triage formula, assigns priority levels, suggests lane assignment, and maps to Omi layers."

Git & VCS 13.4K 7mo ago
ChromeDevTools

chrome-devtools

by ChromeDevTools

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to --slim mode (MCP configuration).

Processing 49.8K 6mo ago
ruvnet

Hooks Automation

by ruvnet

Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.

Auth 91.7K 7mo ago
ruvnet

sparc-methodology

by ruvnet

SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration

Automation 91.7K 7mo ago
ruvnet

V3 Memory Unification

by ruvnet

"Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend)."

Database 91.7K 7mo ago
lobehub

vercel-react-best-practices

by lobehub

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 82.3K 6mo ago
proffesor-for-testing

chaos-engineering-resilience

by proffesor-for-testing

"Chaos engineering principles, controlled failure injection, resilience testing, and system recovery validation. Use when testing distributed systems, building confidence in fault tolerance, or validating disaster recovery."

Debugging 466 6mo ago
Dicklesworthstone

clay-load-scale

by Dicklesworthstone

Implement Clay load testing, auto-scaling, and capacity planning strategies. Use when running performance tests, configuring horizontal scaling, or planning capacity for Clay integrations. Trigger with phrases like "clay load test", "clay scale", "clay performance test", "clay capacity", "clay k6", "clay benchmark".

Monitoring 1.7K 7mo ago
Dicklesworthstone

apollo-performance-tuning

by Dicklesworthstone

Optimize Apollo.io API performance. Use when improving API response times, reducing latency, or optimizing bulk operations. Trigger with phrases like "apollo performance", "optimize apollo", "apollo slow", "apollo latency", "speed up apollo".

API Dev 1.7K 7mo ago