skills
by
huggingface

Description: Give your agents the power of the Hugging Face ecosystem

View on GitHub ↗

Summary Information

Updated 16 minutes ago
Added to GitGenius on February 20th, 2026
Created on November 24th, 2025
Open Issues & Pull Requests: 30 (+0)
Number of forks: 717
Total Stargazers: 10,787 (+0)
Total Subscribers: 50 (+0)

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 11 days
Stale 30+ days: 5
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 44.9 hours
Mean response time: 8.9 days
90th percentile: 26.5 days
Tracked items: 12

Most active contributors

Detailed Description

The Hugging Face Skills repository provides a collection of standardized skill definitions that enable AI coding agents to interact with the Hugging Face ecosystem. Skills are self-contained folders that package instructions, scripts, and resources together, allowing agents like OpenAI's Codex, Anthropic's Claude Code, Google DeepMind's Gemini CLI, and Cursor to perform specific AI and ML tasks. Each skill includes a SKILL.md file with YAML frontmatter containing the skill's name and description, followed by guidance that agents follow when the skill is active.

The repository contains 20 available skills covering a wide range of Hugging Face-related functionality. The hf-cli skill serves as the recommended starting point, teaching agents every hf command for searching models, managing datasets and buckets, launching Spaces, and running jobs. Additional skills enable agents to estimate memory requirements for model weights with hf-mem, discover optimal models through leaderboards with huggingface-best, and manage evaluation results in model cards via huggingface-community-evals. The huggingface-datasets skill allows exploration and querying of Hugging Face datasets through the Dataset Viewer REST API without Python dependencies, while huggingface-gradio enables building web UIs and demos.

For machine learning workflows, the repository includes specialized training skills. The huggingface-llm-trainer skill covers training and fine-tuning language models using TRL on Hugging Face Jobs infrastructure, supporting SFT, DPO, GRPO, and reward modeling methods. The huggingface-vision-trainer skill handles object detection and image classification model training with support for COCO dataset format and various model architectures. The train-sentence-transformers skill provides fine-tuning capabilities across bi-encoder, cross-encoder, and sparse encoder architectures. Additional skills like huggingface-local-models enable running models locally with llama.cpp and GGUF formats, while huggingface-spaces facilitates building and deploying applications on Hugging Face Spaces with support for ZeroGPU hardware.

The skills follow the standardized Agent Skills format from agentskills.io, making them interoperable across multiple agent platforms. Skills are available through the Cursor Marketplace, OpenAI's Codex Plugins Directory, and can be installed directly into Claude Code, Codex, Gemini CLI, and Cursor through various installation methods. For agents that don't support skills natively, the repository provides an agentsmd/AGENTS.md fallback file.

GitGenius activity data shows the repository maintains active community engagement with a median issue and pull request response latency of 44.9 hours across tracked items. The most active contributors include evalstate with 9 events, burtenshaw with 5 events, and Muitamax with 4 events. The repository shares overlapping contributors with related projects including langfuse/langfuse, jeffallan/claude-skills, and hpcaitech/colossalai, indicating integration within a broader ecosystem of agent and AI tooling projects.

The repository is classified across multiple domains including AI Agents, Agent Skills, Tool Use, Function Calling, Task Automation, AI Capabilities, Information Retrieval, Action Execution, API Interaction, and Modular AI. This broad classification reflects the repository's comprehensive approach to enabling agents to leverage the full Hugging Face platform through modular, reusable skill definitions that can be combined to automate complex ML workflows and Hub interactions.

skills
by
huggingfacehuggingface/skills

Repository Details

Fetching additional details & charts...