mcpbeat Sign in

Claude Skills

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 566 files from 1 758 authors, of which 61 913 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.

61 913
unique skills
out of 79 566 files found on GitHub
17 653
are copies
same content, someone else's repository
1 739
tokens, median
what a typical skill costs you in context
7 886
name collisions
two skills with one name cannot sit side by side

43 081–43 140 of 61 913

page 719 of 1 032
Glm Parameter Modifier
by cxcscmu

Safely modify specific calibration parameters in the GLM configuration file. Use this skill when you need to update Kw, coef_mix_hyp, wind_factor, lw_factor, or ch while preserving all other settings and respecting published calibration ranges.

1k tokens
Diverse Cuisine Restaurant Matching
by cxcscmu

Select restaurants across multiple cuisine types (American, Mediterranean, Chinese, Italian) that meet quality standards and budget. Use this when meal planning requires variety across different culinary traditions.

349 tokens
Multi City Road Trip Planning
by cxcscmu

Plan a multi-day road trip across multiple cities without flights, considering driving distances, travel time between destinations, and logical routing to minimize backtracking. Use this when building itineraries that require ground transportation between cities.

321 tokens
Ohio Attractions And Pois Research
by cxcscmu

Identify major attractions, points of interest, and notable sites across three Ohio cities that appeal to general travelers. Use this when building activities for a multi-city itinerary.

422 tokens
Pet Friendly Accommodation Selection
by cxcscmu

Identify and select pet-friendly lodging options that welcome dogs and meet budget constraints. Use this when travelers have pets and need verified pet-friendly hotel/lodging information.

319 tokens
Travel Budget Allocation
by cxcscmu

Distribute a total travel budget across accommodations, meals, transportation, and attractions while tracking spending against real data. Use this when ensuring costs stay within specified limits.

391 tokens
Convert Frames to Grayscale and Count Objects
by cxcscmu

Processes all extracted keyframes by converting them to grayscale, then counts coins, enemies, and turtles in each frame using template matching. Generates a CSV file with frame-by-frame object counts. Use this as the main analysis pipeline after keyframe extraction.

697 tokens
Extract Video Keyframes to PNG
by cxcscmu

Converts an MP4 video file into individual keyframe PNG images. Use this to decompose a video into analyzable still frames. Extracts one keyframe per scene and stores them in the root directory with sequential naming.

101 tokens
Multi Condition Lookup with INDEX MATCH for Financial Data
by cxcscmu

Use INDEX-MATCH with two conditions (series code and year) to retrieve values from a source data table. Apply this when you need to pull specific data points based on multiple criteria from an unstructured data range.

425 tokens
Net Exports Percentage Calculation and Statistical Analysis
by cxcscmu

Calculate net exports as a percentage of GDP for multiple countries, then compute descriptive statistics (min, max, median, mean, percentiles) on the percentage values. Use this when analyzing trade performance across multiple entities.

421 tokens
Weighted Mean Calculation with SUMPRODUCT
by cxcscmu

Calculate a weighted average using SUMPRODUCT when weights and values have a one-to-one correspondence. Use this for computing aggregate statistics where different entities have different importance (weights).

487 tokens
Anthropic Brand Colors
by cxcscmu

Use this skill when you need to apply Anthropic's official brand color palette to any design artifact, poster, or visual. Contains the correct HEX values for all brand color tokens as of 2024.

605 tokens
Anthropic Brand Typography
by cxcscmu

Use this skill when selecting and applying fonts for Anthropic brand materials. Specifies the official heading and body typefaces with correct fallback chains.

719 tokens
Technical Exploded View Poster
by cxcscmu

Use this skill when creating a technical exploded-view diagram poster of a hardware device. Covers layout, layer spacing, annotation style, and rendering approach using Python Pillow.

2k tokens
Seven Character Regulated Verse Structure And Rhyme
by cxcscmu

Use this skill when composing a seven-character regulated verse (七言律诗) to ensure correct structural requirements including rhyme scheme, parallelism (对仗), thematic progression, and formatting rules.

885 tokens
Seven Character Regulated Verse Tonal Patterns
by cxcscmu

Use this skill when composing a seven-character regulated verse (七言律诗) to ensure strict compliance with tonal patterns (平仄). This skill defines the four canonical tonal forms, provides a character-by-character verification method, and enforces a pattern-first composition workflow.

1k tokens
California Sc100 Form Fields
by cxcscmu

Use this skill when you need to fill out the California Small Claims Court form SC-100. It maps the form's PDF field names to their meanings and expected values.

780 tokens
Python PDF Form Filling
by cxcscmu

Use this skill when you need to programmatically fill PDF form fields using Python. Covers inspecting field names and writing values to fillable PDFs.

1k tokens
Sc100 Case Data Extraction
by cxcscmu

Use this skill to extract and organize case data from a natural language case description for filling the SC-100 form. Maps case facts to form fields.

941 tokens
Dbscan Custom Metric
by cxcscmu

Implementing custom distance metrics for DBSCAN in scikit-learn for specialized coordinate-based clustering.

242 tokens
Greedy Centroid Matching
by cxcscmu

How to perform greedy matching between predicted cluster centroids and ground-truth expert points using closest-pairs-first strategy with a maximum distance threshold.

749 tokens
Parallel Grid Search Python
by cxcscmu

How to parallelize a grid search over hyperparameter combinations in Python using joblib or multiprocessing for CPU-bound tasks like DBSCAN clustering.

568 tokens
Pareto Frontier Extraction
by cxcscmu

How to identify Pareto-optimal solutions from a set of multi-objective optimization results, specifically maximizing one metric while minimizing another.

806 tokens
Grype Trivy Offline Vulnerability Scanning
by cxcscmu

How to use offline vulnerability scanning tools like grype, trivy, or osv-scanner to detect vulnerabilities in dependency lock files without network access.

467 tokens
npm Dependency Audit
by cxcscmu

How to perform security audits on Node.js package-lock.json files using npm audit and other offline tools to identify vulnerabilities in third-party dependencies.

542 tokens
Package Lock JSON Parsing
by cxcscmu

How to parse package-lock.json to extract all dependency names and versions for vulnerability lookups, covering both lockfile v1, v2, and v3 formats.

661 tokens
Vulnerability CSV Report Generation
by cxcscmu

How to generate a properly formatted CSV security audit report from vulnerability scan results, including handling of special characters and proper escaping.

635 tokens
Earthquake Time Conversion
by cxcscmu

Converting earthquake timestamps from USGS GeoJSON format (epoch milliseconds) to ISO 8601 format for output.

256 tokens
Geospatial Projection Selection
by cxcscmu

Guidance on selecting appropriate CRS projections for geospatial distance calculations, especially EPSG:4087 for global analyses.

302 tokens
Pacific Plate Earthquake Analysis
by cxcscmu

Finding the earthquake furthest from the Pacific plate boundary within the Pacific plate itself, using GeoPandas with EPSG:4087 projection for distance calculations and EPSG:4326 for spatial containment checks.

1k tokens
Enterprise Data Retrieval
by cxcscmu

Core skill for retrieving information from enterprise data files (JSON, JSONL, CSV, Parquet, Markdown, etc.) located at /root/DATA, answering questions from /root/question.txt, and writing structured answers to /root/answer.json. Handles multi-hop reasoning, cross-referencing, and entity resolution across enterprise documents.

2k tokens
Sec 13f Compare Holdings Q2 Q3
by cxcscmu

How to compare fund holdings between Q2 and Q3 to find top stocks with increased investment by dollar value

701 tokens
Sec 13f Dataset Structure
by cxcscmu

Understanding the structure of SEC 13F filing datasets stored in /root/2025-q2 and /root/2025-q3 folders, including available scripts and data files

506 tokens
Sec 13f Fund Analysis Aum Stocks
by cxcscmu

How to analyze a fund's AUM and stock count using accession_number, with proper filtering of options and deduplication. Covers Q1 (AUM) and Q2 (stock count).

877 tokens
Sec 13f Search Fund Coverpage
by cxcscmu

How to fuzzy search for a fund in COVERPAGE.tsv to find its accession_number, using either built-in scripts or manual search

446 tokens
Apache Druid Javascript Rce Patch Creation
by cxcscmu

Step-by-step instructions for creating and applying patches to fix the JavaScript RCE vulnerability in Apache Druid 0.20.0. Covers inspecting actual source code patterns, creating correct sed replacements or patch files, and verifying the fix. Use this when you need to patch and build Druid.

3k tokens
Apache Druid Javascript Rce Vulnerability Analysis
by cxcscmu

Understanding the CVE in Apache Druid 0.20.0 where authenticated attackers can execute arbitrary code via JavaScript payloads. The vulnerability exploits @JacksonInject with empty key "" to override JavaScriptConfig and enable JavaScript execution even when disabled. Use this skill to understand the attack vector and plan the fix.

565 tokens
Compile Community Pulse Report JSON
by cxcscmu

How to compile PR and issue statistics into a report.json file for a GitHub repository community pulse report, using jq to build the final JSON structure.

984 tokens
Gh Search Issues Exclude Prs
by cxcscmu

How to accurately search for issues (excluding pull requests) in a GitHub repository using the gh CLI, since GitHub's search API treats PRs as a type of issue.

737 tokens
Gh Search Prs Precise
by cxcscmu

How to accurately search for pull requests in a specific GitHub repository within a date range using the gh CLI, and correctly distinguish merged vs closed-without-merge PRs.

922 tokens
Simpo Environment Setup
by cxcscmu

How to set up the correct Python environment for the SimPO project, specifically using Python 3.10 and resolving version conflicts. Use this when setting up the environment to run SimPO code and unit tests.

576 tokens
Simpo Loss Implementation
by cxcscmu

How to implement the SimPO (Simple Preference Optimization) loss function based on the SimPO paper. Use this when implementing the simpo_loss method in SimPOTrainer.

946 tokens
Simpo Unit Test Execution
by cxcscmu

How to correctly run the SimPO unit test to generate the loss.npz output file with reproducible results. Use when executing the unit test after implementing the loss function.

530 tokens
DOCX Template Filling
by cxcscmu

How to open a .docx Word document template with python-docx, replace placeholder tags like {{PLACEHOLDER}} in all document locations (body, headers, footers, tables including nested tables), handle conditional sections, and save the result.

2k tokens
Python DOCX Nested Table Recursion
by cxcscmu

Detailed guidance on recursively processing nested tables in python-docx documents. Use this when a Word template contains tables inside table cells and you need to reach all paragraphs.

879 tokens
PDF Text Extraction For Classification
by cxcscmu

How to extract text from PDF files for content-based classification. Use this when you need to read PDF content to determine what subject/topic a paper belongs to. Covers both text-based and scanned PDFs.

685 tokens
Read Python Tokenizer Source
by cxcscmu

Use this skill to understand the exact Python source code in /root/Tokenizer.py before translating to Scala. This covers every class, method, regex pattern, enum value, default value, and metadata key that must be faithfully reproduced.

413 tokens
Read Scala Test Spec
by cxcscmu

Use this skill to read and understand /root/TokenizerSpec.scala to determine the exact expected API signatures, imports, class names, method names, and enum values that the Scala implementation must match.

562 tokens
Scala Tokenizer Implementation Guide
by cxcscmu

Use this skill when writing /root/Tokenizer.scala. It provides the concrete implementation strategy, Scala idioms, and compilation workflow for translating the Python Tokenizer to Scala 2.13.

2k tokens
Email JSON Parsing And Meeting Extraction
by cxcscmu

Use this skill when you need to parse meeting schedule request emails from a JSON file, extract meeting duration, date/time constraints, sender information, and message IDs. Handles various natural language patterns for expressing meeting preferences.

1k tokens
PDF Calendar Parsing
by cxcscmu

Use this skill to extract visual calendar data from a PDF file using PyMuPDF (fitz), including reading text for time labels and appointments, detecting colored rectangular blocks, and measuring their vertical positions to determine start/end times based on a 15-minute-per-row grid.

2k tokens
Run3 Skill 1
by cxcscmu
3k tokens
Glm Observation Merge Rmse
by cxcscmu

How to merge GLM simulation output with field observations and compute RMSE metrics for Lake Mendota calibration. Use this when computing overall RMSE, annual deep RMSE, and summer deep RMSE from matched observation-simulation pairs.

712 tokens
Glm Output Extraction
by cxcscmu

How to extract water temperature profiles from GLM NetCDF output files (output.nc). Use this skill when you need to read GLM simulation results, extract depth and temperature arrays, and construct a dataframe of simulated temperatures at specific depths and times.

984 tokens
Database Search Ohio Trip
by cxcscmu

Use this skill to understand the database file structure and how to search for Ohio cities, restaurants, accommodations, attractions, and distances in the provided dataset files for trip planning.

584 tokens
Ohio Trip Itinerary Planning
by cxcscmu

Use this skill when planning a 7-day road trip itinerary from Minneapolis to three cities in Ohio, covering budget, pet-friendly accommodations, cuisine preferences, and no-flight constraints. Produces a JSON itinerary file.

2k tokens
Convert Keyframes To Grayscale
by cxcscmu

Use this skill to convert extracted keyframe PNG images to grayscale in-place using Python3 and PIL/Pillow. Only convert keyframe images, NOT template images (coin.png, enemy.png, turtle.png).

311 tokens
Count Objects In Frames Using Template Matching
by cxcscmu

Use this skill to count coins, enemies, and turtles in grayscale keyframe images using OpenCV template matching with a provided count_objects.py script. Includes robust output parsing and fallback to direct template matching if the script is unavailable.

2k tokens
Generate Counting CSV
by cxcscmu

Use this skill to generate the final CSV file at /root/counting_results.csv with columns frame_id, coins, enemies, turtles. Frame IDs must be in the format /root/keyframes_%03d.png.

399 tokens
Video Keyframe Extraction
by cxcscmu

Use this skill to extract keyframes (I-frames) from an MP4 video file using ffmpeg. This produces numbered PNG files in a specified output directory.

337 tokens

Claude Skills — questions

Answers built from the skills we actually parsed.

What is a Claude Skill?
A folder with a SKILL.md file: instructions that teach an agent to do one thing well, optionally with scripts and reference files alongside. The format is open and called Agent Skills — Claude Code, Codex and other agents read the same files. It is not a program you run; it is knowledge the agent loads when the task calls for it.
How is a skill different from an MCP server?
A server gives the agent new abilities — it connects to something and exposes tools. A skill gives the agent knowledge: how to use what it already has. They combine, and often literally: 11 350 of the skills here declare which MCP servers they need to work.
Why are there fewer skills here than in other catalogues?
Because we deduplicate by content. Of 79 566 files found on GitHub, 61 913 are unique — the rest is the same skill copied into someone else's repository, word for word. Catalogues that count files rather than skills show every copy as a separate entry.
What does the token count mean?
A skill is loaded into the model's context when it is used, so its size is a running cost on every request that touches it. We measure the whole folder, not just SKILL.md: one official skill is 377 tokens, another drags 83 files of fonts behind it.
How do I install a skill?
Copy the skill folder into ~/.claude/skills for personal use, or into .claude/skills inside a project. The agent picks it up by the name in the SKILL.md header — which is worth checking: 7 886 skills here share a name with another skill, and two of them cannot sit side by side.