diff --git a/docs/hub/agents-skills.md b/docs/hub/agents-skills.md index e7d30ed3e4..f5d4f59cc0 100644 --- a/docs/hub/agents-skills.md +++ b/docs/hub/agents-skills.md @@ -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 @huggingface/skills +/plugin install @huggingface-skills ``` @@ -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