GitHub - huggingface/skills
5 days ago
- #AI
- #Machine Learning
- #Hugging Face
- Hugging Face Skills are standardized definitions for AI/ML tasks like dataset creation, model training, and evaluation.
- Skills are interoperable with major coding agent tools like OpenAI Codex, Anthropic's Claude Code, Google DeepMind's Gemini CLI, and Cursor.
- Each skill is a self-contained folder with a SKILL.md file containing YAML frontmatter and guidance for the coding agent.
- Different tools use different terms for skills: Claude uses 'Skills', Codex uses AGENTS.md, and Gemini uses 'extensions'.
- Skills can be installed via commands like `/plugin install <skill-name>@huggingface/skills` for different tools.
- The repository includes starter skills like hugging-face-cli, hugging-face-datasets, and hugging-face-model-trainer.
- Once installed, skills can be invoked directly in agent instructions for specific tasks.
- Contributors can create new skills by copying existing folders, updating SKILL.md, and adding entries to marketplace.json.
- The CI validates skill names and paths between SKILL.md and marketplace.json.