ソースを参照

Add huggingface-skills plugin to marketplace (#174)

Co-authored-by: Claude <noreply@anthropic.com>
Noah Zweben 8 ヶ月 前
コミット
48c6726985
1 ファイル変更10 行追加0 行削除
  1. 10 0
      .claude-plugin/marketplace.json

+ 10 - 0
.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"
     }
   ]
 }