From df27ed7b06f9d5d28af1fbaf86db3b3d53f27906 Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Tue, 24 Mar 2026 07:21:57 -0700 Subject: [PATCH] Add `crestapps-orchardcore` external plugin --- plugins/external.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/plugins/external.json b/plugins/external.json index 08afb1447..4903ad63d 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -138,5 +138,23 @@ "source": "github", "repo": "figma/mcp-server-guide" } + }, + { + "name": "crestapps-orchardcore", + "description": "Orchard Core skills for GitHub Copilot CLI backed by CrestApps.AgentSkills.", + "version": "1.0.0", + "author": { + "name": "CrestApps", + "url": "https://github.com/CrestApps" + }, + "homepage": "https://github.com/CrestApps/CrestApps.AgentSkills/tree/main/plugins/crestapps-orchardcore", + "keywords": ["orchard-core", "copilot-cli", "skills", "dotnet"], + "license": "MIT", + "repository": "https://github.com/CrestApps/CrestApps.AgentSkills", + "source": { + "source": "github", + "repo": "CrestApps/CrestApps.AgentSkills", + "path": "plugins/crestapps-orchardcore" + } } ]