Skip to content

Commit fa2106b

Browse files
authored
Add crestapps-orchardcore to external plugin registry
2 parents 82449a8 + 1817f4e commit fa2106b

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,29 @@
7777
"description": "Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python to help you create AI-powered applications.",
7878
"version": "1.0.0"
7979
},
80+
{
81+
"name": "crestapps-orchardcore",
82+
"description": "Orchard Core skills for GitHub Copilot CLI backed by CrestApps.AgentSkills.",
83+
"version": "1.0.0",
84+
"author": {
85+
"name": "CrestApps",
86+
"url": "https://github.com/CrestApps"
87+
},
88+
"homepage": "https://github.com/CrestApps/CrestApps.AgentSkills/tree/main/plugins/crestapps-orchardcore",
89+
"keywords": [
90+
"orchard-core",
91+
"copilot-cli",
92+
"skills",
93+
"dotnet"
94+
],
95+
"license": "MIT",
96+
"repository": "https://github.com/CrestApps/CrestApps.AgentSkills",
97+
"source": {
98+
"source": "github",
99+
"repo": "CrestApps/CrestApps.AgentSkills",
100+
"path": "plugins/crestapps-orchardcore"
101+
}
102+
},
80103
{
81104
"name": "csharp-dotnet-development",
82105
"source": "csharp-dotnet-development",

plugins/external.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,23 @@
138138
"source": "github",
139139
"repo": "figma/mcp-server-guide"
140140
}
141+
},
142+
{
143+
"name": "crestapps-orchardcore",
144+
"description": "Orchard Core skills for GitHub Copilot CLI backed by CrestApps.AgentSkills.",
145+
"version": "1.0.0",
146+
"author": {
147+
"name": "CrestApps",
148+
"url": "https://github.com/CrestApps"
149+
},
150+
"homepage": "https://github.com/CrestApps/CrestApps.AgentSkills/tree/main/plugins/crestapps-orchardcore",
151+
"keywords": ["orchard-core", "copilot-cli", "skills", "dotnet"],
152+
"license": "MIT",
153+
"repository": "https://github.com/CrestApps/CrestApps.AgentSkills",
154+
"source": {
155+
"source": "github",
156+
"repo": "CrestApps/CrestApps.AgentSkills",
157+
"path": "plugins/crestapps-orchardcore"
158+
}
141159
}
142160
]

0 commit comments

Comments
 (0)