From d6eb9ce7873e9d1b78ce40b551d979393c0e8796 Mon Sep 17 00:00:00 2001 From: George Papadakis Date: Thu, 24 Sep 2026 10:25:21 -0700 Subject: [PATCH 1/3] Add BestPrice Shopping skill to catalog --- catalog/TheBestCo/bestprice-shopping.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 catalog/TheBestCo/bestprice-shopping.json diff --git a/catalog/TheBestCo/bestprice-shopping.json b/catalog/TheBestCo/bestprice-shopping.json new file mode 100644 index 0000000..044afe8 --- /dev/null +++ b/catalog/TheBestCo/bestprice-shopping.json @@ -0,0 +1,20 @@ +{ + "identifier": "urn:ai:github.com:TheBestCo:bestprice-mcp:bestprice-shopping", + "displayName": "BestPrice Shopping", + "mediaType": "application/ai-skill", + "url": "https://github.com/TheBestCo/bestprice-mcp/blob/main/skills/bestprice-shopping/SKILL.md", + "description": "Use BestPrice for physical-product shopping in Greece: recommendations, product search, Greek merchant offers and delivered totals, and price history.", + "tags": [ + "shopping", + "product-recommendations", + "price-comparison", + "delivered-price", + "greece", + "mcp", + "skill" + ], + "metadata": { + "sourceSet": "bestprice-mcp", + "repoPath": "skills/bestprice-shopping/SKILL.md" + } +} From f181523e0183a1b5b0019178bec55c0bc336d2b1 Mon Sep 17 00:00:00 2001 From: George Papadakis Date: Thu, 24 Sep 2026 10:30:41 -0700 Subject: [PATCH 2/3] Fix BestPrice Agent Finder repository metadata --- catalog/TheBestCo/bestprice-shopping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/TheBestCo/bestprice-shopping.json b/catalog/TheBestCo/bestprice-shopping.json index 044afe8..72246d8 100644 --- a/catalog/TheBestCo/bestprice-shopping.json +++ b/catalog/TheBestCo/bestprice-shopping.json @@ -14,7 +14,7 @@ "skill" ], "metadata": { - "sourceSet": "bestprice-mcp", + "sourceSet": "TheBestCo/bestprice-mcp", "repoPath": "skills/bestprice-shopping/SKILL.md" } } From 10e9d77222e820217ca4b2abc264175acf18d441 Mon Sep 17 00:00:00 2001 From: George Papadakis Date: Fri, 25 Sep 2026 07:45:03 +0300 Subject: [PATCH 3/3] Use the lowercase publisher directory like every other catalog entry --- catalog/{TheBestCo => thebestco}/bestprice-shopping.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename catalog/{TheBestCo => thebestco}/bestprice-shopping.json (100%) diff --git a/catalog/TheBestCo/bestprice-shopping.json b/catalog/thebestco/bestprice-shopping.json similarity index 100% rename from catalog/TheBestCo/bestprice-shopping.json rename to catalog/thebestco/bestprice-shopping.json