python-parallelization

571
benchflow-aibenchflow-ai

Transform sequential Python code into parallel/concurrent implementations. Use when asked to parallelize Python code, improve code performance through concurrency, convert loops to parallel execution, or identify parallelization opportunities. Handles CPU-bound (multiprocessing), I/O-bound (asyncio, threading), and data-parallel (vectorization) scenarios.

195 days ago

simd-optimization

45
rust-worksrust-works

SIMD optimization patterns and learnings for x86_64 and ARM. Use when implementing SIMD code, optimizing vectorized operations, or debugging SIMD issues. Triggers on terms like "SIMD", "AVX", "SSE", "NEON", "vectorization", "intrinsics".

195 days ago

matlab-performance-optimizer

27
matlabmatlab

Optimize MATLAB code for better performance through vectorization, memory management, and profiling. Use when user requests optimization, mentions slow code, performance issues, speed improvements, or asks to make code faster or more efficient.

195 days ago

policyengine-vectorization

21
PolicyEnginePolicyEngine

PolicyEngine vectorization patterns - NumPy operations, where/select usage, avoiding scalar logic with arrays

195 days ago

Python — JAX

15
jkitchinjkitchin

Expert guidance for JAX (Just After eXecution) — a high-performance numerical computing library with automatic differentiation, JIT compilation, vectorization, and GPU/TPU acceleration; covers transformations (grad, jit, vmap, pmap), important details and gotchas, and differences from NumPy

195 days ago

weaviate

9
TerminalSkillsTerminalSkills

Weaviate is an open-source vector database with built-in vectorization modules. Learn schema definition, GraphQL and REST APIs, hybrid search combining BM25 and vectors, and self-hosted deployment with Docker.

195 days ago

embedding-service

6
Lin-A1Lin-A1

Basic text vectorization (embedding) service. Converts natural language into high-dimensional dense vectors, providing core data support for downstream tasks such as semantic search, clustering analysis, and recommendation systems.

195 days ago

cargo-asm

4
Onbjerg Dot Cargo AsmOnbjerg Dot Cargo Asm

Inspects generated assembly for Rust functions using cargo-asm. Use when analyzing low-level codegen, verifying SIMD/vectorization, or debugging performance at the instruction level.

195 days ago

gpu-optimizer

4
Mathews-TomMathews-Tom

Expert GPU optimization for modern consumer GPUs (8-24GB VRAM). Use this skill when you need to optimize GPU training, speed up CUDA code, reduce OOM errors, tune XGBoost for GPU, migrate NumPy to CuPy, make a model faster, manage GPU memory, optimize VRAM usage, or benchmark PyTorch. Covers mixed precision, gradient checkpointing, XGBoost GPU acceleration, CuPy/cuDF migration, vectorization, torch.compile, and diagnostics. NVIDIA GPUs only. PyTorch, XGBoost, and RAPIDS frameworks.

195 days ago

logo-creator

2
vlabsaivlabsai

AI-powered logo generation with iterative design workflow. Generates logo variations using Nano Banana 2 (Gemini 3.1 Flash) via OpenRouter, then processes finalists with local tools for cropping, background removal, and SVG vectorization. Use when the user asks to create a logo, design a brand mark, generate logo concepts, or needs logo variations for a project. Triggers: 'create a logo', 'design a logo', 'logo for', 'brand mark', 'logo variations', 'generate logos'.

195 days ago

gymnasium-vector-envs

1
chuongdlbchuongdlb

Gymnasium vector environment API — SyncVectorEnv, AsyncVectorEnv, batched step/reset semantics, autoreset modes, and vector wrappers for parallel RL.

vectorizationparallelbatched+2
195 days ago

using-pandas

indiosmoindiosmo

Idiomatic pandas usage patterns and performance best practices. Use when writing or reviewing pandas code to ensure: (1) Modern API usage (loc/iloc, method chaining, pipe), (2) Performance optimization (vectorization, dtypes, avoiding apply), (3) Proper data reshaping (tidy data, melt/pivot), (4) Correct handling of Copy-on-Write, categoricals, time series, (5) Avoiding common gotchas and antipatterns.

195 days ago

python-best-practices

eggboyeggboy

Python coding best practices, conventions, and architectural patterns for production-ready applications. Use when writing, reviewing, or refactoring Python code to apply modern patterns and idiomatic style. Covers: general Python conventions (PEP 8, type hints, testing with pytest/Hypothesis/Faker), FastAPI best practices (async endpoints, error handling, OpenAPI docs, dependency injection), dataframe mindset (vectorization, columnar operations, method chaining across Pandas/Polars/DuckDB/Spark), and Python data model (dunder methods, iterators, context managers, descriptors, properties). Applicable to Python 3.12+ projects using pyproject.toml and Ruff for linting.

195 days ago