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(orhuggingface-cli loginon 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-packagefirst for better HF Datasets integration.