Skip to main content

Skills in this repository

cxcscmu/SkillLearnBench - Page 25

SkillsMP has collected 1,216 skills from cxcscmu/SkillLearnBench. Open a skill to review its source and details.

cxcscmu/SkillLearnBench

Showing 40 of 1,216 collected skills.

occupation
Software Developers
description

Converts all extracted keyframe images in a directory from RGB to grayscale and overwrites the original files.

updated
occupation
Software Developers
description

Counts occurrences of specific objects (coins, enemies, turtles) in a frame using a template matching script with optimized parameters.

updated
occupation
Software Developers
description

Converts a video file into a series of keyframe images using FFmpeg with specific frame selection filters.

updated
occupation
Software Developers
description

Aggregates counting data for all frames and objects into a final CSV file formatted as required.

updated
occupation
Data Scientists
description

Use standard Excel functions to calculate basic statistical measures across a range of values.

updated
occupation
Financial & Investment Analysts
description

Convert decimal percentages to whole-number representations and round to a specific decimal place.

updated
occupation
Financial & Investment Analysts
description

Perform a two-dimensional lookup in Excel to retrieve data based on both a row criteria (e.g., series code) and a column criteria (e.g., year).

updated
occupation
Financial & Investment Analysts
description

Calculate a weighted mean using the SUMPRODUCT and SUM functions.

updated
occupation
Graphic Designers
description

Reference guide for Anthropic's official brand colors, typography, and design standards. Use this skill whenever creating branded materials, posters, or visual assets that need to follow Anthropic's corporate identity guidelines. Includes color palette,…

updated
occupation
Graphic Designers
description

Guide for generating technical exploded-view posters using Python (PIL/Pillow). Use this skill when creating engineering diagrams, hardware breakdowns, or product teardowns that require precise layer visualization, annotation leader lines, and technical…

updated
occupation
Technical Writers
description

Guide to modern Mandarin pronunciation-based rhyming for classical Chinese regulated verse. Use this skill when determining rhyme schemes, ensuring proper rhyming sounds in couplets, and verifying phonetic compatibility in classical poetry composition.

updated
occupation
Technical Writers
description

Comprehensive guide to seven-character regulated verse (七言律诗) format, structure, and tone patterns. Use this skill whenever composing classical Chinese regulated verse, especially when strict adherence to tonal patterns, line structure, and formal…

updated
occupation
Technical Writers
description

Guide to expressing war suffering and peace longing in classical Chinese poetry. Use this skill when composing regulated verse about conflicts, depicting the human cost of war from ordinary perspectives, and yearning for peace through traditional imagery and…

updated
occupation
Paralegals & Legal Assistants
description

Fill PDF forms programmatically using pypdf library. Use this skill whenever you need to fill in PDF forms with field data, extract field names from PDFs, or generate filled PDF documents. Essential for automating form completion tasks.

updated
occupation
Paralegals & Legal Assistants
description

Map case information to California Small Claims Court Form SC-100 fields. Use this skill whenever you need to fill the SC-100 form, understand its structure, extract field names, or map plaintiff/defendant information to the correct form sections.

updated
occupation
Software Developers
description

Compute F1 score and delta (average distance) metrics for Mars cloud cluster evaluation. Use this skill when evaluating DBSCAN clustering results against expert annotations, including handling edge cases like images with no clusters, no expert points, or no…

updated
occupation
Software Developers
description

Implement greedy nearest-neighbor matching between cluster centroids and expert annotations. Use this skill when you need to match predicted cluster centers to ground-truth expert points for Mars cloud evaluation, always using standard Euclidean distance with…

updated
occupation
Software Developers
description

Implement weighted custom distance metric for DBSCAN clustering. Use this skill when working with DBSCAN on Mars cloud data where distances need to be weighted differently across x and y axes using a shape_weight parameter (w). The custom metric is d(a,b) =…

updated
occupation
Software Developers
description

Identify Pareto-optimal solutions from Mars cloud clustering results. Use this skill when you need to find the frontier of solutions that balance multiple conflicting objectives (e.g., maximizing F1 while minimizing delta), eliminating dominated solutions and…

updated
occupation
Information Security Analysts
description

Scan npm package-lock.json files for vulnerabilities using Trivy in offline mode. Extracts HIGH and CRITICAL severity vulnerabilities with detailed metadata (CVE, CVSS, fix versions). Use this skill whenever you need to audit npm dependencies for security…

updated
occupation
Information Security Analysts
description

Generate structured CSV security audit reports from vulnerability data with proper formatting and schema validation. Use this skill whenever you need to export vulnerability records to CSV format with consistent field ordering, proper escaping, and RFC 4180…

updated
occupation
Information Security Analysts
description

Process vulnerability scan results from Trivy JSON output, extract HIGH/CRITICAL severity vulnerabilities with complete metadata (CVE, CVSS scores, fix versions, references). Use this skill whenever you need to transform raw vulnerability data into structured…

updated
occupation
Software Developers
description

Master coordinate systems and projections in GeoPandas for accurate spatial calculations. Handle WGS84 to projected coordinate system conversions, select appropriate projections for regions, and perform distance/area calculations correctly. Use this skill…

updated
occupation
Software Developers
description

Analyze earthquakes relative to tectonic plate boundaries using GeoPandas. Load earthquake and plate boundary data, identify earthquakes within specific plates, calculate distances to boundaries, and analyze spatial relationships. Use this skill when working…

updated
occupation
Software Developers
description

Work with tectonic plate boundary datasets (PB2002 format) to identify plate regions, extract specific plate boundaries, and perform spatial filtering. Load plate boundary and plate polygon data, identify specific plates like the Pacific plate, and extract…

updated
occupation
Software Developers
description

Search and query enterprise JSON data to find specific information like employee IDs, document references, URLs, and insights. Use this skill when you need to locate answers to business questions such as finding authors of reports, team members with specific…

updated
occupation
Software Developers
description

Load and parse large enterprise JSON data files efficiently. Use this skill when you need to read JSON files from /root/DATA or similar enterprise data directories, especially large files that exceed memory limits. Handles partial reading, searching specific…

updated
occupation
Software Developers
description

Format enterprise data retrieval results as JSON with token tracking. Use this skill when you need to output query results to JSON files in the format {"q1": {"answer": [...], "tokens": N}, ...}. Handles answer list formatting, token counting, and file output…

updated
occupation
Financial & Investment Analysts
description

Analyze SEC 13F fund holdings data given an accession number. Use this skill when you have an accession_number and need to extract fund details including AUM, number of holdings, and detailed position data. Works with Q2 and Q3 2025 filings.

updated
occupation
Financial & Investment Analysts
description

Search for hedge funds in SEC 13F filings by fuzzy name matching. Use this skill whenever you need to find a fund's accession number by name (e.g., "Renaissance Technologies", "Berkshire Hathaway"). Returns accession_number to use with fund analysis.

updated
occupation
Information Security Analysts
description

How to patch the Apache Druid 0.20.0 JavaScript sandbox bypass vulnerability. Use this skill when fixing CVE in Druid where authenticated attackers can execute arbitrary code through malicious JavaScript payloads via the sampler endpoint. The vulnerability…

updated
occupation
Software Developers
description

How to build Apache Druid efficiently with Maven while skipping unnecessary checks and OOM-prone modules. Use this skill when building patched Druid versions, when rebuilding after security fixes, or when the web-console module causes out-of-memory errors.

updated
occupation
Software Developers
description

How to create, apply, and verify security patches for git repositories. Use this skill when creating patches from code changes, applying patches to source code, or validating that patches correctly address vulnerabilities.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Identify bug reports by checking if any issue label contains the substring "bug" (case-insensitive matching). Use this skill when categorizing GitHub issues as bugs vs. features, filtering defects, or generating quality/reliability metrics.

updated
occupation
Software Developers
description

Query GitHub API for pull requests and issues within a date range, retrieving all metadata needed for metrics collection. Use this skill whenever you need to fetch GitHub PR or issue data with date filtering, especially when gathering activity reports or…

updated
occupation
Software Developers
description

Aggregate GitHub PR and issue data into structured metrics, including contributor analysis, merge statistics, and bug categorization. Use this skill when compiling activity reports, computing open-source velocity metrics, or generating community pulse…

updated
occupation
Software Developers
description

Calculate average time-to-merge from PR creation to merge timestamps, handling edge cases like unmerged and closed PRs. Use this skill whenever computing PR velocity metrics, measuring merge turnaround, or analyzing PR lifecycle duration.

updated
occupation
Software Developers
description

Set up Python environment for PyTorch-based NLP projects with transformers and alignment training. Use this skill when initializing project environments, managing dependencies from environment.yml files, installing required packages, and ensuring CUDA/device…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Run PyTorch unit tests, save results to NumPy files, and log environment information for reproducibility. Use this skill when executing test suites for neural network functions, validating loss computations, saving tensor outputs for verification, and…

updated
occupation
Software Developers
description

Implement the SimPO loss function for preference-aligned language models. Use this skill when implementing SimPO training objectives, computing length-normalized rewards, or translating the SimPO paper's mathematical formulas into PyTorch code. Essential for…

updated
Showing 40 of 1,216 collected skills.