Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/hub/agents-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Skills work with all major coding agents: Claude Code, OpenAI Codex, Google Gemi
/plugin marketplace add huggingface/skills

# install a specific Skill
/plugin install <skill-name>@huggingface/skills
/plugin install <skill-name>@huggingface-skills
Comment on lines 18 to +21
```

</hfoption>
Expand Down Expand Up @@ -60,7 +60,7 @@ Install via the Cursor plugin flow using the [repository URL](https://github.com
| [`huggingface-papers`](https://github.com/huggingface/skills/tree/main/skills/huggingface-papers) | Look up and read Hugging Face paper pages in markdown |
| [`huggingface-paper-publisher`](https://github.com/huggingface/skills/tree/main/skills/huggingface-paper-publisher) | Publish and manage research papers on the Hub |
| [`huggingface-tool-builder`](https://github.com/huggingface/skills/tree/main/skills/huggingface-tool-builder) | Build reusable scripts for HF API operations |
| [`gradio`](https://github.com/huggingface/skills/tree/main/skills/huggingface-gradio) | Build Gradio web UIs and demos |
| [`huggingface-gradio`](https://github.com/huggingface/skills/tree/main/skills/huggingface-gradio) | Build Gradio web UIs and demos |
| [`transformers-js`](https://github.com/huggingface/skills/tree/main/skills/transformers-js) | Run ML models in JavaScript/TypeScript with WebGPU/WASM |

## Using Skills
Expand Down