huggingface

Hf Skills — Development skill for Claude Code

Development community

Simple CLI Skill Installer/Updater for Hugging Face Skills.

How to install Hf Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open huggingface/hf-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Hf Skills does

Simple CLI Skill Installer/Updater for Hugging Face Skills.

Alternatives in Development

  • Mcporter — Call MCPs via TypeScript, masquerading as simple TypeScript API 4.1k ★
  • 02 Simple Mode — Simple Mode System Prompt 2.3k ★
  • Vibekit — A simple SDK for safely running Codex, Gemini CLI, and Claude Code in a secure sandbox 1.7k ★

README

hf-skills

Standalone Hugging Face skills installer CLI.

Why include a Manifest?

The [agentskills.io](https://agentskills.io) spec doesn't require a version in the frontmatter. When version numbers are included, they often aren't updated as the skill changes. A small manifest describing the source commit (local or remote) makes auto-updating simple!

Commands

Usage: hf-skills [OPTIONS] COMMAND [ARGS]...

  Browse, install, and manage skills from the Hugging Face skills marketplace.

Options:
  --install-completion  Install completion for the current shell.
  --show-completion     Show completion for the current shell, to copy it or customize the installation.
  -h, --help            Show this message and exit.

Main commands:
  install    Install a registry skill into the selected target directory. [alias: add]
  installed  List installed skills across known directories, or a specific one when narrowed.
  list       List skills available from the configured registry. [alias: ls]
  search     Search registry skills by name or description.
  uninstall  Remove an installed skill, scanning known directories unless narrowed. [alias: remove, rm]
  update     Update installed skills across known directories, or a specific one when narrowed.
  where      Show which local skills directory install/remove/update will use. [alias: target]

**IMPORTANT:** Use `--global` to target your home directory.

Development

uv sync --dev
uv run ruff format .
uv run ruff check .
uv run ty check
uv run pytest