skills
Train, evaluate, and deploy AI models on Hugging Face
All Skills in This Repository (32)
Pure Emerald Level Indicatorshuggingface-papers
Fetch and process AI research papers from the Hugging Face Papers API.
huggingface-llm-trainer
Train language and vision models with TRL methods on Hugging Face Jobs.
huggingface-lora-space-builder
Generate Gradio web apps for AI models and publish them on Hugging Face Spaces.
transformers-js
Run Hugging Face machine learning models in JavaScript and TypeScript applications.
huggingface-community-evals
Evaluate Hugging Face Hub models locally with inspect-ai and lighteval.
hf-cloud-sagemaker-iam-preflight
Verify or create AWS SageMaker IAM execution roles with AWS CLI.
huggingface-zerogpu
Manage AI/ML tasks on Hugging Face Spaces with ZeroGPU constraints.
hf-cloud-sagemaker-deployment-planner
Automates AI model deployment to Amazon SageMaker with real-time, serverless, async options.
huggingface-spaces
Create and deploy ML apps on Hugging Face Spaces with Gradio, Docker, or Static.
huggingface-paper-publisher
Automate publishing and managing research papers on the Hugging Face Hub.
hf-cloud-serving-image-selection
Select serving containers and retrieve image URIs for SageMaker deployments.
train-sentence-transformers
Automate training and fine-tuning of sentence-transformers models for AI tasks.
Frequently Asked Questions
FAQPage SchemaHow to install Hugging Face Skills?โผ
Run `npx skills add huggingface/skills --all -g -y` in your terminal to install the full skill suite globally for your AI agent.
How to train an LLM without a local GPU?โผ
The huggingface-llm-trainer skill lets your agent submit TRL training jobs (SFT, DPO, GRPO) to Hugging Face Jobs cloud GPUs, with automatic cost estimation and Hub saving.
How to deploy a model to AWS SageMaker with AI?โผ
The SageMaker skills guide your agent through the full deployment: discovering your AWS context, checking IAM roles, picking the right container, and creating a production endpoint with autoscaling and alarms.
Does Hugging Face Skills work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and work with Claude Code, Codex, Gemini CLI, and Cursor.
Can I run models locally with these skills?โผ
Yes. The huggingface-local-models skill helps your agent find GGUF models, pick the right quantization, and serve them locally with llama.cpp on CPU, Mac, or GPU.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core