skills
Empowers AI agents with capabilities from the Hugging Face ecosystem
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 10.7k
- Source
- skill-github
- Repository
- github.com/huggingface/skills
Overview
Hugging Face Skills are a set of defined capabilities for AI/ML tasks such as dataset creation, model training, and evaluation. These skills are compatible with major coding agent tools like OpenAI Codex, Anthropic's Claude Code, Google DeepMind's Gemini CLI, and Cursor. Each skill is a self-contained folder containing instructions, scripts, and resources for use by AI agents in specific use cases. Through these skills, AI can access models, datasets, and other resources on the Hugging Face Hub.
Capabilities
- ▪Perform operations on Hugging Face Hub
- ▪Estimate model memory requirements
- ▪Find optimal AI models
- ▪Manage evaluation results
- ▪Query and extract datasets
- ▪Build Gradio Web UIs
Use cases
Setup
Installation methods vary depending on the agent tool. For example, for Claude Code, use the following commands: "/plugin marketplace add huggingface/skills" and "/plugin install <skill-name>@huggingface/skills".
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I get started with Hugging Face Skills?
First install the `hf-cli` skill, which provides all `hf` commands.
Which agent tools are supported?
Supports Claude Code, Codex, Gemini CLI, and Cursor.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.