🔌

hugging-face-trackio

🔌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 TrackIO is a plugin from the official Hugging Face Skills repository, providing AI/ML task definitions for experiment tracking using TrackIO. It is part of a collection of interoperable skills that work with Claude Code, OpenAI Codex, Gemini CLI, and Cursor, following the standardized Agent Skill format.

Key Features

  • Experiment Tracking - Provides structured guidance for tracking ML experiments, metrics, and training runs using TrackIO 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 format
  • Plugin Marketplace - Installable via Claude Code's plugin marketplace with a simple /plugin install command
  • Standardized Format - Each skill includes a SKILL.md file with YAML frontmatter and detailed instructions that AI agents follow during active sessions
  • Fallback Support - Includes an AGENTS.md file for tools that do not natively support skills, ensuring broad compatibility

Who is this for?

This plugin is designed for ML engineers and data scientists who use the Hugging Face ecosystem and want AI coding assistants to help with experiment tracking workflows. It is ideal for teams running model training experiments who need consistent guidance on logging metrics, managing runs, and organizing training results.

🏪

Part of

huggingface-skills

Installation

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

More from this repository10

🔌
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-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-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-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-model-trainer🔌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.