huggingface/skills

Give your agents the power of the Hugging Face ecosystem

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 50 minutes ago
Added to GitGenius on February 20th, 2026
Created on November 24th, 2025
Open Issues & Pull Requests: 40 (+0)
Number of forks: 732
Total Stargazers: 10,956 (+1)
Total Subscribers: 51 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.4 days
Mean response time: 13.2 days
90th percentile: 40.9 days
Tracked items: 11

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 14% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 9 days
Stale 30+ days: 7
Stale 90+ days: 4

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.

Detailed Description

Hugging Face Skills is a framework for packaging AI agent capabilities as modular, reusable skill definitions that integrate with the Hugging Face ecosystem.

The tool addresses the problem of giving AI agents access to Hugging Face Hub operations and ML workflows without hardcoding functionality into the agent itself. Skills are self-contained folders that bundle instructions, scripts, and resources following the standardized Agent Skills format. Each skill includes a SKILL.md file with YAML frontmatter and guidance that agents follow when the skill is active. The approach allows agents to discover and load skills on demand through CLI or Model Context Protocol integrations, keeping agent capabilities current and extensible.

Developers should adopt this tool if they are building AI agents that need to interact with Hugging Face services or ML tasks like dataset creation, model training, and evaluation. The project is designed for teams using Claude Code, Codex, Gemini CLI, or Cursor who want to give their agents access to Hub operations without manual integration work. The recommended starting point is the hf-cli skill, which teaches agents every hf command for searching models, managing datasets and buckets, launching Spaces, and running jobs. For agents that do not support the Agent Skills format, the repository provides a fallback AGENTS.md file.

The project maintains active integrations across multiple agent platforms, with plugin manifests for Cursor and Gemini CLI, availability in the Cursor Marketplace and Codex Plugins Directory, and support for Claude Code through plugin marketplace registration. The repository includes tooling to regenerate platform-specific manifests, indicating ongoing maintenance of compatibility as agent platforms evolve. Installation paths are documented for each supported platform, and the project provides clear contribution guidelines for adding new skills to the repository.