From eab3a45073b43897053508ad4492ae521e97399a Mon Sep 17 00:00:00 2001 From: Wilzer Jean-Baptiste Date: Thu, 10 Sep 2026 06:21:27 -0400 Subject: [PATCH] feat(marketplace): add Aidelly Copilot plugin What changed: - Add the Aidelly plugin to the external marketplace catalog. Why: - Make Aidelly discoverable in the GitHub Copilot plugin ecosystem. Testing: - jq empty .github/plugin/marketplace.json --- .github/plugin/marketplace.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index a31b710..cc747da 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -409,6 +409,30 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "aidelly", + "source": { + "source": "github", + "repo": "Aidelly/claude-plugin" + }, + "description": "Create, schedule, approve, and analyze social media content across connected platforms.", + "version": "1.0.1", + "author": { + "name": "Aidelly", + "url": "https://aidelly.ai" + }, + "homepage": "https://aidelly.ai", + "repository": "https://github.com/Aidelly/claude-plugin", + "keywords": [ + "social-media", + "content-marketing", + "mcp", + "scheduling", + "analytics", + "approvals" + ], + "license": "MIT" } ] }