hf-dataset-push

Installation
SKILL.md

Hugging Face Dataset Push

Publish a dataset to huggingface.co/datasets/<user-or-org>/<name>.

When to invoke

  • User asks to "push to Hugging Face", "publish dataset to HF", "upload to the Hub".
  • Dataset is already cleaned, documented (data dictionary), and packaged (Parquet / JSONL / CSV).

Prerequisites

  • Hugging Face account and username (or org).
  • Authenticated CLI: hf auth login (or huggingface-cli login on older versions) — if not authenticated, stop and instruct the user to log in. Do not prompt for or store tokens.
  • Packaged files ready — if only raw CSV exists, suggest running parquet-jsonl-package first for better HF Datasets integration.

Procedure

Installs
1
GitHub Stars
3
First Seen
Jun 12, 2026
hf-dataset-push — danielrosehill/claude-data-wrangler-plugin