huggingface

Installation
SKILL.md

Hugging Face

Hugging Face is the GitHub of AI. It hosts 1M+ models. 2025 sees massive growth in Multimodal models and Robotics (LeRobot).

When to Use

  • Model Discovery: Finding the SOTA open-source model for any task.
  • Inference: transformers library is the standard way to run models in Python.
  • Datasets: Accessing standard datasets (load_dataset('squad')).

Core Concepts

Transformers Library

The API to download and run models. pipeline('sentiment-analysis').

Hugging Face Hub (Hugging Face CLI)

Versioning, git-based storage for large model weights (git lfs).

Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026
huggingface — g1joshi/agent-skills