Performance

Performance profiling and optimization

Showing 97-120 of 2597 skills
K-Dense-AI

cirq

by K-Dense-AI

Google quantum computing framework. Use when targeting Google Quantum AI hardware, designing noise-aware circuits, or running quantum characterization experiments. Best for Google hardware, noise modeling, and low-level circuit design. For IBM hardware use qiskit; for quantum ML with autodiff use pennylane; for physics simulations use qutip.

Performance 27.1K 3mo ago
K-Dense-AI

anndata

by K-Dense-AI

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

Processing 27.1K 3mo ago
K-Dense-AI

dask

by K-Dense-AI

Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.

Processing 27.1K 3mo 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 398 3mo ago
K-Dense-AI

dask

by K-Dense-AI

Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.

Automation 27.1K 4mo ago
K-Dense-AI

astropy

by K-Dense-AI

Comprehensive Python library for astronomy and astrophysics. This skill should be used when working with astronomical data including celestial coordinates, physical units, FITS files, cosmological calculations, time systems, tables, world coordinate systems (WCS), and astronomical data analysis. Use when tasks involve coordinate transformations, unit conversions, FITS file manipulation, cosmological distance calculations, time scale conversions, or astronomical data processing.

Processing 27.1K 3mo ago
K-Dense-AI

get-available-resources

by K-Dense-AI

This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to use parallel processing (joblib, multiprocessing), out-of-core computing (Dask, Zarr), GPU acceleration (PyTorch, JAX), or memory-efficient strategies. Use this skill before running analyses, training models, processing large datasets, or any task where resource constraints matter.

Code Review 27.1K 5mo ago
K-Dense-AI

cobrapy

by K-Dense-AI

Constraint-based metabolic modeling (COBRA). FBA, FVA, gene knockouts, flux sampling, SBML models, for systems biology and metabolic engineering analysis.

ML Ops 27.1K 4mo ago
K-Dense-AI

cirq

by K-Dense-AI

Google quantum computing framework. Use when targeting Google Quantum AI hardware, designing noise-aware circuits, or running quantum characterization experiments. Best for Google hardware, noise modeling, and low-level circuit design. For IBM hardware use qiskit; for quantum ML with autodiff use pennylane; for physics simulations use qutip.

Code Gen 27.1K 4mo ago
Yeachan-Heo

note

by Yeachan-Heo

Save notes to notepad.md for compaction resilience

Auth 35.7K 4mo 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 42.7K 3mo ago
Yeachan-Heo

writer-memory

by Yeachan-Heo

Agentic memory system for writers - track characters, relationships, scenes, and themes

Code Gen 30.3K 3mo ago
vercel-labs

vercel-react-native-skills

by vercel-labs

React Native and Expo best practices for building performant mobile apps. Use

Animation 27.5K 4mo ago
rudrankriyam

asc-signing-setup

by rudrankriyam

Set up bundle IDs, capabilities, signing certificates, and provisioning profiles with the asc cli. Use when onboarding a new app or rotating signing assets.

Code Gen 837 3mo ago
Jeffallan

react-expert

by Jeffallan

Use when building React 18+ applications requiring component architecture, hooks patterns, or state management. Invoke for Server Components, performance optimization, Suspense boundaries, React 19 features.

Performance 9.6K 4mo ago
github

powerbi-modeling

by github

'Power BI semantic modeling assistant for building optimized data models. Use when working with Power BI semantic models, creating measures, designing star schemas, configuring relationships, implementing RLS, or optimizing model performance. Triggers on queries about DAX calculations, table relationships, dimension/fact table design, naming conventions, model documentation, cardinality, cross-filter direction, calculation groups, and data model best practices. Always connects to the active model first using power-bi-modeling MCP tools to understand the data structure before providing guidance.'

Code Gen 34.4K 4mo ago
Jeffallan

embedded-systems

by Jeffallan

Use when developing firmware for microcontrollers, implementing RTOS applications, or optimizing power consumption. Invoke for STM32, ESP32, FreeRTOS, bare-metal, power optimization, real-time systems.

Performance 9.6K 4mo ago
tradermonty

portfolio-manager

by tradermonty

Comprehensive portfolio analysis using Alpaca MCP Server integration to fetch holdings and positions, then analyze asset allocation, risk metrics, individual stock positions, diversification, and generate rebalancing recommendations. Use when user requests portfolio review, position analysis, risk assessment, performance evaluation, or rebalancing suggestions for their brokerage account.

Processing 1.8K 5mo ago
tradermonty

edge-strategy-designer

by tradermonty

Convert abstract edge concepts into strategy draft variants and optional exportable ticket YAMLs for edge-candidate-agent export/validation.

Agents 1.8K 3mo ago
yonatangross

performance

by yonatangross

Performance optimization patterns covering Core Web Vitals, React render optimization, lazy loading, image optimization, backend profiling, and LLM inference. Use when improving page speed, debugging slow renders, optimizing bundles, reducing image payload, profiling backend, or deploying LLMs efficiently.

Caching 180 3mo ago
dj-bolt

performance-optimization

by dj-bolt

"Apply systematic performance optimization techniques for Python and Rust code: estimation + profiling, API/bulk design, algorithmic wins, cache-friendly memory layout, fewer allocations, fast paths, caching, and compiler-friendly hot loops. Use for performance code reviews, refactors, and profiling-driven optimizations. Keywords: performance, latency, throughput, cache, allocation, memory layout, PyO3, msgspec, tokio, async, pprof, py-spy, perf."

Caching 1.5K 5mo ago
Jeffallan

react-native-expert

by Jeffallan

Use when building cross-platform mobile applications with React Native or Expo. Invoke for navigation patterns, platform-specific code, native modules, FlatList optimization.

Performance 9.6K 4mo ago
ruvnet

sparc-methodology

by ruvnet

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

Automation 70.5K 4mo ago
Jeffallan

postgres-pro

by Jeffallan

Use when optimizing PostgreSQL queries, configuring replication, or implementing advanced database features. Invoke for EXPLAIN analysis, JSONB operations, extension usage, VACUUM tuning, performance monitoring.

Code Review 9.6K 4mo ago