huggingface skills

140 tagged huggingface, measured the same way as everything else here.

Browse within: openai 47ollama 44cerebras 42cohere 42PyTorch 22MLOps 16fastapi 16github-copilot 16inference 13Apple Silicon 11DeepSpeed 11QLoRA 11ai-native 11cpp 11

Orchestra-Research/AI-Research-SKILLs

Skill Claude CodeCodex

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance…

12k +30 2mo ago A 75 tokens original MIT

chrome-cdp

05

mattzcarey/shippie

Skill Claude CodeCodex

Drive a headless Chrome over the Chrome DevTools Protocol (CDP) for browser QA — navigate, click, fill forms, read the DOM/accessibility tree, screenshot, and assert. Use whenever a task requires loading a web page and interacting with it like a user. Chrome is launched by a bash step (recipe below); this skill…

2.5k 19d ago A 91 tokens original MIT

mflux-debugging

06

mflux-community/mflux

Skill Claude CodeCodexCursor

Debug MLX ports by comparing against a PyTorch/diffusers reference via exported tensors/images (export-then-compare).

2.3k 3d ago A 30 tokens original MIT

mflux-model-porting

07

mflux-community/mflux

Skill Claude CodeCodexCursor

Port ML models into mflux/MLX with correctness-first validation, then refactor toward mflux style.

2.3k 3d ago A 28 tokens original MIT

mflux-community/mflux

Skill Claude CodeCodexCursor

Write a hermetic "tiny" model-saving test for an mflux model — a fast twin of the slow save/load test that runs the real ModelSaver/WeightLoader/WeightApplier seam on real component classes at toy dimensions, with no downloads or image generation. Use when asked to "make tiny test for ".

2.3k 3d ago A 73 tokens original MIT

hf-mem

09

alvarobartt/hf-mem

Skill Claude CodeCodex

Hugging Face CLI to estimate the required memory to load Safetensors or GGUF model weights for inference from the Hugging Face Hub.

939 1mo ago A 32 tokens copy · 95% MIT

code-review

10

nodetool-ai/nodetool

Skill Claude CodeCodex

Review a diff, branch, or PR along three axes — Correctness (does it work, and does it step on a NodeTool landmine like cross-package imports, MsgPack framing, Zustand subscriptions, uiprimitives, packaged-Electron paths, IPC security?), Standards (does it follow the repo's documented rules, plus a Fowler smell…

502 yesterday A 156 tokens AGPL-3.0

nodetool-ai/nodetool

Skill Claude CodeCodex

Build and edit NodeTool visual workflows using UI tools. Use this skill whenever the user asks to create a workflow, connect nodes, build a pipeline, add nodes to a graph, generate images/video/audio via workflows, or asks about workflow patterns. Also use when the user mentions node types, data flow, or wants to…

502 yesterday A 80 tokens AGPL-3.0

unslop

12

nodetool-ai/nodetool

Skill Claude CodeCodex

Strip "AI slop" from code and prose in this repo — over-engineered abstractions, defensive checks on trusted paths, narrating comments, dead error handlers, redundant types, useEffect-for-derived-data, raw MUI imports, whole-store Zustand subscriptions, throat-clearing prose. Use when reviewing your own diff before…

502 yesterday A 161 tokens AGPL-3.0

unsloth-buddy

13

TYH-labs/unsloth-buddy

Skill Claude CodeCodex

This skill should be used when users want to fine-tune language models or perform reinforcement learning (SFT, DPO, GRPO, ORPO, KTO, SimPO) using the highly optimized Unsloth library. Covers environment setup, LoRA patching, VRAM optimization, vision/multimodal fine-tuning, TTS, embedding training, and…

276 2mo ago C 123 tokens original MIT

graphsignal/graphsignal-profiler

Skill Claude CodeCodex

Set up the Graphsignal Profiler for inference workloads — vLLM, SGLang, PyTorch, and dstack services. Use when the user wants GPU profiling, tracing, or monitoring for inference, asks about graphsignal-run or graphsignal.watch(), or asks about CUPTI / Prometheus / OTLP setup.

244 1mo ago A 74 tokens original Apache-2.0

debug-trt-mismatch

15

NVIDIA/TensorRT-Model-Connect

Skill Claude CodeCodex

Use when TensorRT output diverges from a model reference, model-first validation fails, generated text or media is wrong, or a family change introduces a numerical mismatch. Routes the investigation by model modality and escalates from the first divergent boundary to the smallest responsible family-owned operation.

188 yesterday A 61 tokens original Apache-2.0

doc-sync

16

NVIDIA/TensorRT-Model-Connect

Skill Claude CodeCodex

Use for documentation maintenance scans that keep the canonical website journey, repo-local skills, commands, API reference, architecture and design, extension guides, feature context, ADRs, and traceability status aligned with the current GitHub main branch. Covers the Source/Internal CI boundary and model-owned…

188 yesterday A 65 tokens original Apache-2.0

pr-babysitter

17

NVIDIA/TensorRT-Model-Connect

Skill Claude CodeCodex

Use when monitoring GitHub pull request CI, diagnosing failed checks, rebasing branches onto github/main, applying narrowly scoped fixes, and updating PRs until their latest checks are green or a human blocker is identified.

188 yesterday A 48 tokens original Apache-2.0

smartstudy

18

HumphreySun98/Smart-Study-Agent

Skill Claude CodeCodex

Turn any lecture material (text, PDF, web page) into an adaptive study session — extract topics, quiz the user, track mastery with FSRS spaced repetition, and let the RL policy decide what to study next. Use when the user wants to study, revise, prepare for an exam, or asks "quiz me" on some material.

54 15d ago A 72 tokens original MIT

freeride

19

Shaivpidadi/FreeRideV3

Skill Claude CodeCodex

Use this skill when the user has FreeRide installed (binary at /.local/bin/freeride, gateway on http://localhost:11343) or asks how to route their AI workloads across free-tier providers. FreeRide is "Ollama for free cloud inference" — a local OpenAI-compatible gateway that routes across OpenRouter, Groq, NVIDIA NIM…

42 8d ago C 137 tokens original MIT

liortesta/ClawdAgent

Skill Claude CodeCodex

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance…

11 4d ago A 75 tokens copy · 100% Apache-2.0

billus-model-ops

21

BillusA1111/billus-model-skill-library

Skill Claude CodeCodex

Framework-aware workflow for model-engineering tasks in common LLM, VL, and image-generation repositories. Use when Codex needs to inspect or modify training code, config files, launch scripts, model definitions, tokenizer or image-processor settings, checkpoint utilities, PEFT adapters, diffusion pipelines…

11 5mo ago A 113 tokens original Apache-2.0

BillusA1111/billus-model-skill-library

Skill Claude CodeCodex

Automate diffusion-pipe image or image-edit training with stable LoRA presets and selected full finetune presets. Use when Codex needs to prepare a WSL or Linux diffusion-pipe workspace, enforce fixed dataset paths, generate TOML configs, bootstrap dependencies, or launch VRAM-aware training runs for Flux, Qwen-Image…

11 5mo ago A 90 tokens original Apache-2.0

OthmanAdi/open-responses-agent-skill

Skill Claude CodeCodex

Build autonomous agents using Open Responses API via HuggingFace Inference Providers. Single unified endpoint with multi-provider routing via model suffixes. Use the OpenAI SDK with custom baseurl for seamless development.

3 7mo ago A 46 tokens original MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance…

3 6mo ago A 75 tokens copy · 100% MIT