From 8d10bdb789f90d468d20cc9c15d06a07d5f97f4e Mon Sep 17 00:00:00 2001 From: Jack Griffiths <24776885+0jg@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:44:49 +0100 Subject: [PATCH] Fix plugin install command in agents-cli.md The Claude Code install instructions have a typo in the marketplace name. --- docs/hub/agents-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/agents-cli.md b/docs/hub/agents-cli.md index 38c0719e65..273a79d368 100644 --- a/docs/hub/agents-cli.md +++ b/docs/hub/agents-cli.md @@ -37,7 +37,7 @@ Alternatively, you can install via the Claude Code plugin system: ```bash claude /plugin marketplace add huggingface/skills -/plugin install hf-cli@huggingface/skills +/plugin install hf-cli@huggingface-skills ``` ## Resources