huggingface

Installation
SKILL.md

Hugging Face Skill

Purpose

Provides structured workflows for interacting with the Hugging Face ecosystem: Hub repository search, model loading and inference, dataset management, PEFT/LoRA fine-tuning, and Spaces deployment. Integrates via MCP tools when available and falls back to Python APIs and the huggingface_hub CLI.

When to Invoke

Skill({ skill: 'huggingface' });

Invoke when:

  • Searching for models, datasets, or Spaces on the Hub
  • Loading and running inference with Transformers models
  • Managing datasets with the datasets library
  • Fine-tuning models with PEFT/LoRA
  • Deploying or querying Hugging Face Spaces
Related skills
Installs
1
GitHub Stars
27
First Seen
Mar 22, 2026