Discover and explore top open-source AI tools and projects—updated daily.
huggingfaceAgent context definitions for AI/ML workflows
Top 42.1% on SourcePulse
Hugging Face Skills provide standardized Agent Context Protocol (ACP) definitions for AI/ML tasks, enabling interoperability across major coding agents like OpenAI Codex, Anthropic Claude Code, and Google Gemini CLI. They streamline complex ML workflows by equipping agents with task-specific instructions, scripts, and resources, enhancing developer productivity.
How It Works
Skills are self-contained directories packaging instructions (via SKILL.md, AGENTS.md, or gemini-extension.json), scripts, and resources for specific AI/ML use cases. This modular approach allows coding agents to dynamically load and execute predefined workflows for tasks such as dataset creation, model training, and evaluation, abstracting away underlying complexities.
Quick Start & Requirements
/plugin marketplace add huggingface/skills), then install skills (/plugin install <skill-folder>@huggingface-skills).AGENTS.md. Verify loading with codex --ask-for-approval never "Summarize the current instructions.". See Codex AGENTS guide.gemini extensions install . --consent) or via GitHub URL (gemini extensions install https://github.com/huggingface/skills.git --consent). See Gemini CLI extensions docs.Highlighted Details
hf_dataset_creator/: Facilitates structured training dataset creation with prompts, templates, and scripts.hf_model_evaluation/: Orchestrates model evaluation jobs, generates reports, and maps metrics.hf-llm-trainer/: Comprehensive skill for LLM training, including helper scripts like train_sft_example.py, convert_to_gguf.py, and cost estimators.hf-paper-publisher/: Tools for managing research papers on Hugging Face Hub, including arXiv indexing and article generation.Maintenance & Community
The provided README does not detail specific contributors, sponsorships, or community channels.
Licensing & Compatibility
The specific license type is not explicitly stated in the README. The project emphasizes broad compatibility with multiple AI agent frameworks.
Limitations & Caveats
The term "Skills" originates from Anthropic's Claude AI, although the repository aims for cross-platform compatibility. Each skill requires explicit installation or registration within the target coding agent environment.
1 day ago
Inactive