Skills Directory / Official
Hugging Face Skills
- Author
- Hugging Face — official vendor skill
- Category
- Official
- Stars
- ★ 11k
- Source
- github.com/huggingface/skills
- Tags
Official Hugging Face skills connecting agents to the HF ecosystem: model search and download, dataset operations, Spaces, and inference. The fastest way to give a coding agent working knowledge of the largest open ML model hub.
How to load this skill
Fastest: copy this prompt into your AI agent
Please install skills from the "Hugging Face Skills" collection (https://github.com/huggingface/skills) for me.
1. Run: git clone https://github.com/huggingface/skills
2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.
3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.
4. Confirm the skills load (list your available skills afterwards).
More details: https://primorum.ai/skills/huggingface-skills Hugging Face Skills ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).
- Clone the repo
git clone https://github.com/huggingface/skills - Copy a skill into Claude Code (personal scope)
cp -r skills/<skill-name> ~/.claude/skills/ - Read a skill without installing
curl -sL https://raw.githubusercontent.com/huggingface/skills/main/<skill-name>/SKILL.md
For AI agents: this entry is also available as JSON at
/skills/skills.json — the
install.steps field contains these commands. See the
agent instructions on the directory index.
Related in Official
- Anthropic Agent Skills — Anthropic's official skills repository — the canonical starting point.
- Claude Plugins Official Directory — Anthropic's curated, quality-gated plugin directory for Claude Code.
- Vercel Agent Skills — Vercel's official skills for building and deploying on their platform.