๐Ÿ”Œ

hugging-face-model-trainer

๐Ÿ”ŒPlugin

huggingface/skills

VibeIndex|
What it does
|

Official Hugging Face skills defining AI/ML tasks like dataset creation, model training, and evaluation. Interoperable with Claude Code, OpenAI Codex, Gemini CLI, and Cursor using the standardized Agent Skill format.

Overview

Hugging Face Model Trainer is a plugin from the official Hugging Face Skills repository that provides AI/ML task definitions for model training workflows. It is part of a collection of interoperable skills following the standardized Agent Skill format, working with Claude Code, OpenAI Codex, Gemini CLI, and Cursor.

Key Features

  • Model Training Guidance - Provides structured instructions for training machine learning models within the Hugging Face ecosystem
  • Multi-Agent Compatibility - Works with Claude Code, OpenAI Codex, Gemini CLI, Cursor, and other AI coding assistants through the Agent Skills standard
  • Plugin Marketplace - Installable via Claude Code's plugin marketplace with /plugin marketplace add huggingface/skills followed by /plugin install
  • Standardized Format - Uses SKILL.md files with YAML frontmatter containing name, description, and detailed guidance for AI agents
  • Cross-Tool Fallback - Includes AGENTS.md and gemini-extension.json for compatibility with tools that do not natively support skills

Who is this for?

This plugin is designed for ML engineers and data scientists who train models using the Hugging Face ecosystem and want AI coding assistants to provide expert guidance during the training process. It is ideal for teams working on model fine-tuning, training configuration, and optimization who benefit from structured, agent-consumable instructions.

๐Ÿช

Part of

huggingface-skills

Installation

Add marketplace in Claude Code:
/plugin marketplace add huggingface/skills
Step 2. Install plugin:
/plugin install hugging-face-model-trainer@huggingface-skills
10,742
-
Last UpdatedJun 25, 2026

More from this repository10

๐Ÿ”Œ
hugging-face-tool-builder๐Ÿ”ŒPlugin

Official Hugging Face skills defining AI/ML tasks like dataset creation, model training, and evaluation. Interoperable with Claude Code, OpenAI Codex, Gemini CLI, and Cursor using the standardized Agent Skill format.

๐Ÿ”Œ
hugging-face-datasets๐Ÿ”ŒPlugin

Official Hugging Face skills defining AI/ML tasks like dataset creation, model training, and evaluation. Interoperable with Claude Code, OpenAI Codex, Gemini CLI, and Cursor using the standardized Agent Skill format.

๐Ÿ”Œ
hugging-face-jobs๐Ÿ”ŒPlugin

Official Hugging Face skills defining AI/ML tasks like dataset creation, model training, and evaluation. Interoperable with Claude Code, OpenAI Codex, Gemini CLI, and Cursor using the standardized Agent Skill format.

๐Ÿ”Œ
hugging-face-cli๐Ÿ”ŒPlugin

Official Hugging Face skills defining AI/ML tasks like dataset creation, model training, and evaluation. Interoperable with Claude Code, OpenAI Codex, Gemini CLI, and Cursor using the standardized Agent Skill format.

๐Ÿ”Œ
hugging-face-trackio๐Ÿ”ŒPlugin

Official Hugging Face skills defining AI/ML tasks like dataset creation, model training, and evaluation. Interoperable with Claude Code, OpenAI Codex, Gemini CLI, and Cursor using the standardized Agent Skill format.

๐Ÿ”Œ
hugging-face-paper-publisher๐Ÿ”ŒPlugin

Official Hugging Face skills defining AI/ML tasks like dataset creation, model training, and evaluation. Interoperable with Claude Code, OpenAI Codex, Gemini CLI, and Cursor using the standardized Agent Skill format.

๐Ÿ”Œ
hugging-face-evaluation๐Ÿ”ŒPlugin

Official Hugging Face skills defining AI/ML tasks like dataset creation, model training, and evaluation. Interoperable with Claude Code, OpenAI Codex, Gemini CLI, and Cursor using the standardized Agent Skill format.

๐Ÿช
huggingface-skills๐ŸชMarketplace

Give your agents the power of the Hugging Face ecosystem

๐ŸŽฏ
hf-cli๐ŸŽฏSkill

A skill for the Hugging Face Hub CLI (hf), enabling downloading, uploading, and managing models, datasets, spaces, buckets, repos, papers, and jobs on the Hugging Face Hub. Replaces the deprecated huggingface-cli.

๐ŸŽฏ
huggingface-gradio๐ŸŽฏSkill

Official Hugging Face Gradio skill for building Python web UIs and ML demos โ€” covers the `Interface` high-level wrapper, `Blocks` low-level layout with explicit event wiring, `ChatInterface` for chatbots, core component signatures (Textbox, etc.), streaming inputs/outputs, custom CSS/JS, and sharing your app.