From 48c672698523137de7bece378c1c1cd522351f98 Mon Sep 17 00:00:00 2001 From: Noah Zweben Date: Thu, 8 Jan 2026 16:52:00 -0800 Subject: [PATCH] Add huggingface-skills plugin to marketplace (#174) Co-authored-by: Claude --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c0327ce..c0e30f0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -535,6 +535,16 @@ "url": "https://github.com/pinecone-io/pinecone-claude-code-plugin.git" }, "homepage": "https://github.com/pinecone-io/pinecone-claude-code-plugin" + }, + { + "name": "huggingface-skills", + "description": "Build, train, evaluate, and use open source AI models, datasets, and spaces.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/huggingface/skills.git" + }, + "homepage": "https://github.com/huggingface/skills.git" } ] }