huggingface

118 mods across 21 repositories, 281k stars between them.

huggingface/transformers

Skill Claude CodeCodex

Fixes broken typing checks detected by ty, make typing, or make check-repo. Use when typing errors appear in local runs, CI, or PR logs.

165k yesterday A 41 tokens original Apache-2.0

huggingface/transformers

Instructions file GitHub Copilot

Instructions for huggingface/transformers, covering copilot-instructions.md guide for hugging face transformers, core project structure, coding conventions for hugging face transformers, copying and inheritance and testing.

165k yesterday A 773 tokens original Apache-2.0

huggingface/transformers

Instructions file CodexOpenCode

Instructions for huggingface/transformers, a project described as: 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

165k yesterday A 5 tokens original Apache-2.0

huggingface/transformers

Instructions file

Instructions for huggingface/transformers, a project described as: 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

165k yesterday A 5 tokens copy · 100% Apache-2.0

.ai

05

huggingface/diffusers

Plugin Claude Code

Conventions and task skills for contributing to diffusers.

34k yesterday A tokens not measured original Apache-2.0

custom-blocks

06

huggingface/diffusers

Skill Claude CodeCodex

Use when the user has written (or wants to write) a ModularPipelineBlocks subclass in a local Python file and needs to package it into a Hub-uploadable directory. Covers the workflow from a single block.py file to a published custom-block repo that consumers can load via ModularPipeline.frompretrained( …

34k yesterday A 79 tokens original Apache-2.0

diffusers-cli

07

huggingface/diffusers

Skill Claude CodeCodex

Use when the user wants to run a diffusers pipeline from a terminal (one-off generation, batch jobs, smoke-testing a new model), run on HF Sandbox hardware via --remote, introspect a pipeline's input schema before calling it, or attach a LoRA at inference time. Prefer this over writing ad-hoc Python scripts for…

34k yesterday A 75 tokens original Apache-2.0

model-integration

08

huggingface/diffusers

Skill Claude CodeCodex

Use when adding a new model or pipeline to diffusers, setting up file structure for a new model, converting a pipeline to modular format, or converting weights for a new version of an already-supported model.

34k yesterday A 45 tokens original Apache-2.0

self-review

09

huggingface/diffusers

Skill Claude CodeCodex

Use before opening a PR, or whenever asked to self-review a diffusers contribution. Applies the same rubric as the @claude CI (checks the diff against references/review-rules.md, traces call paths for dead code). Reports findings grouped by severity, flagging what to fix before submitting (blocking issues + dead code)…

34k yesterday A 88 tokens original Apache-2.0

diffusers-skills

10

huggingface/diffusers

Plugin Claude Code

Agent plugins published from the diffusers repository.

34k yesterday A tokens not measured original Apache-2.0

diffusers AGENTS.md

11

huggingface/diffusers

Instructions file CodexOpenCode

Instructions for huggingface/diffusers, a project described as: 🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.

34k yesterday A 5 tokens copy · 100% Apache-2.0

diffusers CLAUDE.md

12

huggingface/diffusers

Instructions file

Instructions for huggingface/diffusers, a project described as: 🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.

34k yesterday A 5 tokens copy · 100% Apache-2.0

huggingface/smolagents

Instructions file CodexOpenCode

Instructions for huggingface/smolagents, a project described as: 🤗 smolagents: a barebones library for agents that think in code.

29k 6d ago A 32 tokens original Apache-2.0

huggingface/sentence-transformers

Skill Claude CodeCodex

Train or fine-tune sentence-transformers models across SentenceTransformer (bi-encoder, dense or static embedding model for retrieval, similarity, clustering, classification, paraphrase mining, dedup, multimodal), CrossEncoder (reranker, pair scoring for two-stage retrieval / pair classification), SparseEncoder…

19k 4d ago A 146 tokens original Apache-2.0

skills

16

huggingface/skills

Plugin Claude Code

Core Hugging Face Hub operations through the hf CLI, including skill installation, repo management, jobs, datasets, models, Spaces, and discovery.

11k 4d ago A tokens not measured original Apache-2.0

huggingface-skills

17

huggingface/skills

MCP server Claude CodeCodexCursor +2

MCP server "huggingface-skills", hosted remotely at huggingface.co, as configured in huggingface/skills.

11k 4d ago A tokens not measured original Apache-2.0

hf-mcp

18

huggingface/skills

Skill Claude CodeCodex

Use Hugging Face Hub via MCP server tools. Search models, datasets, Spaces, papers. Get repo details, fetch documentation, run compute jobs, and use Gradio Spaces as AI tools. Available when connected to the HF MCP server.

11k 4d ago A 52 tokens original Apache-2.0

hf-cli

19

huggingface/skills

Skill Claude CodeCodex

Hugging Face Hub CLI (hf) for downloading, uploading, and managing models, datasets, spaces, buckets, repos, papers, jobs, and more on the Hugging Face Hub. Use when: handling authentication; managing local cache; managing Hugging Face Buckets; running or scheduling jobs on Hugging Face infrastructure; managing…

11k 4d ago C 217 tokens original Apache-2.0

huggingface/skills

Skill Claude CodeCodex

Discover the user's local AWS context (active profile, region, account ID, caller identity) at the start of any AWS task. Use this skill before any other AWS work — deploying to SageMaker, creating resources, calling AWS APIs, or anything that touches an AWS account. Use it especially when the user has not specified a…

11k 4d ago C 132 tokens original Apache-2.0

huggingface/skills

Skill Claude CodeCodex

Set up an isolated Python environment for SageMaker / AWS work, with the right Python version and current boto3. Use this skill whenever Python code will be executed for a SageMaker deployment, training job, or any AWS automation — including when about to run pip install, when about to invoke boto3, when creating or…

11k 4d ago A 128 tokens original Apache-2.0

huggingface/skills

Skill Claude CodeCodex

Plan and coordinate the deployment of a model to Amazon SageMaker AI. Use this skill whenever the user wants to deploy, host, serve, or expose a model on SageMaker or AWS — including phrases like "deploy a model", "host this LLM on AWS", "serve this embedding model", "deploy a reranker", "deploy a text-to-image /…

11k 4d ago A 216 tokens original Apache-2.0

huggingface/skills

Skill Claude CodeCodex

Ensure a usable SageMaker execution role exists before deploying or training. Use this skill whenever about to create a SageMaker endpoint, model, training job, or any resource that requires an execution role. Use it especially when the user has not provided a role ARN explicitly, when scripts are about to call…

11k 4d ago A 131 tokens original Apache-2.0

huggingface/skills

Skill Claude CodeCodex

Create a SageMaker endpoint (real-time, real-time scale-to-zero, or async) with autoscaling, CloudWatch alarms, and tagging enabled by default. Use this skill whenever about to create a SageMaker endpoint, write deployment code that calls createendpoint, or finalize a deployment after the image URI and IAM role are…

11k 4d ago A 150 tokens original Apache-2.0