Wardn HubTrusted MCP server directory.

Registry

  • MCP Servers
  • Skills
  • Categories

Resources

  • API docs
  • Score method

Contribute

  • Submit server
  • Advertise
© 2026 Wardn Hub
Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server
skills/benchflow-ai/skillsbench
Source

benchflow-ai/skillsbench

Skills
267
#SkillSourceInstalls
1testing-pythonS · 99Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing.Developer Toolsbenchflow-ai/skillsbench · 3 installsbenchflow-ai/skillsbench3213f-analyzerB · 49
Perform various data analysis on SEC 13-F and obtain some insights of fund activities such as number of holdings, AUM, and change of holdings between two quarters.
Finance & Fintech
benchflow-ai/skillsbench · 0 installs
benchflow-ai/skillsbench
0
3Automatic Speech Recognition (ASR)A+ · 98Transcribe audio segments to text using Whisper models. Use larger models (small, base, medium, large-v3) for better accuracy, or faster-whisper for optimized performance. Always align transcription timestamps with diarization segments for accurate speaker-labeled subtitles.Speech-to-Textbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
4Multimodal Fusion for Speaker DiarizationA+ · 98Combine visual features (face detection, lip movement analysis) with audio features to improve speaker diarization accuracy in video files. Use OpenCV for face detection and lip movement tracking, then fuse visual cues with audio-based speaker embeddings. Essential when processing video files with multiple visible speakers or when audio-only diarization needs visual validation.Speech-to-Textbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
5Speaker Clustering MethodsA+ · 98Choose and implement clustering algorithms for grouping speaker embeddings after VAD and embedding extraction. Compare Hierarchical clustering (auto-tunes speaker count), KMeans (fast, requires known count), and Agglomerative clustering (fixed clusters). Use Hierarchical clustering when speaker count is unknown, KMeans when count is known, and always normalize embeddings before clustering.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
6Voice Activity Detection (VAD)A+ · 98Detect speech segments in audio using VAD tools like Silero VAD, SpeechBrain VAD, or WebRTC VAD. Use when preprocessing audio for speaker diarization, filtering silence, or segmenting audio into speech chunks. Choose Silero VAD for short segments, SpeechBrain VAD for general purpose, or WebRTC VAD for lightweight applications.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
7ac-branch-pi-modelS · 99AC branch pi-model power flow equations (P/Q and |S|) with transformer tap ratio and phase shift, matching `acopf-math-model.md` and MATPOWER branch fields. Use when computing branch flows in either direction, aggregating bus injections for nodal balance, checking MVA (rateA) limits, computing branch loading %, or debugging sign/units issues in AC power flow.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
8academic-pdf-redactionS · 99Redact text from PDF documents for blind review anonymizationResearchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
9ada-plan-view-accessibilityS · 99Use when checking simplified ADA-derived plan-view bathroom accessibility constraints such as turning space, door clear width, toilet centerline, grab bars, and lavatory knee/toe clearance.Architecture & Designbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
10analyze-ciS · 99Analyze failed GitHub Action jobs for a pull request.Version Controlbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
11architectural-dxf-extractionS · 99Use when extracting plan-view architectural geometry from DXF files with semantic CAD layers, especially when outputs must normalize rooms, doors, fixtures, clearances, and grab bars into machine-checkable JSON.Architecture & Designbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
12attention-variants-from-papersS · 99Implement paper-defined attention variants by extracting mechanism invariants, mapping tensor shapes, preserving module interfaces, validating numerical behavior, and integrating the custom attention into an existing transformer stack.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
13attitude-controller-plannerS · 99Use this skill when implementing the inner control loop for a quadrotor — attitude (roll/pitch/yaw) PID control and attitude planning (converting desired acceleration to desired Euler angles). Covers gain layout, integral reset pattern, and the attitude planner inverse kinematics.Embedded systembenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
14audio-extractorS · 99Extract audio from video files to WAV format. Use when you need to analyze audio from video, prepare audio for energy calculation, or convert video audio to standard format for processing.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
15audiobookB · 43Create audiobooks from web content or text files. Handles content fetching, text processing, and TTS conversion with automatic fallback between ElevenLabs, OpenAI TTS, and gTTS.Text-to-Speechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
16azure-bgpS · 99Analyze and resolve BGP oscillation and BGP route leaks in Azure Virtual WAN–style hub-and-spoke topologies (and similar cloud-managed BGP environments). Detect preference cycles, identify valley-free violations, and propose allowed policy-level mitigations while rejecting prohibited fixes.Cloud Platformsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
17box-least-squaresA · 79Box Least Squares (BLS) periodogram for detecting transiting exoplanets and eclipsing binaries. Use when searching for periodic box-shaped dips in light curves. Alternative to Transit Least Squares, available in astropy.timeseries. Based on Kovács et al. (2002).Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
18browser-testingS · 99VERIFY your changes work. Measure performance, CLS. Use BEFORE and AFTER making changes to confirm fixes. Includes ready-to-run scripts: measure-cls.ts, detect-flicker.tsBrowser Automationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
19browser-testingC+ · 24VERIFY your changes work. Measure CLS, detect theme flicker, test visual stability, check performance. Use BEFORE and AFTER making changes to confirm fixes. Includes ready-to-run scripts: measure-cls.ts, detect-flicker.tsBrowser Automationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
20cache-policy-comparisonS · 99Compare and implement eviction policies (LRU, LFU, FIFO, S3FIFO, ARC) for bounded-capacity caches. Use when choosing or implementing an eviction policy for a buffer pool, page cache, CDN edge, or LLM KV cache, or when writing a replay simulator that supports multiple policies. Clarifies recency vs frequency semantics, queue topology, saturating counters, ghost buffers, and the second-chance rule that distinguishes modern FIFO-family policies from classic LRU.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
21casadi-ipopt-nlpS · 99Nonlinear optimization with CasADi and IPOPT solver. Use when building and solving NLP problems: defining symbolic variables, adding nonlinear constraints, setting solver options, handling multiple initializations, and extracting solutions. Covers power systems optimization patterns including per-unit scaling and complex number formulations.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
22citation-managementC · 0Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
23civ6libA+ · 97Civilization 6 district mechanics library. Use when working with district placement validation, adjacency bonus calculations, or understanding Civ6 game rules.Gamingbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
24comp3-packed-decimalS · 99Reference for COBOL COMP-3 (packed decimal / BCD) numeric storage -- layout on disk, declaring it in the FD, and pitfalls when carrying the decoded value through working storage and into later arithmetic. Useful when an input record holds a balance, rate, or carry-forward as packed decimal rather than a printable digit string.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
25conditioningA · 79Data conditioning techniques for gravitational wave detector data. Use when preprocessing raw detector strain data before matched filtering, including high-pass filtering, resampling, removing filter wraparound artifacts, and estimating power spectral density (PSD). Works with PyCBC TimeSeries data.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
26constraint-parserS · 99Parse scheduling constraints from a email text.Communicationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
27contract-playbook-reviewS · 99Methodology for clause-by-clause review of a contract against a structured deviation policy ("playbook"). Covers how to walk a playbook, locate the matching provision in the contract, apply rule types (max-value, must-be-present, must-be-absent, acceptable-set, must-have-feature), classify the result (ok / risk / reject), choose the prescribed action, and ground each finding in a verbatim excerpt. Use whenever reviewing any contract — NDA, MSA, vendor DD questionnaire, lease, DPA — against a structured rules-based playbook.Legalbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
28contribution-analysisS · 100Calculate the relative contribution of different factors to a response variable using R² decomposition. Use when you need to quantify how much each factor explains the variance of an outcome.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
29csv-processingS · 99Use this skill when reading sensor data from CSV files, writing simulation results to CSV, processing time-series data with pandas, or handling missing values in datasets.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
30custom-distance-metricsS · 99Define custom distance/similarity metrics for clustering and ML algorithms. Use when working with DBSCAN, sklearn, or scipy distance functions with application-specific metrics.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
31cvss-score-extractionS · 99Extract CVSS (Common Vulnerability Scoring System) scores from vulnerability data sources with proper fallback handling. This skill covers understanding CVSS v3, handling multiple score sources (NVD, GHSA, RedHat), implementing source priority logic, and dealing with missing scores in security reporting.Securitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
32d3-visualizationB · 49Build deterministic, verifiable data visualizations with D3.js (v6). Generate standalone HTML/SVG (and optional PNG) from local data files without external network dependencies. Use when tasks require charts, plots, axes/scales, legends, tooltips, or data-driven SVG output.Data Visualizationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
33data-reconciliationS · 99Recover missing spreadsheet values from row and column totals, percentage shares, year-over-year changes, CAGR relationships, and cross-sheet constraints.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
34dc-power-flowS · 99DC power flow analysis for power systems. Use when computing power flows using DC approximation, building susceptance matrices, calculating line flows and loading percentages, or performing sensitivity analysis on transmission networks.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
35dc-power-flowA+ · 95DC power flow analysis for power systems. Use when computing power flows using DC approximation, building susceptance matrices, calculating line flows and loading percentages, or performing sensitivity analysis on transmission networks.benchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
36dialogue-graphS · 99A library for building, validating, visualizing, and serializing dialogue graphs. Use this when parsing scripts or creating branching narrative structures.Gamingbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
37discover-important-functionS · 99When given a project codebase, this skill observes the important functions in the codebase for future action.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
38docxS · 99Word document manipulation with python-docx - handling split placeholders, headers/footers, nested tablesWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
39docxC+ · 24Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasksWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
40dyn-object-masksS · 99Generate dynamic-object binary masks after global motion compensation, output CSR sparse format.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
41ebcdic-overpunch-decodingS · 99Reference for the EBCDIC "overpunch" / zoned-decimal sign convention where the units position of a numeric field is replaced with a letter that encodes both a digit and a sign. Useful when reading mainframe-style fixed-length tapes whose amount fields appear as digits followed by a letter (e.g. "0000000000123D" or "0000000000045M").Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
42economic-dispatchS · 99Generator economic dispatch and cost optimization for power systems. Use when minimizing generation costs, computing optimal generator setpoints, calculating operating margins, or working with generator cost functions.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
43economic-dispatchS · 99Generator economic dispatch and cost optimization for power systems. Use when minimizing generation costs, computing optimal generator setpoints, calculating operating margins, or working with generator cost functions.benchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
44egomotion-estimationS · 99Estimate camera motion with optical flow + affine/homography, allow multi-label per frame.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
45elevenlabs-ttsA · 79ElevenLabs Text-to-Speech API for high-quality speech synthesis.Text-to-Speechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
46energy-calculatorS · 99Calculate per-second RMS energy from audio files. Use when you need to analyze audio volume patterns, prepare data for silence/pause detection, or create an energy profile for audio analysis tasks.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
47enterprise-artifact-searchS · 99Multi-hop evidence search + structured extraction over enterprise artifact datasets (docs/chats/meetings/PRs/URLs). Strong disambiguation to prevent cross-product leakage; returns JSON-ready entities plus evidence pointers.Search & Data Extractionbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
48erlang-concurrencyS · 99Use when erlang's concurrency model including lightweight processes, message passing, process links and monitors, error handling patterns, selective receive, and building massively concurrent systems on the BEAM VM.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
49erlang-distributionS · 99Use when erlang distributed systems including node connectivity, distributed processes, global name registration, distributed supervision, network partitions, and building fault-tolerant multi-node applications on the BEAM VM.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
50erlang-otp-behaviorsS · 99Use when oTP behaviors including gen_server for stateful processes, gen_statem for state machines, supervisors for fault tolerance, gen_event for event handling, and building robust, production-ready Erlang applications with proven patterns.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
51excitation-signal-designS · 99Design effective excitation signals (step tests) for system identification and parameter estimation in control systems.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
52exoplanet-workflowsA · 79General workflows and best practices for exoplanet detection and characterization from light curve data. Use when planning an exoplanet analysis pipeline, understanding when to use different methods, or troubleshooting detection issues.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
53ffmpeg-audio-processingS · 99Extract, normalize, mix, and process audio tracks - audio manipulation and analysisMultimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
54ffmpeg-format-conversionS · 99Convert media files between formats - video containers, audio formats, and codec transcodingMultimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
55ffmpeg-keyframe-extractionS · 100Extract key frames (I-frames) from video files using FFmpeg command line tool. Use this skill when the user needs to pull out keyframes, thumbnails, or important frames from MP4, MKV, AVI, or other video formats for analysis, previews, or processing.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
56ffmpeg-media-infoS · 99Analyze media file properties - duration, resolution, bitrate, codecs, and stream informationMultimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
57ffmpeg-video-editingS · 99Cut, trim, concatenate, and split video files - basic video editing operationsMultimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
58ffmpeg-video-editingA- · 66Video editing with ffmpeg including cutting, trimming, concatenating segments, and re-encoding. Use when working with video files (.mp4, .mkv, .avi) for: removing segments, joining clips, extracting portions, or any video manipulation task.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
59ffmpeg-video-filtersS · 99Apply video filters - scale, crop, watermark, speed, blur, and visual effectsMultimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
60file-organizerS · 99Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.File Systemsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
61filler-word-processingS · 99Process filler word annotations to generate video edit lists. Use when working with timestamp annotations for removing speech disfluencies (um, uh, like, you know) from audio/video content.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
62find-bugsS · 99Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.Securitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
63finite-horizon-lqrS · 99Solving finite-horizon LQR via dynamic programming for MPC.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
64first-order-model-fittingS · 99Fit first-order dynamic models to experimental step response data and extract K (gain) and tau (time constant) parameters.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
65fjsp-baseline-repair-with-downtime-and-policyS · 99This skill should be considered when you need to repair an infeasible or non-optimal flexible job scheduling planning schedule into a downtime-feasible, precedence-feasible one while keep no worse policy budget.benchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
66flight-plan-parserS · 99Use this skill when converting natural language flight commands into waypoints and timing for a drone simulator. Covers parsing commands like "Take off to X m height in Y seconds", "Hover at X m height for Y seconds", "Fly from (x,y,z) to (x',y',z') in T seconds", and "Land from X m height in Y seconds" into structured (4×n) waypoint arrays and segment mode lists.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
67flood-detectionS · 100Detect flood events by comparing water levels to thresholds. Use when determining if flooding occurred, counting flood days, aggregating instantaneous data to daily values, or classifying flood severity.Environment & Naturebenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
68fragmentation-aware-packingS · 99Choose placements that preserve useful residual capacity. Use for bin packing, GPU sharing, accelerator placement, and multi-resource scheduling where stranded capacity hurts future fit.Cloud Platformsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
69fuzzy-matchS · 100A toolkit for fuzzy string matching and data reconciliation. Useful for matching entity names (companies, people) across different datasets where spelling variations, typos, or formatting differences exist.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
70fuzzy-name-searchS · 99This skill includes search capability in 13F, such as fuzzy search a fund information using possibly inaccurate name, or fuzzy search a stock cusip info using its name.Finance & Fintechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
71gamma-phase-associatorB · 49An overview of the python package for running the GaMMA earthquake phase association algorithm. The algorithm expects phase picks data and station data as input and produces (through unsupervised clustering) earthquake events with source information like earthquake location, origin time and magnitude. The skill explains commonly used functions and the expected input/output format.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
72gemini-count-in-videoS · 99Analyze and count objects in videos using Google Gemini API (object counting, pedestrian detection, vehicle tracking, and surveillance video analysis).Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
73gemini-video-understandingS · 99Analyze videos with Google Gemini API (summaries, Q&A, transcription with timestamps + visual context, scene/timeline detection, video clipping, FPS control, multi-video comparison, and YouTube URL analysis).Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
74geometric-layout-repairS · 99Use when producing a minimally changed repaired 2D layout in JSON from extracted architectural geometry and rule-based clearance constraints.Architecture & Designbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
75geospatial-analysisS · 100Analyze geospatial data using geopandas with proper coordinate projections. Use when calculating distances between geographic features, performing spatial filtering, or working with plate boundaries and earthquake data.Location Servicesbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
76geospatial-routing-dataS · 99Geospatial routing data handling for depot and station coordinates, route node IDs, internal index mappings, great-circle distance matrices, and route-distance reconstruction. Use when optimization or reporting tasks involve latitude/longitude, station IDs, depots, distance metrics, vehicle routes, or validating travel distance from reported paths.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
77gh-cliS · 100The gh CLI is GitHub's official command line tool for interacting with GitHub repositories, issues, pull requests, and more. When needs to interact with GitHub repositories, issues, pull requests, and more, use this skill.Version Controlbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
78gl-posting-codesS · 99Background on general-ledger batch posting codes (HD/DR/CR/RV plus signed "other" rows). Reference only -- follow the task instruction for the exact rules, which may differ per account type.Finance & Fintechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
79glm-basicsS · 100Basic usage of the General Lake Model (GLM) for lake temperature simulation. Use when you need to run GLM, understand input files, or modify configuration parameters.Environment & Naturebenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
80glm-calibrationA · 79Calibrate GLM parameters for water temperature simulation. Use when you need to adjust model parameters to minimize RMSE between simulated and observed temperatures.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
81glm-outputS · 100Read and process GLM output files. Use when you need to extract temperature data from NetCDF output, convert depth coordinates, or calculate RMSE against observations.Environment & Naturebenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
82gmail-skillB · 40Manage Gmail - send, read, search emails, manage labels and drafts. Use when user wants to interact with their Gmail account for email operations.Communicationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
83gnucobol-mainframe-batchS · 99GnuCOBOL toolchain pointers for mainframe-style batch programs (LINE/RECORD SEQUENTIAL files, PIC clauses, cobc build flags).Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
84gpt-multimodalS · 99Analyze images and multi-frame sequences using OpenAI GPT seriesMultimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
85grpoS · 99Reference for the GRPO (Group Relative Policy Optimization) algorithm. Use when implementing, debugging, or verifying a GRPO training pipeline — covers the mathematical formulation (group-relative advantages, clipped surrogate loss, KL penalty), the training loop (generate → score → advantage → loss), log-probability computation, advantage estimation, and relationship to PPO/REINFORCE.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
86gttsS · 99Google Text-to-Speech (gTTS) for converting text to audio. Use when creating audiobooks, podcasts, or speech synthesis from text. Handles long text by chunking at sentence boundaries and concatenating audio segments with pydub.Text-to-Speechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
87hex-grid-spatialS · 99Hex grid spatial utilities for offset coordinate systems. Use when working with hexagonal grids, calculating distances, finding neighbors, or spatial queries on hex maps.Gamingbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
88hibernate-upgradeS · 99Migrate Hibernate 5 to Hibernate 6 with Spring Boot 3. Use when fixing HQL/JPQL query parsing issues, removing deprecated Criteria API, updating ID generation strategies, or diagnosing N+1 query behavior changes. Covers breaking changes, type mappings, and performance monitoring.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
89hierarchical-taxonomy-clusteringB · 49Build unified multi-level category taxonomy from hierarchical product category paths from any e-commerce companies using embedding-based recursive clustering with intelligent category naming via weighted word frequency analysis.E-Commercebenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
90image-editingA+ · 96Comprehensive command-line tools for modifying and manipulating images, such as resize, blur, crop, flip, and many more.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
91image-ocrS · 99Extract text content from images using Tesseract OCR via PythonSearch & Data Extractionbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
92imc-tuning-rulesS · 99Calculate PI/PID controller gains using Internal Model Control (IMC) tuning rules for first-order systems.benchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
93integral-action-designS · 99Adding integral action to MPC for offset-free tension tracking.benchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
94jackson-securityS · 99Security considerations for Jackson JSON deserialization in Java applications. Covers timing of validation, raw input interception, and common deserialization attack patterns.Securitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
95jakarta-namespaceC · 0Migrate Java EE javax.* imports to Jakarta EE jakarta.* namespace. Use when upgrading to Spring Boot 3.x, migrating javax.persistence, javax.validation, javax.servlet imports, or fixing compilation errors after Jakarta EE transition. Covers package mappings, batch sed commands, and verification steps.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
96jax-skillsS · 100High-performance numerical computing and machine learning workflows using JAX. Supports array operations, automatic differentiation, JIT compilation, RNN-style scans, map/reduce operations, and gradient computations. Ideal for scientific computing, ML models, and dynamic array transformations.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
97lab-unit-harmonizationS · 99Comprehensive clinical laboratory data harmonization for multi-source healthcare analytics. Convert between US conventional and SI units, standardize numeric formats, and clean data quality issues. This skill should be used when you need to harmonize lab values from different sources, convert units for clinical analysis, fix formatting inconsistencies (scientific notation, decimal separators, whitespace), or prepare lab panels for research.Biology Medicine and Bioinformaticsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
98lean4-memoriesS · 99This skill should be used when working on Lean 4 formalization projects to maintain persistent memory of successful proof patterns, failed approaches, project conventions, and user preferences across sessions using MCP memory server integrationKnowledge & Memorybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
99light-curve-preprocessingA+ · 95Preprocessing and cleaning techniques for astronomical light curves. Use when preparing light curve data for period analysis, including outlier removal, trend removal, flattening, and handling data quality flags. Works with lightkurve and general time series data.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
100locational-marginal-pricesS · 99Extract locational marginal prices (LMPs) from DC-OPF solutions using dual values. Use when computing nodal electricity prices, reserve clearing prices, or performing price impact analysis.Finance & Fintechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
101logistics-rules-to-optimizationA+ · 95Translate logistics and operations rules into optimization variables and constraints. Use when an operations problem describes vehicles, routes, depots, pickups, dropoffs, inventory, capacity, assignments, time windows, service targets, penalties, resource limits, or other business rules that need to become an optimization model.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
102lomb-scargle-periodogramS · 99Lomb-Scargle periodogram for finding periodic signals in unevenly sampled time series data. Use when analyzing light curves, radial velocity data, or any astronomical time series to detect periodic variations. Works for stellar rotation, pulsation, eclipsing binaries, and general periodic phenomena. Based on lightkurve library.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
103manufacturing-failure-reason-codebook-normalizationS · 99This skill should be considered when you need to normalize testing engineers' written defect reasons following the provided product codebooks. This skill will correct the typos, misused abbreviations, ambiguous descriptions, mixed Chinese-English text or misleading text and provide explanations. This skill will do segmentation, semantic matching, confidence calibration and station validation.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
104map-optimization-strategyS · 99Strategy for solving constraint optimization problems on spatial maps. Use when you need to place items on a grid/map to maximize some objective while satisfying constraints.Gamingbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
105markerA · 79Convert PDF documents to Markdown using marker_single. Use when Claude needs to extract text content from PDFs while preserving LaTeX formulas, equations, and document structure. Ideal for academic papers and technical documents containing mathematical notation.Search & Data Extractionbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
106matched-filteringS · 99Matched filtering techniques for gravitational wave detection. Use when searching for signals in detector data using template waveforms, including both time-domain and frequency-domain approaches. Works with PyCBC for generating templates and performing matched filtering.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
107maven-build-lifecycleS · 99Use when working with Maven build phases, goals, profiles, or customizing the build process for Java projects.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
108maven-dependency-managementS · 99Use when managing Maven dependencies, resolving dependency conflicts, configuring BOMs, or optimizing dependency trees in Java projects.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
109maven-plugin-configurationS · 99Use when configuring Maven plugins, setting up common plugins like compiler, surefire, jar, or creating custom plugin executions.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
110memory-optimizationS · 99Optimize Python code for reduced memory usage and improved memory efficiency. Use when asked to reduce memory footprint, fix memory leaks, optimize data structures for memory, handle large datasets efficiently, or diagnose memory issues. Covers object sizing, generator patterns, efficient data structures, and memory profiling strategies.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
111mesh-analysisS · 99Analyzes 3D mesh files (STL) to calculate geometric properties (volume, components) and extract attribute data. Use this skill to process noisy 3D scan data and filter debris.Architecture & Designbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
112meteorology-driver-classificationS · 100Classify environmental and meteorological variables into driver categories for attribution analysis. Use when you need to group multiple variables into meaningful factor categories.Environment & Naturebenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
113mhc-algorithmA · 79Implement mHC (Manifold-Constrained Hyper-Connections) for stabilizing deep network training. Use when implementing residual connection improvements with doubly stochastic matrices via Sinkhorn-Knopp algorithm. Based on DeepSeek's 2025 paper (arXiv:2512.24880).Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
114milp-solver-workflowS · 99Use for formulating, solving, debugging, and validating mixed-integer linear optimization models with open-source solvers, including variable indexing, sparse constraints, linearized costs, solver limits, MIP gaps, incumbent extraction, numerical tolerances, and deterministic output reporting.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
115mip-solver-and-solution-auditS · 99Operational workflow for hard integer-programming optimization tasks: selecting an installed solver, preserving solver/incumbent certificates, extracting feasible schedules, recomputing metrics from final outputs, and writing consistent reports. Use when a task requires a MIP, solver status, objective value, bound, gap, formulation write-up, or benchmark output files.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
116modal-gpuA · 79Run Python code on cloud GPUs using Modal serverless platform. Use when you need A100/T4/A10G GPU access for training ML models. Covers Modal app setup, GPU selection, data downloading inside functions, and result handling.Cloud Platformsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
117modal-gpuA · 79Run Python code on cloud GPUs using Modal serverless platform. Use when you need A100/T4/A10G GPU access for training ML models. Covers Modal app setup, GPU selection, data downloading inside functions, and result handling.Cloud Platformsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
118motor-model-dynamicsS · 99Use this skill when simulating quadrotor physical dynamics — mapping desired thrust/moments to individual motor RPMs via a propeller allocation matrix, applying first-order motor lag, and integrating the nonlinear equations of motion (translational and rotational) using RK45.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
119mpc-horizon-tuningS · 99Selecting MPC prediction horizon and cost matrices for web handling.benchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
120multi-resource-allocation-validationS · 99Validate and repair proposed resource allocations by replaying them against temporary capacity. Use when actions consume several resource dimensions such as CPU, memory, GPUs, or accelerators.Cloud Platformsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
121nanogpt-trainingB- · 32Train GPT-2 scale models (~124M parameters) efficiently on a single GPU. Covers GPT-124M architecture, tokenized dataset loading (e.g., HuggingFace Hub shards), modern optimizers (Muon, AdamW), mixed precision training, and training loop implementation.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
122nda-clause-taxonomyS · 99Reference for the standard clauses found in commercial non-disclosure agreements (mutual and one-way) — what each clause does, the surface forms it appears in, and how to recognise it in unfamiliar drafting. Use when reviewing, comparing, or extracting provisions from any confidentiality / NDA / mutual NDA / standstill-and-confidentiality agreement.Legalbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
123nlp-research-repo-package-installmentA · 79Align Python version and repo-declared dependencies (requirements.txt / environment.yml) before installing packages for NLP research code reproduction.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
124nws-flood-thresholdsS · 100Download flood stage thresholds from NWS (National Weather Service). Use when determining flood levels for USGS stations, accessing action/minor/moderate/major flood stages, or matching stations to their flood thresholds.Environment & Naturebenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
125obj-exporterS · 99Three.js OBJExporter utility for exporting 3D geometry to Wavefront OBJ format. Use when converting Three.js scenes, meshes, or geometries to OBJ files for use in other 3D software like Blender, Maya, or MeshLab.Architecture & Designbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
126obj-exporterS · 99Three.js OBJExporter utility for exporting 3D geometry to Wavefront OBJ format. Use when converting Three.js scenes, meshes, or geometries to OBJ files for use in other 3D software like Blender, Maya, or MeshLab.Architecture & Designbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
127object-counterS · 99Count occurrences of an object in the image using computer vision algorithm.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
128obspy-data-apiS · 99An overview of the core data API of ObsPy, a Python framework for processing seismological data. It is useful for parsing common seismological file formats, or manipulating custom data into standard objects for downstream use cases such as ObsPy's signal processing routines or SeisBench's modeling API.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
129obspy-data-apiS · 99An overview of the core data API of ObsPy, a Python framework for processing seismological data. It is useful for parsing common seismological file formats, or manipulating custom data into standard objects for downstream use cases such as ObsPy's signal processing routines or SeisBench's modeling API.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
130online-resource-schedulingS · 99Design deterministic online scheduling policies from current observations. Use when assigning arriving work to limited resources without seeing future requests.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
131openai-ttsS · 99OpenAI Text-to-Speech API for high-quality speech synthesis. Use for generating natural-sounding audio from text with customizable voices and tones.Text-to-Speechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
132openai-visionS · 99Analyze images and multi-frame sequences using OpenAI GPT vision modelsMultimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
133ordered-window-sequencing-mipS · 99Permutation and sequencing integer-programming formulations with ordered local-window variables, prefix/suffix continuity, and overlap penalties. Use when assigning exams, jobs, tasks, visits, blocks, or resources to ordered positions and costs depend on adjacent pairs, sliding triples, n-grams, short-horizon pressure, or overlapping local patterns.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
134ortools-pickup-delivery-routingS · 99Model OR-Tools paired pickup-and-delivery routing problems, including PDPTW, dial-a-ride, paratransit, patient transport, and courier jobs with same-vehicle pairing, precedence, capacity, optional connected service, rider time windows, and vehicle shifts.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
135ortools-routing-modelingS · 99Build OR-Tools RoutingModel vehicle-routing models with transit matrices, dimensions, capacity constraints, time windows, optional visits, invalid-arc handling, search parameters, and route extraction.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
136output-validationS · 99Local self-check of instructions and mask outputs (format/range/consistency) without using GT.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
137paired-reversal-cancellationS · 99Reference for paired-reversal handling on GL batch tapes: an RV row whose ref-trace points at an earlier row cancels BOTH legs (the RV and the row it references) — but ONLY when the two value-dates fall within the shop's reversal settlement window; an RV that references a too-old posting is NOT a cancellation and posts one-sided. Useful when the posting tape carries a reference-trace column alongside reversal codes and the running balance is off by twice the reversal magnitude, or by a whole leg on stale references.Finance & Fintechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
138parallel-processingS · 99Parallel processing with joblib for grid search and batch computations. Use when speeding up computationally intensive tasks across multiple CPU cores.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
139pareto-optimizationS · 99Multi-objective optimization with Pareto frontiers. Use when optimizing multiple conflicting objectives simultaneously, finding trade-off solutions, or computing Pareto-optimal points.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
140pause-detectorS · 99Detect pauses and silence in audio using local dynamic thresholds. Use when you need to find natural pauses in lectures, board-writing silences, or breaks between sections. Uses local context comparison to avoid false positives from volume variation.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
141pca-decompositionS · 100Reduce dimensionality of multivariate data using PCA with varimax rotation. Use when you have many correlated variables and need to identify underlying factors or reduce collinearity.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
142pcap-analysisS · 99Guidance for analyzing network packet captures (PCAP files) and computing network statistics using Python, with tested utility functions.Securitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
143pcap-triage-tsharkS · 99Fast workflow to inspect PCAPs and extract protocol-level details using tsharkSecuritybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
144pddl-skillsS · 100Automated Planning utilities for loading PDDL domains and problems, generating plans using classical planners, validating plans, and saving plan outputs. Supports standard PDDL parsing, plan synthesis, and correctness verification.Code Executionbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
145pddl-skillsS · 100Automated Planning utilities for loading PDDL domains and problems, generating plans using classical planners, validating plans, and saving plan outputs. Supports standard PDDL parsing, plan synthesis, and correctness verification.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
146pdfA · 79Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
147pdfS · 100Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
148pdfA · 79Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
149pdfA · 79PDF manipulation toolkit. Extract text/tables, create PDFs, merge/split, fill forms, for programmatic document processing and analysis.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
150pdfA · 79Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
151pdfA · 79Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
152pdfA+ · 95Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
153pdfS · 100Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
154pdfS · 100Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
155pdfA · 79Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
156pdfA · 79ALWAYS use this skill instead of the Read tool for PDF files. The Read tool cannot extract PDF tables properly. Use this skill when: (1) Reading ANY PDF file, (2) Extracting tables from PDFs, (3) Converting PDF tables to pandas DataFrames, (4) Processing multi-page PDFsSearch & Data Extractionbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
157pdfA · 79Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
158pdf-editingS · 99Complete guide for reading and editing PDF documents with PyMuPDF.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
159pid-controllerS · 99Use this skill when implementing PID control loops for adaptive cruise control, vehicle speed regulation, throttle/brake management, or any feedback control system requiring proportional-integral-derivative control.Embedded systembenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
160planning-with-filesS · 99Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.Workplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
161plot-quadrotorS · 99Use this skill when visualising drone simulation results. Produces three matplotlib figures — desired vs actual trajectories, instantaneous error, and cumulative absolute error — for all 5 state groups (position, orientation, velocity, angular velocity, acceleration). Saves figures to a plots/ directory automatically.Data Visualizationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
162position-controller-trajectory-plannerS · 99Use this skill when implementing the outer control loop for a quadrotor — position PID control (position/velocity error → thrust and desired acceleration) and trajectory planning from flight-plan waypoints (takeoff, hover, fly, land segments → smooth 15-row state matrix).Embedded systembenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
163power-flow-dataS · 99Power system network data formats and topology. Use when parsing bus, generator, and branch data for power flow analysis.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
164power-flow-dataS · 99Power system network data formats and topology. Use when parsing bus, generator, and branch data for power flow analysis.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
165power-flow-dataS · 99Power system network data formats and topology. Use when parsing bus, generator, and branch data for power flow analysis.Other Tools and Integrationsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
166powerliftingS · 99Calculating powerlifting scores to determine the performance of lifters across different weight classes.Sportsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
167prefix-cache-replayS · 99Replay an LLM inference request trace (Mooncake / vLLM / SGLang hash_ids format) against a block-level KV prefix cache and compute hit statistics. Use when given a request trace plus cache configuration and asked for hit rate, hit tokens, or final cache contents. Covers the longest-contiguous-prefix semantics that distinguishes KV prefix caching from full-prompt prompt caching, the policy-specific residency and eviction rules (LRU, LFU, S3FIFO), and the partial-last-block accounting rule.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
168pubchem-databaseB+ · 58Query PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics.Biology Medicine and Bioinformaticsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
169pymatgenA- · 72Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
170python-parallelizationS · 99Transform 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.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
171python-scala-collectionsS · 99Guide for translating Python collection operations to idiomatic Scala. Use when converting Python code that uses lists, dictionaries, sets, or involves collection transformations like map, filter, reduce, sorting, and aggregations.Educationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
172python-scala-functionalS · 99Guide for translating Python code to functional Scala style. Use when converting Python code involving higher-order functions, decorators, closures, generators, or when aiming for idiomatic functional Scala with pattern matching, Option handling, and monadic operations.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
173python-scala-idiomsS · 99Guide for writing idiomatic Scala when translating from Python. Use when the goal is not just syntactic translation but producing clean, idiomatic Scala code. Covers immutability, expression-based style, sealed hierarchies, and common Scala conventions.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
174python-scala-librariesA · 79Guide for mapping common Python libraries and idioms to Scala equivalents. Use when converting Python code that uses standard library modules (json, datetime, os, re, logging) or needs equivalent Scala libraries for HTTP, testing, or async operations.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
175python-scala-oopS · 99Guide for translating Python classes, inheritance, and object-oriented patterns to Scala. Use when converting Python code with classes, dataclasses, abstract classes, inheritance, properties, static methods, class methods, or design patterns.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
176python-scala-syntax-mappingS · 99Reference guide for translating Python syntax constructs to Scala equivalents. Use when converting Python code to Scala and need mappings for basic syntax elements like variable declarations, control flow, comprehensions, string formatting, and common operators.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
177qutipB · 49Quantum mechanics simulations and analysis using QuTiP (Quantum Toolbox in Python). Use when working with quantum systems including: (1) quantum states (kets, bras, density matrices), (2) quantum operators and gates, (3) time evolution and dynamics (Schrödinger, master equations, Monte Carlo), (4) open quantum systems with dissipation, (5) quantum measurements and entanglement, (6) visualization (Bloch sphere, Wigner functions), (7) steady states and correlation functions, or (8) advanced methods (Floquet theory, HEOM, stochastic solvers). Handles both closed and open quantum systems across various domains including quantum optics, quantum computing, and condensed matter physics.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
178radar-signal-processingS · 99Parse raw radar I/Q captures (CW or FMCW mmWave) and produce a cleaned 1-D slow-time signal ready for motion or vital-signs analysis. Use when Claude needs to read interleaved I/Q binary, do a Range FFT on FMCW chirps, remove static clutter, pick a subject range bin, extract phase with unwrapping, or debug why a radar pipeline is returning garbage. Not for pulse/UWB range gating, MIMO beamforming, or Doppler-only gesture radar.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
179radar-vital-signsS · 99End-to-end pipeline for extracting heart rate (HR) and breathing rate (BR) from raw short-range radar I/Q captures — both continuous-wave (CW, 24 GHz clinical boards) and FMCW mmWave (60/77 GHz, TI IWR/AWR). Use when Claude needs to parse interleaved I/Q binary, do a Range FFT on FMCW chirps, remove static clutter, pick a subject range bin, extract phase with unwrapping, design HR/BR bandpass filters, pick a peak frequency via PSD, reject the HR second harmonic that often dominates the fundamental, or handle respiration-harmonic leakage on slow breathers. Not for pulse/UWB range gating, MIMO beamforming, Doppler-only gesture radar, arrhythmia detection, or multi-subject source separation.Biology Medicine and Bioinformaticsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
180rdkitS · 100Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.Biology Medicine and Bioinformaticsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
181react-best-practicesB · 49CRITICAL: You MUST invoke this skill and read its contents BEFORE writing, modifying, or debugging ANY React.js or Next.js code. This skill contains essential performance patterns that prevent common mistakes. Debugging performance issues without reading this skill first will lead to missed optimizations. Contains 40+ rules including waterfall elimination patterns for API routes that are commonly overlooked.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
182react-best-practicesA+ · 96**IMPORTANT**: Any change to React or Next.js code must read through this skill first. React and Next.js guidelines from Vercel Engineering covering visual instability, layout shifts, CLS, flickering, hydration issues, and font loading.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
183reflow-machine-maintenance-guidanceS · 99This skill should be considered when you need to answer reflow machine maintenance questions or provide detailed guidance based on thermocouple data, MES data or defect data and reflow technical handbooks. This skill covers how to obtain important concepts, calculations, definitions, thresholds, and others from the handbook and how to do cross validations between handbook and datasets.benchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
184reflow-profile-compliance-toolkitS · 99Deterministic handbook-grounded retrieval and thermocouple computations for reflow profile compliance outputs such as ramp, TAL, peak, feasibility, and selection.Search & Data Extractionbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
185report-generatorS · 99Generate compression reports for video processing. Use when you need to create structured JSON reports with duration statistics, compression ratios, and segment details after video processing.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
186restclient-migrationS · 99Migrate RestTemplate to RestClient in Spring Boot 3.2+. Use when replacing deprecated RestTemplate with modern fluent API, updating HTTP client code, or configuring RestClient beans. Covers GET/POST/DELETE migrations, error handling, and ParameterizedTypeReference usage.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
187rl-post-trainingS · 99Diagnostic guide for RL-based post-training of language models (GRPO, PPO, REINFORCE, DPO). Use proactively when debugging a training pipeline that shows no improvement, loss anomalies, reward stagnation, NaN gradients, or other unexpected behavior during reinforcement learning fine-tuning. Work through all pipeline stages — reward, advantages, log-probs, loss, generation/decoding — before concluding the diagnosis is complete; stopping after one or two fixes is a common failure mode. Covers log-probability math, advantage estimation, numerical stability, reward processing, and generation/decoding pipeline issues.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
188routing-subtour-eliminationS · 99Subtour-elimination methods for TSP, VRP, pickup/dropoff routing, and routing MIPs with binary arc variables. Use when route-continuity constraints may permit disconnected cycles and the model needs MTZ constraints, flow-based connectivity constraints, DFJ subset cuts, or lazy/iterative subtour cuts.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
189safety-interlocksS · 99Implement safety interlocks and protective mechanisms to prevent equipment damage and ensure safe control system operation.Embedded systembenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
190sampling-and-indexingS · 99Standardize video sampling and frame indexing so interval instructions and mask frames stay aligned with a valid key/index scheme.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
191scip-optS · 99SCIP optimization with PySCIPOpt. Use when facing an optimization problem with an objective, hard constraints, soft penalties, integer decisions, routing, assignment, scheduling, allocation, packing, capacity, inventory, or service-level rules. Prefer modeling and solving the problem with PySCIPOpt when it is available.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
192scipy-curve-fitS · 99Use scipy.optimize.curve_fit for nonlinear least squares parameter estimation from experimental data.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
193search-accommodationsA+ · 95Lookup accommodations by city from the bundled dataset. Use this skill when you need to recommend places to stay in a given city or filter lodging options before building an itinerary.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
194search-attractionsA · 79Retrieve attractions by city from the bundled dataset. Use this skill when surfacing points of interest or building sightseeing suggestions for a destination.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
195search-citiesS · 99List cities for a given state using the bundled background data. Use this skill to validate state inputs or expand destination choices before flight/restaurant/attraction/driving/accommodation lookups.Location Servicesbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
196search-driving-distanceA+ · 95Estimate driving/taxi duration, distance, and rough cost between two cities using the bundled distance matrix CSV. Use this skill when comparing ground travel options or validating itinerary legs.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
197search-flightsA · 79Search flights by origin, destination, and departure date using the bundled flights dataset. Use this skill when proposing flight options or checking whether a route/date combination exists.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
198search-restaurantsA · 79Retrieve restaurants by city from the bundled dataset. Use this skill when recommending places to eat or validating dining options for a destination.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
199segment-combinerS · 99Combine multiple segment detection results into a unified list. Use when you need to merge segments from different detectors, prepare removal lists for video processing, or consolidate detection outputs.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
200seisbench-model-apiA · 79An overview of the core model API of SeisBench, a Python framework for training and applying machine learning algorithms to seismic data. It is useful for annotating waveforms using pretrained SOTA ML models, for tasks like phase picking, earthquake detection, waveform denoising and depth estimation. For any waveform, you can manipulate it into an obspy stream object and it will work seamlessly with seisbench models.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
201seisbench-model-apiA+ · 95An overview of the core model API of SeisBench, a Python framework for training and applying machine learning algorithms to seismic data. It is useful for annotating waveforms using pretrained SOTA ML models, for tasks like phase picking, earthquake detection, waveform denoising and depth estimation. For any waveform, you can manipulate it into an obspy stream object and it will work seamlessly with seisbench models.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
202seismic-picker-selectionS · 99This is a summary the advantages and disadvantages of earthquake event detection and phase picking methods, shared by leading seismology researchers at the 2025 Earthquake Catalog Workshop. Use it when you have a seismic phase picking task at hand.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
203seismic-picker-selectionS · 99This is a summary the advantages and disadvantages of earthquake event detection and phase picking methods, shared by leading seismology researchers at the 2025 Earthquake Catalog Workshop. Use it when you have a seismic phase picking task at hand.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
204senior-data-engineerC · 0World-class data engineering skill for building scalable data pipelines, ETL/ELT systems, real-time streaming, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, Flink, Kinesis, and modern data stack. Includes data modeling, pipeline orchestration, data quality, streaming quality monitoring, and DataOps. Use when designing data architectures, building batch or streaming data pipelines, optimizing data workflows, or implementing data governance.Data Platformsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
205senior-data-scientistS · 99World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
206senior-javaA+ · 98World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and performance optimization.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
207senior-securityA · 79Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests, implementing cryptography, or performing security audits.Securitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
208setup-envS · 99When given a Python project codebase, this skill helps the agent to set up virtual environments, install dependencies, and run scripts.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
209silence-detectorS · 99Detect initial silence segments in audio/video using energy-based analysis. Use when you need to find low-energy periods at the start of recordings (title slides, setup time, pre-roll silence).Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
210simulation-metricsS · 99Use this skill when calculating control system performance metrics such as rise time, overshoot percentage, steady-state error, or settling time for evaluating simulation results.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
211skill-creatorS · 100Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
212speech-to-textA · 79Transcribe video to timestamped text using Whisper tiny model (pre-installed).Speech-to-Textbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
213spring-boot-migrationS · 99Migrate Spring Boot 2.x applications to Spring Boot 3.x. Use when updating pom.xml versions, removing deprecated JAXB dependencies, upgrading Java to 17/21, or using OpenRewrite for automated migration. Covers dependency updates, version changes, and migration checklist.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
214spring-security-6S · 99Migrate Spring Security 5 to Spring Security 6 configuration. Use when removing WebSecurityConfigurerAdapter, replacing @EnableGlobalMethodSecurity with @EnableMethodSecurity, converting antMatchers to requestMatchers, or updating to lambda DSL configuration style. Covers SecurityFilterChain beans and authentication manager changes.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
215sqlite-map-parserS · 99Parse SQLite databases into structured JSON data. Use when exploring unknown database schemas, understanding table relationships, and extracting map data as JSON.Databasesbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
216ssh-penetration-testingC+ · 17This skill should be used when the user asks to "pentest SSH services", "enumerate SSH configurations", "brute force SSH credentials", "exploit SSH vulnerabilities", "perform SSH tunneling", or "audit SSH security". It provides comprehensive SSH penetration testing methodologies and techniques.Securitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
217state-space-linearizationS · 99Linearizing nonlinear dynamics around operating points for control design.benchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
218stepinfo-3dS · 99Use this skill when computing 3D step-response performance metrics for point-to-point drone flight — rise time, settling time, percent overshoot, and steady-state error based on Euclidean distance to the final target. Use instead of 1D stepinfo for any flight where all three position axes move simultaneously.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
219suricata-offline-evejsonB · 49Running Suricata against PCAPs offline and validating results via eve.jsonSecuritybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
220suricata-rules-basicsS · 99Core building blocks of Suricata signatures and multi-condition DPI logicSecuritybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
221sympyC+ · 24Use this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and parameters.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
222syz-extract-constantsS · 99Defining and extracting kernel constants for syzkaller syzlang descriptionsDeveloper Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
223syzkaller-build-loopS · 99Full build workflow for adding new syscall descriptions to syzkallerDeveloper Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
224syzlang-ioctl-basicsS · 99Syzkaller syzlang syntax basics for describing ioctl syscallsDeveloper Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
225temporal-python-testingA · 79Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
226text-parserS · 99Guide for parsing structured text input files.Search & Data Extractionbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
227text-to-speechS · 99Practical mastering steps for TTS audio: cleanup, loudness normalization, alignment, and delivery specs.Text-to-Speechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
228threat-detectionA · 79Exact detection thresholds for identifying malicious network patterns including port scans, DoS attacks, and beaconing behavior.Securitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
229threejsC · 0Three.js scene-graph parsing and export workflows: mesh baking, InstancedMesh expansion, part partitioning, per-link OBJ export, and URDF articulation.Architecture & Designbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
230threejsC · 0Three.js scene-graph parsing and export workflows: mesh baking, InstancedMesh expansion, part partitioning, per-link OBJ export, and URDF articulation.Architecture & Designbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
231timeseries-detrendingA+ · 95Tools and techniques for detrending time series data in macroeconomic analysis. Use when working with economic time series that need to be decomposed into trend and cyclical components. Covers HP filter, log transformations for growth series, and correlation analysis of business cycles.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
232transaction-concurrency-control-foundationsS · 99Provides database transaction concurrency-control background. Use when reasoning about transactions, commits and aborts, serializability, isolation anomalies, conflicts, dependencies, and protocol families such as locking, timestamp ordering, OCC, MVCC, SSI, TicToc, hybrid protocols.Databasesbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
233transaction-protocol-reasoningS · 99Teaches how to reason from a transaction protocol’s rules to a working model. Use when analyzing a concurrency-control paper, spec, or algorithm to identify state, metadata, invariants, operation rules, examples, counterexamples, guarantees, false aborts, unsafe commits, or tradeoffs before inspecting concrete traces.Databasesbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
234transaction-trace-analysisS · 99Teaches evidence-based analysis of transaction logs and traces. Use when reconstructing transaction behavior from tables, TSV/CSV files, timestamps, counters, object histories, validation records, abort records, retries, partial logs, or when producing classified transaction outputs from trace evidence.Databasesbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
235transit-least-squaresA · 79Transit Least Squares (TLS) algorithm for detecting exoplanet transits in light curves. Use when searching for transiting exoplanets specifically, as TLS is more sensitive than Lomb-Scargle for transit-shaped signals. Based on the transitleastsquares Python package.Researchbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
236trend-analysisS · 100Detect long-term trends in time series data using parametric and non-parametric methods. Use when determining if a variable shows statistically significant increase or decrease over time.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
237triangulated-fx-ratesS · 99Reference for multi-hop / triangulated currency conversion on batch rate tapes. When a rate row carries an explicit "via" currency, the row's rate is only one leg of the conversion, and the via currency may ITSELF be quoted through another via — so the effective rate is the product of every leg, resolved by walking the chain until a direct quote is reached. Useful when an FX feed lists some pairs directly to the reporting currency and others as triangulated (or doubly-triangulated) quotes through vehicle currencies.Finance & Fintechbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
238trivy-offline-vulnerability-scanningC+ · 24Use Trivy vulnerability scanner in offline mode to discover security vulnerabilities in dependency files. This skill covers setting up offline scanning, executing Trivy against package lock files, and generating JSON vulnerability reports without requiring internet access.Securitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
239trlS · 99Reference for the TRL (Transformer Reinforcement Learning) library codebase. Use proactively before reading or editing any file under `trl/` so you have the intended contracts and invariants in mind, not just what the current code says. Covers trainer hierarchy (SFT, DPO, GRPO, KTO), shared utility functions (selective_log_softmax, decode_and_strip_padding, padding helpers), configuration system, model wrappers, and how data flows through any TRL trainer.Coding Agentsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
240unit-commitment-data-modelingS · 99Use for parsing structured unit commitment input data from JSON, CSV, benchmark cases, spreadsheets, databases, or nested tables; finding fields for time periods, resources, load, reserve, generator limits, initial conditions, startup data, renewable availability, and production costs without assuming one source-specific schema.Data Science Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
241unit-commitment-operating-rulesS · 99Use for day-ahead or multi-period unit commitment problems, including thermal on/off schedules, dispatch, startup/shutdown logic, minimum up/down time, ramping, spinning reserve deliverability, renewable curtailment, operating-cost accounting, and independent feasibility checks for power-system operations schedules.benchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
242usgs-data-downloadA · 79Download water level data from USGS using the dataretrieval package. Use when accessing real-time or historical streamflow data, downloading gage height or discharge measurements, or working with USGS station IDs.Environment & Naturebenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
243uv-package-managerA+ · 95Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
244vehicle-dynamicsS · 99Use this skill when simulating vehicle motion, calculating safe following distances, time-to-collision, speed/position updates, or implementing vehicle state machines for cruise control modes.Travel & Transportationbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
245video-frame-extractionS · 99Extract frames from video files and save them as images using OpenCVMultimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
246video-frame-extractionS · 99Extract frames from video files and save them as images using OpenCVMultimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
247video-processorB · 49Process videos by removing segments and concatenating remaining parts. Use when you need to remove detected pauses/openings from videos, create highlight reels, or batch process segment removals using ffmpeg filter_complex.Multimedia Processbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
248vital-sign-extractionS · 99Estimate heart rate (HR) and breathing rate (BR) in bpm from a cleaned 1-D physiological time series such as radar phase, WiFi CSI amplitude, PPG, or a chest-motion signal. Use when Claude needs to choose HR/BR bandpass edges, pick a peak frequency from a noisy band, reject the HR second harmonic that often dominates the fundamental, handle respiration-harmonic leakage into the HR band on slow breathers, or flag low-confidence estimates. Not for arrhythmia / beat-to-beat analysis, multi-subject source separation, or rapidly non-stationary rates.Biology Medicine and Bioinformaticsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
249vulnerability-csv-reportingS · 99Generate structured CSV security audit reports from vulnerability data with proper filtering and formatting. This skill covers CSV schema design for security reports, using Python csv.DictWriter, severity-based filtering, and field mapping from JSON to tabular format.Securitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
250web-interface-guidelinesS · 99Vercel's comprehensive UI guidelines for building accessible, performant web interfaces. Use this skill when reviewing or building UI components for compliance with best practices around accessibility, performance, animations, and visual stability.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
251whisper-transcriptionA · 79Transcribe audio/video to text with word-level timestamps using OpenAI Whisper. Use when you need speech-to-text with accurate timing information for each word.Speech-to-Textbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
252workload-balancingS · 99Optimize workload distribution across workers, processes, or nodes for efficient parallel execution. Use when asked to balance work distribution, improve parallel efficiency, reduce stragglers, implement load balancing, or optimize task scheduling. Covers static/dynamic partitioning, work stealing, and adaptive load balancing strategies.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
253xlsxS · 99Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and pivot tables. When Claude needs to work with spreadsheets (.xlsx files) for: (1) Creating new spreadsheets with data and formatting, (2) Reading or analyzing Excel data with pandas, (3) Creating pivot tables programmatically with openpyxl, (4) Building multi-sheet workbooks with source data and pivot table sheets, or (5) Any Excel file operationsWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
254xlsxA · 79Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
255xlsxS · 100Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
256xlsxS · 100Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
257xlsxS · 100Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
258xlsxS · 100Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
259xlsxS · 100Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
260xlsxS · 100Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
261xlsxA · 79Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
262xlsxS · 100Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
263xlsxS · 100Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
264xlsxA · 79Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
265xlsxA · 79Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulasWorkplace & Productivitybenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
266xlsx-parsingS · 99Read Microsoft Excel (.xlsx) files robustly with `openpyxl` (or `pandas`). Covers multi-sheet workbooks, header rows, empty cells, merged cells, comma-separated list cells, and converting a sheet to a list-of-dicts the rest of your code can consume. Use when a task input or reference document is an `.xlsx` file rather than JSON/CSV.File Systemsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
267yaml-configS · 99Use this skill when reading or writing YAML configuration files, loading vehicle parameters, or handling config file parsing with proper error handling.Developer Toolsbenchflow-ai/skillsbench · 0 installsbenchflow-ai/skillsbench0
Source repository