From a213cc77f1bed26dba37ff6e288557a3b53d111b Mon Sep 17 00:00:00 2001 From: Necati Ozmen Date: Tue, 20 Jan 2026 23:03:34 +0300 Subject: [PATCH 1/2] fix: update Hugging Face skills descriptions for clarity and conciseness --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 379f4da..23e8293 100644 --- a/README.md +++ b/README.md @@ -163,14 +163,14 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid Official AI agent skills from the Hugging Face team for ML workflows. -- **[huggingface/hugging-face-cli](https://github.com/huggingface/skills/tree/main/skills/hugging-face-cli)** - HF Hub operations via CLI: download models/datasets, upload files, manage repos, run cloud compute jobs -- **[huggingface/hugging-face-datasets](https://github.com/huggingface/skills/tree/main/skills/hugging-face-datasets)** - Create and manage datasets on HF Hub with configs, streaming row updates, and SQL-based querying -- **[huggingface/hugging-face-evaluation](https://github.com/huggingface/skills/tree/main/skills/hugging-face-evaluation)** - Add evaluation results to model cards, extract eval tables, run custom evaluations with vLLM/lighteval -- **[huggingface/hugging-face-jobs](https://github.com/huggingface/skills/tree/main/skills/hugging-face-jobs)** - Run compute jobs on HF infrastructure, execute Python scripts, manage scheduled jobs -- **[huggingface/hugging-face-model-trainer](https://github.com/huggingface/skills/tree/main/skills/hugging-face-model-trainer)** - Train/fine-tune models with TRL on HF Jobs: SFT, DPO, GRPO, GGUF conversion, cost estimation -- **[huggingface/hugging-face-paper-publisher](https://github.com/huggingface/skills/tree/main/skills/hugging-face-paper-publisher)** - Publish research papers on HF Hub, link to models/datasets, generate markdown articles -- **[huggingface/hugging-face-tool-builder](https://github.com/huggingface/skills/tree/main/skills/hugging-face-tool-builder)** - Build reusable scripts for HF API operations, chain API calls, automate tasks -- **[huggingface/hugging-face-trackio](https://github.com/huggingface/skills/tree/main/skills/hugging-face-trackio)** - Track ML experiments with Trackio, log metrics via Python API, real-time dashboards synced to HF Spaces +- **[huggingface/hugging-face-cli](https://github.com/huggingface/skills/tree/main/skills/hugging-face-cli)** - HF Hub CLI for models, datasets, repos, and compute jobs +- **[huggingface/hugging-face-datasets](https://github.com/huggingface/skills/tree/main/skills/hugging-face-datasets)** - Create and manage datasets with configs and SQL querying +- **[huggingface/hugging-face-evaluation](https://github.com/huggingface/skills/tree/main/skills/hugging-face-evaluation)** - Model evaluation with vLLM/lighteval and eval tables +- **[huggingface/hugging-face-jobs](https://github.com/huggingface/skills/tree/main/skills/hugging-face-jobs)** - Run compute jobs and Python scripts on HF infrastructure +- **[huggingface/hugging-face-model-trainer](https://github.com/huggingface/skills/tree/main/skills/hugging-face-model-trainer)** - Train models with TRL: SFT, DPO, GRPO, GGUF conversion +- **[huggingface/hugging-face-paper-publisher](https://github.com/huggingface/skills/tree/main/skills/hugging-face-paper-publisher)** - Publish papers on HF Hub with model/dataset links +- **[huggingface/hugging-face-tool-builder](https://github.com/huggingface/skills/tree/main/skills/hugging-face-tool-builder)** - Build reusable scripts for HF API operations +- **[huggingface/hugging-face-trackio](https://github.com/huggingface/skills/tree/main/skills/hugging-face-trackio)** - Track ML experiments with real-time dashboards ## Skills by Expo Team From b31c07b0fa97f34c6abeb7968f986a6474160f1f Mon Sep 17 00:00:00 2001 From: Necati Ozmen Date: Tue, 20 Jan 2026 23:13:21 +0300 Subject: [PATCH 2/2] feat: add new UI/UX design skill to the skills list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23e8293..bcdaaa6 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Official AI agent skills from the Expo team for building, deploying, and debuggi - **[jthack/ffuf-claude-skill](https://github.com/jthack/ffuf_claude_skill)** - Web fuzzing with ffuf - **[lackeyjb/playwright-skill](https://github.com/lackeyjb/playwright-skill)** - Browser automation with Playwright - **[ibelick/ui-skills](https://github.com/ibelick/ui-skills)** - Opinionated, evolving constraints to guide agents when building interfaces +- **[nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill)** - UI/UX design patterns and best practices - **[scarletkc/vexor](https://github.com/scarletkc/vexor)** - Vector-powered CLI for semantic file search with a Claude/Codex skill - **[obra/test-driven-development](https://github.com/obra/superpowers/blob/main/skills/test-driven-development/SKILL.md)** - Write tests before implementing code - **[ComposioHQ/changelog-generator](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/changelog-generator)** - Transform git commits into release notes