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 404 files from 1 741 authors, of which 61 763 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 763
unique skills
out of 79 404 files found on GitHub
17 641
are copies
same content, someone else's repository
1 737
tokens, median
what a typical skill costs you in context
7 882
name collisions
two skills with one name cannot sit side by side

10 021–10 080 of 61 763

page 168 of 1 030
Holoscan Install Wheel
by NVIDIA
vendor

Install Holoscan SDK Python wheel via pip into a venv. Use for Python installs; not for native C++/apt or Conda installs.

6k tokens
Holoscan Install Source
by NVIDIA
vendor

Build Holoscan SDK from source via the in-tree ./run script. Use only when published packages don't meet the user's needs.

6k tokens
Holoscan Setup
by NVIDIA
vendor

Guides Holoscan SDK installation: inspects the host, assesses platform compatibility, recommends an install method, and delegates to the matching install skill.

8k tokens scripts
Hsb App
by NVIDIA
vendor

Discover and run Holoscan Sensor Bridge example applications on a connected devkit. Filters available apps by the user's platform, HSB software version, board type, and sensors. Supports timed execution, failure analysis, code-edit suggestions, and iterative re-runs.

14k tokens
Hsb Flash
by NVIDIA
vendor

Flash the FPGA on an HSB board connected to an NVIDIA devkit. Supports HSB Lattice boards (FPGA versions 2407, 2412, 2507, 2510) and Leopard Imaging VB1940 "all-in-one" cameras (FPGA versions 2507, 2510). Uses release-specific YAML manifests and board-type-specific program commands. Lattice and VB1940 commands must never be mixed.

35k tokens scripts
Hsb IP Create Top
by NVIDIA
vendor

Create or explain fixed-format HSB FPGA_top.sv wrappers from validated HOLOLINK_def.svh files. Do not use for def generation or validation.

10k tokens
Hsb IP Def
by NVIDIA
vendor

Generate, validate, compare, or explain HSB HOLOLINK_def.svh macros. Do not use for FPGA_top.sv wrappers or packetizer-only derivation. Generation runs bundled Python scripts locally through shell commands and writes validated .svh output files after user-confirmed paths.

72k tokens scripts
Hsb IP Packetizer
by NVIDIA
vendor

Choose or explain HSB Sensor RX packetizer fields for HOLOLINK_def.svh. Do not use for full defs, validation, or runtime APB programming.

11k tokens
Hsb Setup
by NVIDIA
vendor

Clone the latest NVIDIA Holoscan Sensor Bridge repo, ask which supported devkit is being used, configure the host per platform, build the correct demo container, run it, and verify HSB connectivity by pinging 192.168.0.2. Use for Holoscan Sensor Bridge setup, build, container launch, and first-connectivity bring-up.

30k tokens scripts
Hsb Test
by NVIDIA
vendor

Execute QA test plans on Holoscan Sensor Bridge hardware. Reads a user-provided test document, filters tests by the user's setup, determines which tests can run automatically, executes them with pass/fail evaluation, and produces a structured test results report.

14k tokens
I4h Catheter Navigation E2e
by NVIDIA
vendor

End-to-end smoke for catheter navigation covering setup, digital twin, DRR, and unit tests. Use when asked to run the full catheter workflow smoke or demo the v0.7 pipeline.

5k tokens
I4h Catheter Navigation Digital Twin
by NVIDIA
vendor

Build a patient vasculature digital twin from CT (preprocess + segment). Use when asked to preprocess CT, segment vessels, extract centerline, or prepare ct_cache for viewport/DRR.

6k tokens
I4h Catheter Navigation Render Drr
by NVIDIA
vendor

Render a single DRR fluoroscopy frame from a CT cache or synthetic phantom. Use when asked to render DRR, generate a fluoro image, or smoke-test the Slang renderer.

5k tokens
I4h Catheter Navigation Setup
by NVIDIA
vendor

Verify host/GPU requirements and PYTHONPATH for the catheter navigation workflow. Use when asked to set up, install, or bootstrap catheter_navigation, or when hitting import/GPU/slangpy errors.

6k tokens
I4h Catheter Navigation Viewport
by NVIDIA
vendor

Launch the interactive Slang fluoroscopy viewport with XPBD catheter physics. Use when asked to open the viewport, teleop a catheter, or demo fluoro navigation.

5k tokens
I4h Catheter Navigation Smoke
by NVIDIA
vendor

Run CPU-only fluorosim smoke tests (imports, preprocessing, CLI parsers). Use when asked to smoke-test catheter navigation in CI or without a GPU.

5k tokens
I4h Catheter Navigation
by NVIDIA
vendor

Overview of `workflows/catheter_navigation/` (fluorosim DRR, XPBD physics, vasculature digital twin). Use when the user asks what the catheter navigation workflow is, what's supported, or where to start.

6k tokens
I4h Lerobot Viz
by NVIDIA
vendor

Serve the LeRobot HTML visualizer for a converted dataset in a browser. Use when asked to visualize, inspect, or open a LeRobot dataset; not for converting HDF5 (use [[i4h-workflow-dataset-convert]]).

4k tokens
I4h Workflow Create
by NVIDIA
vendor

Create a new agentic env by forking an existing env. Use for new env/task scaffolding, not scene edits or baking.

17k tokens
I4h Workflow Dataset Annotate
by NVIDIA
vendor

Use a VLM to verify whether each episode satisfies the env's task description. Use when the user asks to annotate, label episodes, filter demos, or gate finetuning on a success classifier.

6k tokens
I4h Workflow Dataset Convert
by NVIDIA
vendor

Convert an agentic HDF5 recording into a LeRobot dataset (parquet, meta, videos). Use when asked to convert HDF5, prepare for training, or export to LeRobot; not for viewing — use [[i4h-lerobot-viz]].

5k tokens
I4h Workflow Dataset Mimic
by NVIDIA
vendor

Expand an HDF5 recording by cloning trajectories with action/state noise. Use when asked to mimic, expand, or augment a dataset; not for recording new demos (use [[i4h-workflow-dataset-teleop]]).

5k tokens
I4h Workflow Dataset Teleop
by NVIDIA
vendor

Record episodes for an agentic env via teleoperation (keyboard, SO-ARM leader, or VR) into HDF5. Use when the user wants to teleop or record human demos.

5k tokens
I4h Workflow Finetune
by NVIDIA
vendor

Fine-tune a GR00T or openpi PI0 policy on a LeRobot dataset. Use when asked to finetune, train, or post-train a policy on demos; not for evaluating a checkpoint (use [[i4h-workflow-validate]]).

5k tokens
I4h Workflow E2e
by NVIDIA
vendor

Run the full end-to-end agentic pipeline (record → mimic → annotate → replay → convert → visualize → finetune → validate). Use when asked to run the whole pipeline or do an e2e, smoke, or demo run.

5k tokens
I4h Workflow Scene Edit
by NVIDIA
vendor

Edit an env's scene in place — objects, cameras, task, success bounds, randomization. Use when asked to edit a scene or launch/run/open an env in edit mode (`--bridge`), incl. a just-created env.

15k tokens
I4h Workflow Dataset Replay
by NVIDIA
vendor

Replay a recorded HDF5 episode inside Isaac Sim for visual verification. Use when the user asks to replay, play back, or step through an HDF5 recording.

5k tokens
I4h Workflow Setup
by NVIDIA
vendor

Verify host requirements and run `workflows/agentic/setup.sh`. Use when asked to set up, install, or bootstrap the agentic workflow, or hits missing `.venv`, third-party checkout, or engine errors.

4k tokens
I4h Workflow Validate
by NVIDIA
vendor

Validate, evaluate, or run i4h envs. Use for policy/checkpoint rollouts and scripted state-machine smoke runs.

7k tokens
I4h Workflow
by NVIDIA
vendor

Overview of `workflows/agentic/` (IsaacLab-Arena + GR00T/openpi). Use when the user asks what i4h workflow is, what's supported, or where to start.

6k tokens
Jetson Build Source
by NVIDIA
vendor

>- Use when you need to rebuild the BSP overlay — DT, OOT modules, bsp, rebuild dtb, rebuild kernel.

16k tokens
Jetson Customize Clocks
by NVIDIA
vendor

Use to lock/cap Jetson CPU/GPU/EMC clocks, toggle EMC/CPU DVFS, or change cpufreq governors by editing BPMP DTB and nvpower.sh pre-flash. Do NOT use for live tuning or nvpmodel edits.

12k tokens
Jetson Customize Camera
by NVIDIA
vendor

>- Enable MIPI/GMSL camera sensors on a Jetson Thor or Orin custom carrier by rendering a kernel-DT overlay from the in-tree sensor DTSI. Do NOT use for UPHY lane allocation or ODMDATA edits.

19k tokens
Jetson Customize Mgbe
by NVIDIA
vendor

>- Enable Jetson Thor 25G/10G/1G MGBE QSFP via kernel-DT overlay. Do NOT use for UPHY lane allocation or ODMDATA edits.

13k tokens
Jetson Customize Nvpmodel
by NVIDIA
vendor

>- Use when you need to add, remove, edit, list, or change the boot default of an nvpmodel power mode on a Jetson/Tegra (Orin, Thor)

9k tokens
Jetson Customize Fan
by NVIDIA
vendor

>- Use when you need to add, remove, edit, list, or change the boot default of an nvfancontrol fan profile on a Jetson/Tegra (Orin,

9k tokens
Jetson Customize Pcie
by NVIDIA
vendor

>- Per-controller PCIe enable / disable / lanes / link-speed for a Jetson Thor or Orin custom carrier via ODMDATA + kernel-DT overlay. Do NOT use for UPHY lane allocation or endpoint-mode bring-up.

12k tokens
Jetson Customize Pinmux
by NVIDIA
vendor

>- Per-pin SFIO / direction / initial-state configurator for a Jetson Orin or Thor custom carrier from the pinmux XLSM. Do NOT use for kernel-DT overlay or ODMDATA edits.

32k tokens scripts
Jetson Customize Usb
by NVIDIA
vendor

Enable/disable Jetson USB2/USB3 SS ports via kernel-DT overlay. Do NOT use for UPHY lane allocation or ODMDATA edits.

13k tokens
Jetson Customize Uphy
by NVIDIA
vendor

Configure Jetson UPHY lane allocation (uphy0/uphy1-config) on Orin/Thor custom carriers. Do NOT use for pinmux or PCIe-only edits.

12k tokens
Jetson Derive Carrier
by NVIDIA
vendor

>- Bootstrap a custom carrier board by forking carrier files and scaffolding a DT overlay from the reference devkit. Use after jetson-init-source; not for module-level or kernel-DTB changes.

9k tokens
Jetson Diagnostic
by NVIDIA
vendor

Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.

19k tokens scripts
Jetson Download Bsp
by NVIDIA
vendor

>- Download NVIDIA Jetson Linux BSP artifacts (BSP tarball, sample rootfs, public_sources, x-tools, guides) for the active target. Use for Auto Setup; not for extraction or profile edits.

7k tokens
Jetson Flash Image
by NVIDIA
vendor

Use to flash a promoted BSP image to a Jetson DUT in RCM mode via flash.sh or l4t_initrd_flash.sh. Do NOT use for BSP customization, image promotion, or carrier derivation.

12k tokens
Jetson Generate Kb
by NVIDIA
vendor

>- Build a per-target knowledge-base markdown next to the active profile by walking the BSP root and source tree. Use after init-image / init-source; not for editing profile fields.

8k tokens
Jetson Headless Mode
by NVIDIA
vendor

Plan and apply safe Jetson headless-mode changes to reclaim GUI and daemon memory.

9k tokens scripts
Jetson Init Source
by NVIDIA
vendor

>- bsp_sources, Crosstool-NG toolchain. Use after jetson-init-image; not for fetching inputs.

10k tokens
Jetson Inference Mem Tune
by NVIDIA
vendor

Pick the serving stack and per-runtime memory flags (vLLM, SGLang, llama.cpp, TensorRT Edge-LLM) for an LLM/VLM workload on any NVIDIA Jetson.

10k tokens scripts
Jetson Init Image
by NVIDIA
vendor

>- Extract Jetson Linux + sample-rootfs tarballs and run apply_binaries.sh for the active target, then record bsp_image in the profile. Use after jetson-init-target; not for source-tree setup.

6k tokens
Jetson Init Target
by NVIDIA
vendor

>- Author a new Jetson target-platform profile (reference_devkit + optional custom_carrier) and update the active pointer. Use to create a target; not for switching existing profiles.

10k tokens
Jetson LLM Benchmark
by NVIDIA
vendor

Benchmark Jetson LLM/VLM serving performance across vLLM, llama.cpp, and Ollama with structured JSON output.

12k tokens scripts
Jetson Link Docs
by NVIDIA
vendor

>- Bind pre-downloaded Jetson reference docs (developer guide, design guide, pinmux, schematics) into the active profile documents block. Use after staging docs on disk; not for downloading.

8k tokens
Jetson LLM Serve
by NVIDIA
vendor

Stand up vLLM or SGLang serving on Jetson, using upstream vLLM on Thor and Orin JetPack 7.2+, and NVIDIA-AI-IOT vLLM on older Orin.

7k tokens
Jetson Memory Audit
by NVIDIA
vendor

Measure Jetson DRAM/NvMap usage and verify before/after memory reclamation with live audit data.

9k tokens scripts
Jetson Package
by NVIDIA
vendor

Pick Jetson-compatible containers, vLLM runtime images, and Jetson AI Lab PyPI indexes; maps Orin SM 8.7 vs Thor SM 11.0 and JetPack-specific package choices.

8k tokens scripts
Jetson Optimize Memory
by NVIDIA
vendor

>- Reclaim DRAM by disabling unused subsystems across MB1 BCT, MB2 BCT, kernel reserved-memory, and SWIOTLB. Use for headless or no-camera Jetson deployments; not for CPU/GPU frequency tuning.

6k tokens
Jetson Print Bsp Info
by NVIDIA
vendor

Use when you need to print Jetson BSP info (L4T version, board configs, rootfs state) from a Linux_for_Tegra root on the host PC. This is an example skill.

5k tokens
Jetson Print Device Info
by NVIDIA
vendor

Use when you need to print Jetson device info (module model, L4T version, kernel, OS version, current power mode) from a running Jetson target. This is an example skill.

6k tokens
Jetson Promote Image
by NVIDIA
vendor

>- Use to promote overlay files and built artifacts into the staged image.

14k tokens
Jetson Quick Start
by NVIDIA
vendor

>- Entry skill for Jetson / IGX BSP customization. Asks one core click-to-select setup questionnaire and passes prefilled answers to downstream setup skills.

9k 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 329 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 404 files found on GitHub, 61 763 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 882 skills here share a name with another skill, and two of them cannot sit side by side.