GitHub
Skills harvested from GitHub repositories
14810 skills availabletypeui-cli
Use typeui.sh to generate, update, list, and pull design-system skill files for agentic tooling in a project. User asks ...
python-parallelization
Transform sequential Python code to leverage parallel and concurrent execution patterns. Analyze the code to identify pa...
filler-word-processing
Typical annotation JSON structure: {"word": "um", "timestamp": 12.5}, {"word": "like", "timestamp": 25.3}, {"word": "you...
pareto-optimization
Pareto optimization deals with multi-objective optimization where you want to optimize multiple conflicting objectives s...
powerlifting
In the world of powerlifting, comparing lifters across different body weights is essential to /determine relative streng...
seismic-picker-selection
When choosing an event detection and phase picking method, consider these key tradeoffs: | Method | Generalizability | S...
ffmpeg
Extract key frames (I-frames) from video files using FFmpeg CLI. FFmpeg installed and available in PATH Input video file...
state-space-linearization
For nonlinear dynamics dx/dt = f(x, u), linearize around (xref, uref): A = ∂f/∂x |{xref} (n×n matrix) B = ∂f/∂u |{xref}...
fjsp-baseline-repair-with-downtime-and-policy
This skill should be considered when you need to enhance a given infeasible or non-optimal fjsp baseline to a feasible s...
first-order-model-fitting
Many physical systems (thermal, electrical, mechanical) exhibit first-order dynamics. This skill explains the mathematic...
manufacturing-failure-reason-codebook-normalization
This skill should be considered when you need to normalize, standardize, or correct testing engineers' written failure r...
temporal-python-testing
Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific test...
integral-action-design
MPC with model mismatch may have steady-state error. Integral action eliminates offset by accumulating error over time. ...
economic-dispatch
Economic dispatch minimizes total generation cost while meeting load demand and respecting generator limits. MATPOWER ge...
elevenlabs-tts
Generate high-quality speech audio from text using the ElevenLabs API. The API key is available as environment variable:...
ffmpeg-video-editing
ffmpeg -i input.mp4 -ss START -to END -c copy output.mp4 ffmpeg -i input.mp4 -ss START -to END -c:v libx264 -c:a aac out...
obspy-data-api
Seismograms of various formats (e.g. SAC, MiniSEED, GSE2, SEISAN, Q, etc.) can be imported into a Stream object using th...
vehicle-dynamics
For vehicle simulations, use discrete-time kinematic equations. Speed Update: newspeed = currentspeed + acceleration dt...
geospatial-analysis
When working with geographic data (earthquakes, plate boundaries, etc.), using geopandas with proper coordinate projecti...
testing-python
Every test should be atomic, self-contained, and test single functionality. A test that tests multiple things is harder ...
openai-vision
This skill enables image analysis, scene understanding, text extraction, and multi-frame comparison using OpenAI's visio...
image-ocr
This skill enables accurate text extraction from image files (JPG, PNG, etc.) using Tesseract OCR via the pytesseract Py...
civ6lib
Complete reference for Civilization 6 district placement and adjacency bonus systems (Gathering Storm). placementrules.p...
syz-extract-constants
Syzkaller needs to know the actual values of kernel constants (ioctl numbers, flags, etc.) to generate valid fuzzing pro...