The open format is called Agent Skills and works in Claude Code, Codex, Cursor and other agents — most people know it as Claude Skills.
Every Agent Skill we could find on GitHub, deduplicated by content. 79 600 files from 1 763 authors, of which 61 947 are unique — the rest is the same skill repackaged into someone else's repository. For each one: what it weighs in tokens, whether it ships runnable scripts, and which MCP servers it needs.
Implement greedy bipartite matching for pairing cluster centroids with expert annotations.
Parallelize hyperparameter grid search using joblib for efficient multi-core execution.
Identify Pareto-optimal solutions from multi-objective optimization results.
Extract and handle CVSS scores from multiple vulnerability data sources (NVD, GHSA, RedHat) with proper fallback priority.
Parse and extract package information from npm package-lock.json files to identify dependencies and their installed versions.
Generate structured CSV security audit reports from vulnerability data with proper filtering, formatting, and field mapping.
Use Trivy vulnerability scanner in offline mode to detect CVEs in npm dependencies and generate structured JSON reports.
Use GeoPandas with coordinate projections to perform accurate spatial calculations and transformations.
Analyze plate tectonics data using GeoPandas, identify points within plates, and calculate distances to boundaries.
Load, parse, and process USGS earthquake data in GeoJSON or JSON formats.
Retrieve and aggregate information across multiple enterprise data sources
Extract, parse, and query JSON data from large enterprise files efficiently
Format query results to JSON with proper structure and token tracking
Fuzzy matching techniques for finding hedge funds by name when exact names are unknown
Analyzing fund portfolios including AUM extraction, holdings counts, and portfolio composition
Understanding SEC 13-F filing data structure, TSV format, and key tables for hedge fund analysis
Securing Apache Druid's JavaScript execution engine against code injection and security bypass attacks.
Creating, managing, and applying unified diff patches with Git for source code modifications.
Securing Jackson JSON deserialization by validating input before processing and preventing unknown properties.
Building Apache Druid with Maven, managing memory constraints, and skipping verification checks.
Query GitHub repositories for PRs and issues using gh CLI with date filtering and structured output.
Process GitHub API data to calculate PR/issue metrics including merge time averages, author rankings, and bug categorization.
Generate and write structured JSON reports with proper formatting and validation.
Test ML functions with fixed input tensors for reproducibility.
Set up Python environment for NLP and preference optimization projects.
Implement loss functions in PyTorch with proper tensor operations.
Implement SimPO loss with length-normalized rewards and target margin.
Programmatically read, modify, and create Word documents (.docx) with python-docx library
Process templates with placeholder substitution and conditional sections
Classify documents by subject using keyword matching and text analysis
End-to-end pipeline for extracting, classifying, and organizing documents by subject
Extract text from DOCX and PPTX files for content analysis
Organize files into target directories based on classification results
Extract text content from PDF files for analysis and classification
Translating Python Enums and Protocols to Scala sealed traits and algebraic data types
Working with Circe JSON library in Scala for type-safe JSON processing
Scala collections, iterators, and functional programming patterns for Python developers
Translating Python generic types, variance, and type bounds to Scala 2.13
Translating Python's None/Optional to Scala's Option, Either, and Try types
Find available time slots in a calendar and schedule meetings while respecting constraints
Format dates and times according to specific requirements for meeting confirmations
Parse meeting request emails from JSON format and extract duration and time constraints
Extract calendar events, blocks, and time slots from PDF calendar files using pdfplumber
Loading and parsing CSV files with D3.js, data transformation, and handling missing values
D3.js force simulation for creating interactive bubble charts with clustering, collision detection, and physics-based positioning
Essential D3.js v6 concepts including selections, scales, SVG basics, and data binding for building interactive visualizations
D3.js techniques for tooltips, hover effects, click handlers, and cross-filtering between visualizations
Matching observation data to simulation output with exact datetime and depth binning
Reading and modifying Fortran namelist configuration files for scientific models
Running the General Lake Model (GLM) with configuration files and parameter calibration
Calculating RMSE metrics and parameter calibration for lake model validation
Reading, processing, and analyzing NetCDF output from lake simulation models
Track and manage travel budget across accommodations, meals, and activities
Filter accommodations, restaurants, and attractions by travel requirements
Load and parse CSV/TXT files from travel database for itinerary planning
Plan multi-city road trip routes using distance matrices and constraints
Extract key frames (I-frames) from video files using FFmpeg to identify scene changes and important moments.
Use OpenCV for image processing, grayscale conversion, and template matching to detect objects in images.
Generate structured CSV files from Python data using the csv module for tabular data export.
Master Excel lookup functions (VLOOKUP, HLOOKUP, INDEX/MATCH, XLOOKUP) for single and multiple criteria.
Answers built from the skills we actually parsed.